Skip to content

Releases: angular-architects/ngrx-hateoas

v19.2.1

13 Jul 11:53
d94f838
Compare
Choose a tag to compare

What's Changed

  • Fixed that the remove metadata functionality transforms an array to an object in some cases
  • Extended documentation and fixed typos

v19.2.0

08 May 18:25
c0b1b35
Compare
Choose a tag to compare

What's Changed

  • Created basic documentation
  • Library can now remove metadata on objects sent back to server with actions
  • Optional query params can be provided for loading a resource from link and a helper method to create an url from a link

v19.1.0

27 Mar 20:52
dab65a9
Compare
Choose a tag to compare

What's Changed

  • New Feature: Hypermedia Actions are now returning the HTTP response

v19.0.0

31 Jan 10:46
94407a6
Compare
Choose a tag to compare

What's Changed

  • Migration to signal store 19 and angular 19

v18.1.0

08 Jan 21:58
10670da
Compare
Choose a tag to compare

What's Changed

  • New Feature: Actions within objects in collections are supported now #13

v18.0.0

01 Jan 11:34
bf720aa
Compare
Choose a tag to compare

First stable release of @angular-architects/ngrx-hateoas. Provides all functionality to bring basic hypermedia json into the NgRx Signal Store. From this release on, the library follows the principles of semantic versioning and aligns to the versions of Angular and the NgRx Signal Store.