Skip to content

Releases: yahoo/bgkotlin

0.11.1

29 Oct 22:52
db3258f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

22 Oct 20:18
49713b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

17 Oct 04:07
a93673b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

23 Sep 17:59
d97eb1a
Compare
Choose a tag to compare

.value on TypedMoments is a nullable type.

Previous implementation used forced unwrapping, which was throwing exception when updated value
was null.

  • can accommodate null as a possible update value
  • as well as null as an answer in case it wasn't updated

0.8.0

18 Sep 17:04
fc0e6a3
Compare
Choose a tag to compare
  • implement toString on various classes for better debugging
  • fix trySetAccessible error for Android reflection
  • add performs() as an alias for runs() on BehaviorBuilder
  • add justUpdatedValue property as an alternative to justUpdated/value check on typedMoments

0.7.0

05 Oct 22:46
b1fe6df
Compare
Choose a tag to compare
  • Improved Java compatibility
  • Tutorials and code walkthough
  • Extents can have context object (clojure compatibility)
  • ExtentLifetime memory leaks
  • Update readme
  • make debugCycle check visible
  • ability to disable automatic naming
  • simplify package to behaviorgraph