Releases: fumeapp/modeltyper
Releases · fumeapp/modeltyper
v1.2.0
v1.1.6
Full Changelog: v1.1.5...v1.1.6
modifed to extends
extends seem to play better with IDE's
ex:
export type Images = Image[]
export interface ImageResults extends api.MetApiResults { data: Images }
export interface ImageMetApiData extends api.MetApiData { data: Image }
export interface ImageResponse extends MetApiResponse { data: ImageMetApiData }
v1.1.4
What's Changed
- get a modified interface for api.store and api.update
export type ImageModified = modify<Api.MetApiResponse, { data: Image }>
- Check if doctrine exists by @hailam in #17
- Catch Internal Call To Command Exeception by @tcampbPPU in #19
- Cast Hidden as Undefined by @tcampbPPU in #20
New Contributors
Full Changelog: v1.1.3...v1.1.4
v1.1.0
What's Changed
- Build From Laravel Model Show Command by @tcampbPPU in #13
- Added ModelNameResults type to easier write api calls
Full Changelog: v1.0.29...v1.1.0
v1.0.29
What's Changed
- small tweaks and fixes global enum indent in export by @tcampbPPU in #10
- changed Enum output to object literals based on the TS community
Full Changelog: v1.0.28...v1.0.29
v1.0.28
Enums!
Documentation in the readme
What's Changed
- Working on Model Enum cast support by @tcampbPPU in #8
Full Changelog: v1.0.27...v1.0.28
v1.0.27
v1.0.26
v1.0.25
What's Changed
- Adding support for Laravel newest accessors method by @tcampbPPU in #5
documentation here
Full Changelog: v1.0.24...v1.0.25