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