Skip to content

Releases: FriendsOfSymfony/FOSJsRoutingBundle

Fix Symfony 4.2 deprecation

28 Nov 20:12
be6c7ec
Compare
Choose a tag to compare
2.2.2

Prepare 2.2.2 release

support for non standard ports

29 Sep 11:07
fce90c6
Compare
Choose a tag to compare

Refactor of JavaScript code to improve webpack compatibility

07 Feb 20:10
Compare
Choose a tag to compare

Fix SF <4 compatibility

13 Dec 12:00
1811298
Compare
Choose a tag to compare
2.1.1

Prepare 2.1.1 release

Symfony 4 compatibility

13 Dec 08:27
e6be9fb
Compare
Choose a tag to compare
2.1.0

Prepare 2.1.0 release

Version 2.0.0

08 Nov 21:18
70ed446
Compare
Choose a tag to compare

See CHANGELOG.md for significant changes

1.6.3

25 Aug 15:28
49c1069
Compare
Choose a tag to compare

Security- and bugfixes from master backported to 1.x

1.6.2 (2017-08-10)

10 Aug 12:21
Compare
Choose a tag to compare
Fix regression introduced by fix for Symfony 3, check for undefined s…

…chemes key (#288)

* Fix regression introduced by fix for Symfony 3, check for undefined schemes key
* Fix tests and add test for new way of scheme definition
* Add additional check in schemes usage
* Remove duplicate check in router.js and revert changes to existing tests

1.6.1 (2017-08-09)

09 Aug 10:39
Compare
Choose a tag to compare

⚠️ Please use version 1.6.2

2.0.0-alpha1 (2016-02-05)

05 Feb 08:51
8f5c556
Compare
Choose a tag to compare
Pre-release

Hi!

Due to numerous contributions that have been merged over the last 2 years in the master branch, this very first, very unstable, release starts the release cycle of the upcoming 2.0 major version. Things changed a lot between the initial plan, and what has been actually done, but there are a few interesting changes though.

Note that branch 1.x has been merge in master, so everything that is part of 1.x is also part of 2.x.

  • Added: TypeScript declaration file, for TypeScript users
  • Added: Support for Symfony3, HHVM and PHP 7
  • Added: Protection against rosetta flash attacks
  • Added: Inject the locale parameter automatically
  • Fixed: use ConfigCache::getPath() instead of __toString() method
  • Added: allow to configure router service name (#141)
  • Fixed: documentation
  • Fixed: serialization of RouteCollection and RoutesResponse
  • Fixed: debug command '(#109)