Skip to content

Releases: daiscog/ngx-http-request-state

3.5.0

08 Dec 18:12
62b52be

Choose a tag to compare

What's Changed

  • Angular 19 + deprecate response mapper by @daiscog in #23

Full Changelog: 3.4.0...3.5.0

3.4.0

30 Sep 16:42
d892fa1

Choose a tag to compare

What's Changed

  • Adjust typing for improved type guard ergonomics. by @daiscog in #21

Full Changelog: 3.3.0...3.4.0

3.3.0

15 Aug 23:16
d17b0f6

Choose a tag to compare

What's Changed

  • Added overloads to the loadingState and errorState builder functions … by @daiscog in #20

Full Changelog: 3.2.0...3.3.0

3.2.0

12 Aug 00:07

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

13 Dec 12:48
5b60f70

Choose a tag to compare

What's Changed

  • Added Angular 17 support

Full Changelog: 3.0.0...3.1.0

3.0.0

11 Jun 17:22

Choose a tag to compare

What's Changed

  • Breaking change: The value property of the LoadedState interface, and the parameter of the loadedState function, are no longer optional. If you want your LoadedState instances to possibly contain undefined values, you must explicitly state such in the generic type parameter. E.g., state: HttpRequestState<MyDataType | undefined> will allow a LoadedState with an undefined value. (The LoadingState and ErrorState interfaces are unaffected and continue to have an optional value property, even when the generic type does not allow for undefined.)
  • Angular 16 support

Full Changelog: 2.2.0...3.0.0

2.2.0

26 Apr 09:00
b3d184c

Choose a tag to compare

What's Changed

  • Introduces a merge function that merges an array of states into a single new state by @PeterSR in #11

Special thanks

Full Changelog: 2.1.0...2.2.0

2.1.0

30 Nov 14:14
2d396f5

Choose a tag to compare

Add Angular 15 support

2.0.0

24 Jul 13:58
b6e1ac6

Choose a tag to compare

Support Angular 14, drop support for earlier Angular versions.

1.2.0

18 Dec 15:52
341814a

Choose a tag to compare

  • Add support for Angular 13
  • Add support for RxJS 7