We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42422c8 commit 571de55Copy full SHA for 571de55
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v3.5.0 - 2024-01-23
4
+- Fix TypeScript error when verbatimModuleSyntax is enabled ([#476](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/476))
5
+- Define RoutesResponse as a Service ([#474](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/474))
6
+- Ignore session in stateless requests ([#468](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/468))
7
+- Add option to skip registering compile hooks ([#462](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/462))
8
+
9
## v3.4.1 - 2023-12-15
10
- fix: do not use BannerPlugin but newer webpack-inject-plugin instead to fix vulnerability
11
0 commit comments