Skip to content

Releases: daiscog/ngx-http-request-state

3.4.0

30 Sep 16:42
d892fa1
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

13 Dec 12:48
5b60f70
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add Angular 15 support

2.0.0

24 Jul 13:58
b6e1ac6
Compare
Choose a tag to compare

Support Angular 14, drop support for earlier Angular versions.

1.2.0

18 Dec 15:52
341814a
Compare
Choose a tag to compare
  • Add support for Angular 13
  • Add support for RxJS 7

1.1.0

18 Dec 14:39
ce58484
Compare
Choose a tag to compare
  • Adds support for Angular 12