Skip to content

Releases: fumeapp/modeltyper

v1.2.0

14 Feb 18:40
a27f737
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

04 Feb 06:31
Compare
Choose a tag to compare

Full Changelog: v1.1.5...v1.1.6

modifed to extends

22 Jan 09:29
Compare
Choose a tag to compare

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

22 Jan 08:56
Compare
Choose a tag to compare

What's Changed

  • get a modified interface for api.store and api.update
    export type ImageModified = modify<Api.MetApiResponse, { data: Image }>

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.0

09 Jan 02:33
Compare
Choose a tag to compare

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

11 Apr 23:18
Compare
Choose a tag to compare

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

31 Mar 22:17
Compare
Choose a tag to compare

Enums!

Documentation in the readme

What's Changed

Full Changelog: v1.0.27...v1.0.28

v1.0.27

17 Mar 20:20
Compare
Choose a tag to compare

Fix for reading the wrong relationship when its multiple lines

558e9e8

Full Changelog: v1.0.26...v1.0.27

v1.0.26

17 Mar 03:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.25...v1.0.26

v1.0.25

16 Mar 22:51
Compare
Choose a tag to compare

What's Changed

  • Adding support for Laravel newest accessors method by @tcampbPPU in #5

documentation here

Full Changelog: v1.0.24...v1.0.25