Releases: yahoo/bgkotlin
Releases · yahoo/bgkotlin
0.13.0
14 May 23:51
Compare
Sorry, something went wrong.
No results found
Kotlin Multiplatform gradle
Observers
inline dynamic links
0.12.0
14 May 20:39
Compare
Sorry, something went wrong.
No results found
Prep for Kotlin Multiplatform:
move to coroutines for multithreaded logic
jvm priority queue -> custom priority queue
remove weakrefs from lifetimes
0.11.2
13 Dec 19:44
Compare
Sorry, something went wrong.
No results found
0.11.1
29 Oct 22:52
Compare
Sorry, something went wrong.
No results found
0.11.0
22 Oct 20:18
Compare
Sorry, something went wrong.
No results found
0.10.0
17 Oct 04:07
Compare
Sorry, something went wrong.
No results found
0.9.0
23 Sep 17:59
Compare
Sorry, something went wrong.
No results found
.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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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