Skip to content

Releases: angular-architects/ngrx-hateoas

v21.1.0

21 Apr 12:48
941e65a

Choose a tag to compare

What's Changed

  • Extended loadFromUrl method in features withHypermediaResource and withInitialHypermediaResource with an overload that supports reactive URL loading by providing a signal to a URL
  • Extended withInitialHypermediaResource to support getting the initial url from a resolver that can return a string or a Promise to a string

v21.0.0

14 Jan 11:32
b65699e

Choose a tag to compare

What's Changed

  • New state mutation feature: withWritableStateCopy - creates a writable copy of a slice of your state
  • New experimental state mutation feature: withExperimentalDeepWritableStateCopy - creates a deep wirtable copy of a slice of your state
  • New experimental state mutation feature: withExperimentalDeepWritableStateDelegate - create a deep wiritable delegate of a slice of your state that directly modifies your internals state
  • Deprecation of getAsPatchable resource methods
  • Migration to Angular 21
  • Various improvements in the documentation

v20.1.0

14 Dec 14:29
233727a

Choose a tag to compare

What's Changed

  • Fixed a bug based on a race condition in case of multiple parallel requests
  • Cancelling existing requests in case a new request gets started for the same resource

v20.0.1

25 Nov 07:36
aa097b3

Choose a tag to compare

What's Changed

  • Fixed Typescript warning due to missing type export

v20.0.0

22 Sep 08:38
db06bc4

Choose a tag to compare

What's Changed

  • Refactored connect functions into feature functions
  • Provide ability to navigate to an action in a subobject within a collection
  • Can now query all links actions and sockets from a resource via HateoasService
  • Migration to Angular 20 and NgRx Signal Store 20

v19.2.1

13 Jul 11:53
d94f838

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

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

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

Choose a tag to compare

What's Changed

  • Migration to signal store 19 and angular 19

v18.1.0

08 Jan 21:58
10670da

Choose a tag to compare

What's Changed

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