Releases: FriendsOfSymfony/FOSJsRoutingBundle
Releases · FriendsOfSymfony/FOSJsRoutingBundle
3.6.1
3.6.0
What's Changed
- Move Symfony DI config from XML to PHP format by @dmaicher in #497
- Fix actions due to obsolete Ubuntu runner version by @tobias-93 in #500
- Add a PHP routing file and deprecate the XML file by @mbabker in #499
- Type "number" added to the RouteDefaults interface by @VladyslavChernyshov in #494
- [webpack-plugin] fix(#465): Exclude php from command arguments by @michael-roth in #490
New Contributors
- @mbabker made their first contribution in #499
- @VladyslavChernyshov made their first contribution in #494
- @michael-roth made their first contribution in #490
Full Changelog: 3.5.2...3.6.0
3.5.2
3.5.1
Miscellaneous features and fixes
What's Changed
- Fix TypeScript error when verbatimModuleSyntax is enabled by @NilsMinten in #476
- Define RoutesResponse as a Service by @pyksid in #474
- Ignore session in stateless requests by @cbcf in #468
- Skip registering compile hooks by @Basster in #462
New Contributors
- @NilsMinten made their first contribution in #476
- @pyksid made their first contribution in #474
- @cbcf made their first contribution in #468
- @Basster made their first contribution in #462
Full Changelog: 3.4.1...3.5.0
Switch back to webpack-inject-plugin, but newer version
3.4.1 Prepare 3.4.1 release
Symfony 7, remove webpack-inject-plugin dependency
Some minor deprecations and reworks
Bugfix for webpack plugin
3.2.1 Prepare 3.2.1 release
3.2.0
[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