Releases: tobyzerner/json-api-models
Releases · tobyzerner/json-api-models
Release 0.1.0-beta.7
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
Fixed
- Fix attribute cast type definition and invoke as function rather than with
new.
Release 0.1.0-beta.5
Added
- Query: add
append,set, anddeletemethods. - Export useful JSON:API types:
JsonApiDocument,JsonApiIdentifier,JsonApiResource,JsonApiRelationships, andJsonApiRelationship.
Removed
- Query: remove
pushmethod.
Release 0.1.0-beta.4
Fixed
- Fix casts not working correctly.
Release 0.1.0-beta.3
Added
- Added ability to define typecasts for attributes on custom models.
Changed
- Change compilation target to
es2017forObject.entriessupport.
v0.1.0-beta.1
Recompile