Skip to content

Releases: wix-incubator/obsidian

2.0.0

26 Aug 01:46
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] @LifecycleGraphs can be used as service locators only if they are created by @guyca in #121
  • Fix leaking @LifecycleBound graphs used to inject class components by @guyca in #122
  • Require passing onNext callback to observable.subscribe by @guyca in #124
  • Remove the last dependency on lodash - stop using lodash.get in the transformer by @guyca in #125

Full Changelog: 1.4.0...2.0.0

v1.4.0

05 Aug 12:27
Compare
Choose a tag to compare

What's Changed

  • Implement MediatorObservable.mapSource() by @guyca in #119

Full Changelog: 1.3.0...1.4.0

v1.3.0

28 Jul 20:39
Compare
Choose a tag to compare

What's Changed

  • Support awaiting the current or next value of an observable by @guyca in #114
  • Execute mediatorObservable.addSource callbacks immediately to create an initial value by @guyca in #115
  • OnNext callbacks should never return a value by @guyca in #116

Full Changelog: 1.2.0...1.3.0

v1.2.0

23 Jul 09:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

v1.1.0

22 Jul 18:07
Compare
Choose a tag to compare

What's Changed

  • Throw if attempting to access undefined props in lifecycle bound graphs by @guyca in #110

Full Changelog: 1.0.0...1.1.0

v1.0.0

21 Jul 18:48
Compare
Choose a tag to compare

This is a symbolic major release. After more than two years of development, it's time to go major.

What's Changed

  • Support passing a generator function to useObserver by @guyca in #109

Full Changelog: https://github.com/wix-incubator/obsidian/commits/1.0.0