Releases: yahoo/bgkotlin
Releases · yahoo/bgkotlin
0.9.0
.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
- 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
- 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