Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ecton ecton released this 24 Dec 00:24
· 57 commits to main since this release
f287b1a

This release focused on adding more unit tests to test both positive and negative flows. At the release of v0.1.0-alpha.3, the code coverage reported at 79.65%. This release brings that metric to 92.78%, and some of the missing coverage is due to the coverage tools not working fully in certain circumstances. The current report can always be viewed here.

Added

  • Added the Value type, allowing deserializing arbitrary Pot payloads without its
    original data structure.

Fixed

  • Small fixes when packing floats and integers. No breaking changes, as the
    incorrect code would just use more space than needed for certain values.