Optimizations & decodeIfPresent
- The first batch of optimizations have landed.
- Fix for floating-point encoding/decoding (#20)
- Change
decodeNil()
behavior to more closely follow the documentation. decodeIfPresent
can now be safely used.
decodeNil()
behavior to more closely follow the documentation.decodeIfPresent
can now be safely used.