Skip to content

Releases: spatie/typescript-transformer

2.4.0

04 Oct 13:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

03 May 07:59
Compare
Choose a tag to compare

What's Changed

  • feat(enum-collector): improve extensibility of EnumTransformer by @innocenzi in #78

Full Changelog: 2.3.0...2.3.1

2.3.0

16 Feb 11:37
3e48743
Compare
Choose a tag to compare

What's Changed

  • Fix annotations doc by @cosmastech in #73
  • Fix backslashes conversion to TypeScript by @Bloemendaal in #72
  • Add DtoTransformer@transformPropertyName() by @cosmastech in #74
  • Support PHP Parser 5
  • Removal of Psalm
  • Addition of PHPStan

Full Changelog: 2.2.2...2.3.0

2.2.2

01 Dec 10:31
9a363a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1

05 Jul 12:35
Compare
Choose a tag to compare
  • Add support for pseudo types

2.2.0

02 Jun 12:10
Compare
Choose a tag to compare
  • Add support for hidden properties (#54)

2.1.14

07 Apr 07:42
3ee4694
Compare
Choose a tag to compare
  • add support for record types (#51)

2.1.13

01 Feb 13:04
218bd31
Compare
Choose a tag to compare
  • Add EnumCollector (#42)
  • Ensure transformed types are unique (#44)

2.1.12

18 Nov 15:31
Compare
Choose a tag to compare
  • add support for optional attributes (#30)
  • refactor tests to Pest (#39)

2.1.11

28 Sep 14:42
ae85ce5
Compare
Choose a tag to compare
  • fix: Support Collection with array-key key type (#38)