Releases: spatie/laravel-typescript-transformer
Releases · spatie/laravel-typescript-transformer
2.1.6
- composer bump for typescript-transformer
- add test suite for php 8.2
2.1.5
- do not fail when spatie/enum is not installed
2.1.4
- use package service provider to fix publishing config
2.1.3
2.1.2
What's Changed
- Laravel 9.x by @aidan-casey in #13
New Contributors
- @aidan-casey made their first contribution in #13
Full Changelog: 2.1.1...2.1.2
2.1.1
- add support for transforming to native TypeScript enums
2.1.0
- add support for PHP 8.1
- drop support for Laravel 7
- fix issue with union types and Laravel collection transformer
2.0.0
- The package is now PHP 8 only
- Added TypeReflectors to reflect method return types, method parameters & class properties within your transformers
- Added support for attributes
- Added support for manually adding TypeScript to a class or property
- Added formatters like Prettier which can format TypeScript code
- Added support for inlining types directly
- Updated the DtoTransformer to be a lot more flexible for your own projects
- Added support for PHP 8 union types
1.1.2
1.1.1
- Add support for PHP 8