- Initial release
- Fix typo in
README.md
- Replaced
elm-codec-bytes
dependency withelm-serialize
. This is a breaking change for any data you've encoded withtextureAtlasCodec
,packedBoxesCodec
, orpackedBoxesCodecFloat
.
- Add missing error type for
textureAtlasCodec
. This is not a breaking change for data encoded with version 2.0.0 of this package. - Fix mistakes in documentation