Skip to content

Releases: BolZer/symfony-typescript-routes

1.5.0 - Support for Symfony 7

02 Dec 15:01
bfe19c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2 - Hardening / Fixing of union requirement generation

20 Dec 11:53
c8ea243
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

v. 1.4.1 - Fixing Union Requirements not correctly converting to typescript unions

16 Dec 14:43
e175f19
Compare
Choose a tag to compare

What's Changed

  • Fix union requirements not correctly transpiling to typescript unions by @BolZer in #13 (Issue #12)

Full Changelog: 1.4.0...1.4.1

v. 1.4.0 - Support for symfony 6.1 and php 8.1

13 Jun 17:53
89e9a1e
Compare
Choose a tag to compare
Update dependencies to support symfony 6.1 (#11)

v. 1.3.0 - Support for null in replaceRouteParams

08 Jun 08:24
09d2094
Compare
Choose a tag to compare

This release allows that route parameters with null are handled. Thanks to @aszenz

v. 1.2.0 - Support for defaults and requirements

24 Mar 07:50
230ae1b
Compare
Choose a tag to compare

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

04 Mar 20:20
115bfa3
Compare
Choose a tag to compare

Add a new config object which allows to control what kind of urls are generated

v. 1.0.0 - Stable Release

05 Aug 17:24
Compare
Choose a tag to compare
  • Add functionality to generate absolute and relative routes

Release 0.4.1

02 Aug 15:27
109bb86
Compare
Choose a tag to compare
Update readme.md

Release 0.4

28 Jul 22:07
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'