Releases: fumeapp/modeltyper
Releases · fumeapp/modeltyper
v3.5.0
What's Changed
- Implement additional path search by @RyanSchaefer in #106
New Contributors
- @RyanSchaefer made their first contribution in #106
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- Refactor type resolution logic in WriteColumnAttribute and update array mapping in TypescriptMappings by @tcampbPPU in #105
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Add support for TypeScript type aliases and update command options by @tcampbPPU in #102
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Support for Custom Mapped Accessor Methods Types using Eloquent Collections Returns by @AdamFeiss in #99
- Add sum support and fixes of previous comments/feedback by @bishwajitcadhikary in #98
New Contributors
- @AdamFeiss made their first contribution in #99
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Add count and exists attributes for relationships in TypeScript models by @bishwajitcadhikary in #96
New Contributors
- @bishwajitcadhikary made their first contribution in #96
Full Changelog: v3.1.1...v3.2.0
v3.1.1
v3.1.0
What's Changed
- Add case option in config to model typer command by @tcampbPPU in #92
'case' => [
'columns' => 'snake',
'relations' => 'snake',
],Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- Issue #88 - Escape string values in WriteEnumConst by @tcampbPPU in #89
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
What's Changed
- [3.x] Adds support for Laravel >=11.33.0, Fixes #81 by @ayrtonandino in #83
Full Changelog: v3.0.0...v3.0.1