Skip to content

Releases: lagoshny/ngx-hateoas-client

v3.0.3

23 Dec 16:43
Compare
Choose a tag to compare

More information about changes here.

v2.2.1

06 Dec 05:38
411817d
Compare
Choose a tag to compare

All changes, see here.

v2.1.0

21 Nov 11:29
Compare
Choose a tag to compare

Changed determination resource type algorithm.

Now:
ResourceCollection can contain only two props _embedded and _links.
PagedResourceCollection can contain three props _embedded, _links, and page.
Resource can contain additional _embedded property.

Release 2.0.0

29 Sep 06:30
15781b9
Compare
Choose a tag to compare
Merge pull request #13 from lagoshny/v2_change_core

V2 change core

v1.1.1

21 Feb 16:03
3d7208c
Compare
Choose a tag to compare
  • bindRelation now accepts entity and an array of entities
  • clearCollectionRelation renamed to unbindCollectionRelation

v1.1.0

21 Feb 13:38
db109ab
Compare
Choose a tag to compare

Updated Resource methods

Deleted Resource methods:

  • updateResource

Changed Resource methods:

  • addRelation was renamed to addCollectionRelation
  • bindRelation changed signature method now it accepts an array of entities instead single entity.

Added Resource methods:

  • unbindResource a new method that used with single resource relations to delete bound relations.

README.md was updated.

Release 1.0.1

09 Feb 19:38
822a286
Compare
Choose a tag to compare
Merge pull request #9 from lagoshny/angular_update

Angular update

v1.0.0

30 Oct 16:31
Compare
Choose a tag to compare
Updated keywords