Skip to content

Releases: tobyzerner/json-api-models

Release 0.1.0-beta.7

01 Sep 01:10

Choose a tag to compare

Release 0.1.0-beta.7 Pre-release
Pre-release

Fixed

  • Fix regression with attribute casting not handling dates correctly, and add more sophisticated handling of primitives, constructables, and callables.

Release 0.1.0-beta.6

01 Sep 00:29

Choose a tag to compare

Release 0.1.0-beta.6 Pre-release
Pre-release

Fixed

  • Fix attribute cast type definition and invoke as function rather than with new.

Release 0.1.0-beta.5

31 Aug 05:32

Choose a tag to compare

Release 0.1.0-beta.5 Pre-release
Pre-release

Added

  • Query: add append, set, and delete methods.
  • Export useful JSON:API types: JsonApiDocument, JsonApiIdentifier, JsonApiResource, JsonApiRelationships, and JsonApiRelationship.

Removed

  • Query: remove push method.

Release 0.1.0-beta.4

26 May 04:39

Choose a tag to compare

Release 0.1.0-beta.4 Pre-release
Pre-release

Fixed

  • Fix casts not working correctly.

Release 0.1.0-beta.3

26 May 04:25

Choose a tag to compare

Release 0.1.0-beta.3 Pre-release
Pre-release

Added

  • Added ability to define typecasts for attributes on custom models.

Changed

  • Change compilation target to es2017 for Object.entries support.

v0.1.0-beta.1

17 Jan 06:54

Choose a tag to compare

v0.1.0-beta.1 Pre-release
Pre-release
Recompile