Changelog for ktx-codec-0.0.2.0
Changelog for ktx-codec
0.0.2.0 - 2023-03-18
- Add experimental KTX 2.0 support.
- Only reading for now.
- Everything besides the header is read on demand.
- MipLevel data can be read into provided buffer directly.
KeyValueDatamoved toCodec.Ktx.KeyValueand dropped theKeynewtype.- Add
textualto extract all valid text values.
- Add
0.0.1.4 - 2022-01-24
- Put tests under a flag. No code change.
- Allow
text-2.
0.0.1.3 - 2021-04-04
- Allow bytestring-0.12.
- Fix
getKeyValueDatadecoder. - Fix encoder endianness.
- Add
fromByteStringLazy,toBuilderandtoFile.
0.0.1.2 - 2021-01-18
- Add
fromByteString.
0.0.1.1 - 2020-08-24
- Debug traces removed.
0.0.1.0 - 2020-08-23
- Initial release.