File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.3.0 - 2023-07-04
4
+ - add support for Windows when using the webpack plugin ([ #444 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/444 ) )
5
+ - Add PHP 8.2 tests ([ #449 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/449 ) )
6
+ - Phpunit config file migration ([ #450 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/450 ) ))
7
+ - Deprecation fixes (PHP 8 ([ #451 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/451 ) ) and Symfony 6.3 ([ #460 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/460 ) ))
8
+ - JSON Callback validator static call instead of new object ([ #458 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/458 ) )
9
+ - Optimize package size by excluding tests ([ #457 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/457 ) )
10
+
3
11
## v3.2.1 - 2022-07-01
4
12
- fix for webpack plugin: fosRoute.json dir created at root ([ #443 ] ( https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/443 ) )
5
13
You can’t perform that action at this time.
0 commit comments