Skip to content

Releases: infinum/ngx-hal

v1.0.1

18 Mar 22:20
f743b87
Compare
Choose a tag to compare

Changelog:

  • Added a support for passing requestOptions to model.fetchRelationships and datastore.fetchModelRelationships functions - #62

v1.0.0

12 Mar 17:18
9b08dbd
Compare
Choose a tag to compare

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

04 Mar 00:14
93c5843
Compare
Choose a tag to compare

Changelog:

  • Fix extracting list items from response - #57

v0.0.87

03 Mar 23:09
886ada9
Compare
Choose a tag to compare

Changelog:

  • Improve payload generation

v0.0.84

03 Mar 13:16
b71cd5e
Compare
Choose a tag to compare

Changelog:

Breaking change:

  • Arguments of save and delete methods are more customizable now

v0.0.72

19 Nov 13:11
9888ab7
Compare
Choose a tag to compare

Changelog:

  • Save embedded properties while creating a new local model

v0.0.66

13 Nov 21:10
ba6a10a
Compare
Choose a tag to compare

Changelog:

  • Update the original attribute properties with the new values after a PATCH request

v0.0.65

12 Nov 09:57
c040f74
Compare
Choose a tag to compare

Changelog:

  • [Fix] Skip fetching relationships with local URL

v0.0.64-beta

09 Oct 20:39
e2858a4
Compare
Choose a tag to compare
v0.0.64-beta Pre-release
Pre-release

Changelog

  • Upgrade to Angular 8
  • Upgrade dependencies

v0.0.63

10 Oct 10:50
a23260a
Compare
Choose a tag to compare

Changelog

  • [Breaking change] Improve getPage method on HalDocument and changed the interface of getPage