Skip to content

0.4.4

Compare
Choose a tag to compare
@dargueta dargueta released this 14 Jul 22:26
· 244 commits to master since this release

Released: 2018-07-14

Bugfixes

  • Loading floats didn't work at all because size wasn't set in the constructor.
  • Fixed minor typo in the documentation.

Other Changes

This release is a significant rearrangement of the code, but no behavior has
changed.

binobj.fields was split from a module into a subpackage, with the following
modules:

  • base: The Field base class and a few other things.
  • containers: The fields used to nest other schemas and fields, such as
    Array and Nested.
  • numeric: All fields representing numeric values, such as integers and
    floats.
  • stringlike: All fields that are text strings or bytes.