PackageTrack
Sign in Get early access

friendsofsymfony/jsrouting-bundle

A pretty nice way to expose your Symfony routing to client applications.

3.6.1 58M downloads/mo #745 most downloaded on Packagist FriendsOfSymfony/FOSJsRoutingBundle

What this package is like to depend on

Last release 9 months ago

04 Nov 2025

Release timing varies

gaps range from 2 weeks to 13 months

Some releases are documented

notes for 30 of 55 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

56 releases · first in 2012

2 releases in the last 12 months

see the full history below

Release timeline

56 releases · Jul 2012 to Nov 2025
2013 2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 56
  1. 3.6.1 04 Nov 2025
    Release notes

    What's Changed

    Full Changelog: 3.6.0...3.6.1

    Open source →
  2. 3.6.0 04 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.5.2...3.6.0

    Open source →
  3. 3.5.2 26 Nov 2024
    Release notes

    What's Changed

    • fix: DI Extension deprecated since Symfony 7.1 by @AirBair in #482
    • Make sure the command is copy pastable by removing $ by @JohJohan in #480

    New Contributors

    Full Changelog: 3.5.1...3.5.2

    Open source →
  4. 3.5.1 22 Nov 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.5.0...3.5.1

    Open source →
  5. 3.5.0 23 Jan 2024
    Release notes
    • Fix TypeScript error when verbatimModuleSyntax is enabled (#476)
    • Define RoutesResponse as a Service (#474)
    • Ignore session in stateless requests (#468)
    • Add option to skip registering compile hooks (#462)
    Open source →
  6. 3.4.1 15 Dec 2023
    Release notes
    • fix: do not use BannerPlugin but newer webpack-inject-plugin instead to fix vulnerability
    Open source →
  7. 3.4.0 12 Dec 2023
    Release notes
    • Allow Symfony 7.0 (#471)
    • fix: remove webpack-inject-plugin dependency (#464)
    • Docs only: remove $ so gitclip works (#472)
    • Docs only: Update console note (#463)
    Open source →
  8. 3.3.0 04 Jul 2023
    Release notes
    • add support for Windows when using the webpack plugin (#444)
    • Add PHP 8.2 tests (#449)
    • Phpunit config file migration (#450))
    • Deprecation fixes (PHP 8 (#451) and Symfony 6.3 (#460))
    • JSON Callback validator static call instead of new object (#458)
    • Optimize package size by excluding tests (#457)
    Open source →
  9. 3.2.1 01 Jul 2022
    Release notes
    • fix for webpack plugin: fosRoute.json dir created at root (#443)
    Open source →
  10. 3.2.0 30 Jun 2022
    Release notes

    [BC break] Use Symfony Flex default path. Will break if you're still using the web directory and not defining the path
    Add webpack plugin to automatically load the routes with no user interactions
    Changed ExposedRoutesExtractor to handle mkdir warnings
    Handle nullable route defaults
    Fix Symfony 6.1 deprecations

    Open source →
    Release notes
    • [BC break] Use Symfony Flex default path. Will break if you're still using the web directory and not defining the path (#433)
    • Add webpack plugin to automatically load the routes with no user interactions (#429)
    • Changed ExposedRoutesExtractor to handle mkdir warnings (#434)
    • Handle nullable route defaults (#436)
    • Fix Symfony 6.1 deprecations (#439)
    Open source →
  11. 3.1.1 02 Mar 2022
    Release notes
    • Allow willdurand/jsonp-callback-validator v2 (#430)
    • Use latest PHP 8.0 features (#432)
    Open source →
  12. 3.1.0 28 Dec 2021
    Release notes
    • Improve documentation for dump command when using locales (#426)
    • Add support for explicit default inclusion (#423)
    Open source →
  13. 3.0.0 15 Dec 2021
    Release notes
    • Migrate router implementation to TS (#406)
    • Allow Symfony 6 (#408)
    • [BC break] Drop support for PHP <8.0 and Symfony <5.4, add typing to all classes
    • Add documentation for attributes
    Open source →
  14. 2.8.0 15 Dec 2021
    Release notes
    • Fix expose: false behavior (#404)
    • Fix dump using domains (#410)
    • Fix docs links (#412)
    • Replace Travis with Github actions (#414)
    Open source →
  15. 2.7.0 20 Nov 2020
    Release notes
    • Add support for PHP 8 (#399)
    Open source →
  16. 2.6.0 20 May 2020
    Release notes
    • [BC break] Fix URL encoding to mimic Symfony URL Generator (this might change behavior for special characters, it should be in line with Symfony Router though) (#387)
    • Fixed issue with creating absolute instead of relative path on hosts with differing ports (#391)
    Open source →
  17. 2.5.4 15 Apr 2020
    Release notes
    • Fix duplicated port in absolute path (#381)
    Open source →
  18. 2.5.3 13 Jan 2020
    Release notes
    • Rervert fall back to current domain when baseurl is missing or empty in json (#374)
    Open source →
  19. v2.5.2 12 Jan 2020
    Release notes
    • Fall back to current domain when baseurl is missing or empty in json (#371)
    • Upgrade gulp to version 4 (#372)
    Open source →
  20. 2.5.1 02 Dec 2019
    Release notes
    • [BC break] Fix root dir deprecation and fix PHP 7.4 deprecation (drops Symfony < 3.3 support) (#369)
    Open source →
  21. 2.5.0 01 Dec 2019
    Release notes
    • [BC break] Add support for Symfony 5, drop support for PHP5, drop support for Symfony 2 (#366)
    • Fix absolute url generation including ports (#361)
    • Fix cache for exposed routes in debug mode (#362)
    Open source →
  22. 2.4.0 10 Aug 2019
    Release notes
    • Add Symfony 4.1 localized routes support (#334)
    • Add documentation remarks on JMSI18nRoutingBundle compatibility (#352)
    Open source →
  23. 2.3.1 17 Jun 2019
    Release notes
    • Fix regex pattern to match whole url pattern (#350)
    • Small documentation update
    Open source →
  24. 2.3.0 03 Feb 2019
    Release notes
    • Add routing-sf4.xml to move towards Symfony >4.1 syntax
    • Add functionality to granularly expose routes based on domains (#346)
    • Small cleanup and textual fix
    Open source →
  25. 2.2.2 28 Nov 2018
    Release notes
    • Fix Symfony 4.2 deprecation
    • Add setRoutingData to typescript definition
    Open source →
  26. 2.2.1 29 Sep 2018
    Release notes
    • Add support for a different port
    Open source →
  27. 2.2.0 07 Feb 2018
    Release notes
    • Refactor JavaScript code to improve webpack compatibility
    Open source →
  28. 2.1.1 13 Dec 2017
    Release notes
    • Fix SF <4 compatibility (#306)
    Open source →
  29. 2.1.0 13 Dec 2017
    Release notes
    • Add Symfony 4 compatibility (#300)
    • Add JSON dump functionality (#302)
    • Fix bug denormalizing empty routing collections from cache
    • Update documentation for Symfony 3 (#273)
    Open source →
  30. 2.0.0 08 Nov 2017
    Release notes
    • Add Symfony 3.* compatibility
    • Added --pretty-print option to fos:js-routing:dump-command, making the resulting javascript pretty-printed
    • Removed SF 2.1 backwards compatibility code
    • Add automatic injection of locale parameter
    • Added functionality to change the used router service
    • Added normalizer classes
    Open source →
  31. 2.0.0-alpha1 04 Feb 2016 pre-release

    Nothing published for this version

  32. 1.6.3 25 Aug 2017

    Nothing published for this version

  33. 1.6.2 10 Aug 2017

    Nothing published for this version

  34. 1.6.1 09 Aug 2017

    Nothing published for this version

  35. 1.6.0 28 Oct 2015

    Nothing published for this version

  36. 1.5.4 23 Jan 2015

    Nothing published for this version

  37. 1.5.3 23 Jan 2014

    Nothing published for this version

  38. 1.5.2 05 Jan 2014

    Nothing published for this version

  39. 1.5.1 03 Jan 2014

    Nothing published for this version

  40. 1.5.0 16 Dec 2013

    Nothing published for this version

  41. 1.4.2 13 Dec 2013

    Nothing published for this version

  42. 1.4.1 21 Oct 2013

    Nothing published for this version

  43. 1.4.0 17 Oct 2013

    Nothing published for this version

  44. 1.3.0 04 Oct 2013

    Nothing published for this version

  45. 1.2.1 10 Sep 2013

    Nothing published for this version

  46. 1.2.0 15 Jul 2013

    Nothing published for this version

  47. 1.1.5 05 Apr 2013

    Nothing published for this version

  48. 1.1.4 01 Apr 2013

    Nothing published for this version

  49. 1.1.3 31 Mar 2013

    Nothing published for this version

  50. 1.1.2 14 Jan 2013

    Nothing published for this version

  51. 1.1.1 22 Dec 2012

    Nothing published for this version

  52. 1.1.0 13 Dec 2012

    Nothing published for this version

  53. 1.0.3 22 Oct 2012

    Nothing published for this version

  54. 1.0.2 31 Aug 2012

    Nothing published for this version

  55. 1.0.1 06 Aug 2012

    Nothing published for this version

  56. 1.0.0 25 Jul 2012

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive