Releases: spatie/typescript-transformer
Releases · spatie/typescript-transformer
2.1.0
2.0.3
- Fix
ProcessTypes
to work with Collection types
2.0.2
- Fix default collector with missing symbols in attributes
2.0.1
- allow spatie/temporary-directory v2 on dev
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 PHP 8 support
1.1.0
- Fix some capitalization in namespace names
- Added SpatieEnumTransformer from the laravel-typescript-transformer package
1.0.0
- initial version
0.0.1
- experimental release