- Renaming
serialize_from()toserialize_to()andparse_to()toparse_from().
- Serialize JSON as compact by default
datetimeinstances are serialized to epoch timestamps when serializing JSON (but they are not converted back on parsing).- add
.to_int()to convert a BinaPy to an int.
- First release on PyPI.