Skip to content

Releases: fumeapp/modeltyper

v3.7.0

27 Jan 16:51
bc7e4cf

Choose a tag to compare

What's Changed

  • feat: Add support for MorphTo union types by @Livijn in #114

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

06 Jan 20:24
9bff319

Choose a tag to compare

What's Changed

  • Add a fallback type for model properties with "set" only mutators by @lorenzodalaqua in #110
  • Refactor return values and type hints in BuildModelDetails, GetModels, and WriteColumnAttribute by @tcampbPPU in #111

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

19 Nov 15:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...v3.5.0

v3.4.1

21 Oct 14:00

Choose a tag to compare

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

29 Jul 21:01
cf347b8

Choose a tag to compare

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

18 Jun 14:17
0355659

Choose a tag to compare

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

Full Changelog: v3.2.0...v3.3.0

v3.2.0

12 Jun 20:16
63d0726

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

21 May 15:55
e6118ed

Choose a tag to compare

What's Changed

  • Implement the include and exclude models options by @marcvdm in #94

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

03 Apr 13:48
f636765

Choose a tag to compare

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

18 Mar 21:21
54abf07

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3