Skip to content

Releases: riccardoperra/ngx-reactive-loading

v2.0.1

21 Nov 10:06

Choose a tag to compare

2.0.1 (2021-11-21)

Bug Fixes

  • update package min angular version to 13.0.0 (2839c3c)

v2.0.0

08 Nov 21:34

Choose a tag to compare

2.0.0 (2021-11-08)

Features

  • update dependencies for Angular 13 (0a3786f)

BREAKING CHANGES

  • Angular v13 is now supported

chore: update .gitignore

chore: removed .angular/cache

chore: fix test for angular v13 update

v1.5.0

14 Sep 18:34

Choose a tag to compare

1.5.0 (2021-09-14)

Features

v1.4.0

05 Sep 15:05

Choose a tag to compare

1.4.0 (2021-09-05)

Bug Fixes

  • fix LoadingFactoryState type error (2692203)
  • fix loading registry someLoading signature (4c594b8)
  • rename the setHttpLoadingContext helper with withHttpLoadingContext (6903809)
  • internal: add UnionToIntersection type (350e90f)
  • someLoading now will trigger false value when key does not exist (3bdeb8b)

Features

  • internal: add loading state factory (2c285b9)
  • add loading registry core and createLoadingRegistry helper (8156c8f)
  • add loading registry interceptor (f560508)
  • add loading registry interceptor optimization and switched to controlledLoadingRegistry (22daff0)
  • add registry clear emit action, remove reactiveMap map constructor inheritance (ef408d6)

v1.4.0-beta.5

02 Sep 20:34

Choose a tag to compare

v1.4.0-beta.5 Pre-release
Pre-release

1.4.0-beta.5 (2021-09-02)

Bug Fixes

  • fix LoadingFactoryState type error (2692203)

v1.4.0-beta.4

02 Sep 18:40

Choose a tag to compare

v1.4.0-beta.4 Pre-release
Pre-release

1.4.0-beta.4 (2021-09-02)

Bug Fixes

  • rename the setHttpLoadingContext helper with withHttpLoadingContext (6903809)

v1.4.0-beta.3

01 Sep 22:07

Choose a tag to compare

v1.4.0-beta.3 Pre-release
Pre-release

1.4.0-beta.3 (2021-09-01)

Bug Fixes

  • fix loading registry someLoading signature (4c594b8)
  • internal: add UnionToIntersection type (350e90f)
  • someLoading now will trigger false value when key does not exist (3bdeb8b)

Features

  • internal: add loading state factory (2c285b9)
  • add loading registry interceptor (f560508)
  • add loading registry interceptor optimization and switched to controlledLoadingRegistry (22daff0)

v1.4.0-beta.2

29 Aug 11:31

Choose a tag to compare

v1.4.0-beta.2 Pre-release
Pre-release

1.4.0-beta.2 (2021-08-29)

Features

  • add registry clear emit action, remove reactiveMap map constructor inheritance (ef408d6)

v1.4.0-beta.1

29 Aug 09:50

Choose a tag to compare

v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2021-08-29)

Features

  • add loading registry core and createLoadingRegistry helper (8156c8f)

v1.3.0

22 Aug 12:57

Choose a tag to compare

1.3.0 (2021-08-22)

Bug Fixes

  • add LOADING_STORE token provider when initializing loading service with component (3510bc9)
  • removed old rxjs isFunction internal reference (07775f2)
  • update eslint lib prefix, fix loading directive prefix (7d66ec9)

Features

  • add untilLoading reactive helper (190761d)
  • add loading directive (52620ce)