Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 2.26 KB

Changelog

v2.5.0 - 2019-12-01

  • [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)

v2.4.0 - 2019-08-10

  • Add Symfony 4.1 localized routes support (#334)
  • Add documentation remarks on JMSI18nRoutingBundle compatibility (#352)

v2.3.1 - 2019-06-17

  • Fix regex pattern to match whole url pattern (#350)
  • Small documentation update

v2.3.0 - 2019-02-03

  • 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

v2.2.2 - 2018-11-28

  • Fix Symfony 4.2 deprecation
  • Add setRoutingData to typescript definition

v2.2.1 - 2018-09-29

  • Add support for a different port

v2.2.0 - 2018-02-07

  • Refactor JavaScript code to improve webpack compatibility

v2.1.1 - 2017-12-13

  • Fix SF <4 compatibility (#306)

v2.1.0 - 2017-12-13

  • Add Symfony 4 compatibility (#300)
  • Add JSON dump functionality (#302)
  • Fix bug denormalizing empty routing collections from cache
  • Update documentation for Symfony 3 (#273)

v2.0.0 - 2017-11-08

  • 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