Releases: FriendsOfSymfony/FOSJsRoutingBundle
Releases · FriendsOfSymfony/FOSJsRoutingBundle
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
Update dependency and fix code style
Add explicit defaults inclusion when generating URL
3.1.0 Prepare release 3.1.0
Allow Symfony 6, migrate to Typescript, drop support for SF<5.4 and PHP<8.0
3.0.0 Fix annotation for ExposedRoutesExtractor