Releases: spatie/typescript-transformer
Releases · spatie/typescript-transformer
2.4.0
What's Changed
- Don't generate if an enum has no cases yet by @jameshulse in #87
- feat: support
nullToOptional
config by @innocenzi in #88
Full Changelog: 2.3.1...2.4.0
2.3.1
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
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
2.2.1
- Add support for pseudo types