Releases: BolZer/symfony-typescript-routes
Releases · BolZer/symfony-typescript-routes
1.5.0 - Support for Symfony 7
1.4.2 - Hardening / Fixing of union requirement generation
v. 1.4.1 - Fixing Union Requirements not correctly converting to typescript unions
What's Changed
Full Changelog: 1.4.0...1.4.1
v. 1.4.0 - Support for symfony 6.1 and php 8.1
Update dependencies to support symfony 6.1 (#11)
v. 1.3.0 - Support for null in replaceRouteParams
This release allows that route parameters with null are handled. Thanks to @aszenz
v. 1.2.0 - Support for defaults and requirements
Defaults of the route will be counted for. You can safely omit a route param in the typescript function if a
default is defined.
Requirements of the route params will lead to more precise types in the typescript functions.
A requirements like this: {"page"="\d+"} will lead to {page: number} for the typescript function.
v. 1.1.0 - Configuration for the Generator
Add a new config object which allows to control what kind of urls are generated
v. 1.0.0 - Stable Release
- Add functionality to generate absolute and relative routes
Release 0.4.1
Update readme.md
Release 0.4
Merge remote-tracking branch 'origin/master'