Releases: spatie/laravel-typescript-transformer
Releases · spatie/laravel-typescript-transformer
2.5.0
What's Changed
- Use service container to resolve TypescriptTransformer by @rasmuscnielsen in #47
- feat: support
nullToOptional
by @innocenzi in #46
Full Changelog: 2.4.1...2.5.0
2.4.1
2.4.0
- Laravel 11 support
Full Changelog: 2.3.2...2.4.0
2.3.2
2.3.1
2.3.0
- Drop support for PHP 8.0
- Enable collecting of enums by default
2.2.0
- Add a native enum transformer by default
2.1.7
What's Changed
- Refactor tests to pest by @AyoobMH in #18
- Add Laravel 10 support by @njoguamos in #20
New Contributors
- @AyoobMH made their first contribution in #18
- @njoguamos made their first contribution in #20
Full Changelog: 2.1.6...2.1.7
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