Skip to content

Releases: kosich/rxjs-autorun

v0.0.2

11 Nov 19:15
Compare
Choose a tag to compare

Adds:

  • combined fn (non distinct updates)
  • autorun is now based on combined
  • reduced inner dependencies
  • minor bugfixes

v0.0.2-0

11 Nov 19:01
Compare
Choose a tag to compare
v0.0.2-0 Pre-release
Pre-release
  • [chore] updated packages 4feef66
  • [chore] clean before build 5e61a79
  • Added combined fn - updates w/o distinctUntilChanged (#32) ec924e4
  • Completing with EMPTY (#31) d4ef2ab
  • Refactoring to directly pushing to observer (#28) d98b8b8
  • strict equal check for error kind (#26) e12bab6
  • removed my failed gh actions attempt c45cc3a
  • Create main.yml 956ad30
  • added gh actions (#23) 000dcd8
  • added badges, fixed typo, re-organized sections 6d47743
  • Docs for strength, more examples and precautions (#20) 9024e5e
  • Readme installation guide (#17) 486bf27

v0.0.1...v0.0.2-0

v0.0.1

11 Oct 22:32
Compare
Choose a tag to compare
  • [chore] updated packages, fixed build, lowered rxjs peerDependency version (#16) a236b9f
  • Rename run to computed (#15) fb2b746
  • Add option to strongly track an observable (#14) f5199e9
  • Wait for the first value emission of untracked deps (#13) f4822f2
  • Add weak and normal strength to observables (#10) 5cc5962
  • Be able to subscribe runner multiple times (#9) a1717c0
  • Complete or error when dependencies do (#5) 6926d2a
  • added precations to README and covered edge-cases with tests 1ad3499
  • added note regarding synch/asynch observables tracking 2993987
  • added distinctUntilChanged to trackers and runners 613224c
  • Update README.md 03877b8
  • updated README 3acc701
  • added silent-untrack fn 86449d5
  • externalized $ tracker 04421c9

99093b7...v0.0.1