- Bug fix: empty lists, tuples, sets, and dicts are now packed and unpacked correctly
0.3.0
- Replaced the type and length encoding system for space efficiency - Replaced the handling of `Packable` types for space efficiency - Added fuzz testing to the test suite
0.2.3
- Bug fix: added missing bool support
0.2.2
- Documentation corrections - Exported missing type
0.2.1
- Made dict serialization deterministic
0.2.0
- Added support for Decimal - Improved error type and messages