Skip to content

0.9.0

Compare
Choose a tag to compare
@slevin slevin released this 23 Sep 17:59
· 17 commits to master since this release
d97eb1a

.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