Releases: infinum/ngx-hal
Releases · infinum/ngx-hal
v1.0.1
Changelog:
- Added a support for passing
requestOptions
to model.fetchRelationships
and datastore.fetchModelRelationships
functions - #62
v1.0.0
Changelog:
- Handle a case when
304 - Not modified
is returned from server
Note:
There are no breaking changes between this versions and the version v0.0.88
v0.0.88
Changelog:
- Fix extracting list items from response - #57
v0.0.87
Changelog:
- Improve payload generation
v0.0.84
Changelog:
Breaking change:
- Arguments of
save
and delete
methods are more customizable now
v0.0.72
Changelog:
- Save embedded properties while creating a new local model
v0.0.66
Changelog:
- Update the original attribute properties with the new values after a PATCH request
v0.0.65
Changelog:
- [Fix] Skip fetching relationships with local URL
v0.0.64-beta
Changelog
- Upgrade to Angular 8
- Upgrade dependencies
v0.0.63
Changelog
- [Breaking change] Improve
getPage
method on HalDocument and changed the interface of getPage