Changelog for ktx-codec-0.1.0.0
Changelog for ktx-codec
0.1.0.0 - 2025-12-11
Making editing KTX2 files simpler.
- Add
Codec.Ktx2with theKtx2type pulled fromCodec.Ktx2.Writearguments. - Changed
Codec.Ktx2.Writefunctions to use thatKtx2instead. Breaking. - Add
Codec.Ktx2.Read.fromFileto read the whole file at once and put it intoKtx2envelope. - Add
Codec.Ktx.KeyValue.writerKtxCodec/writerCodecWithso you can brag about using this library when writing. - Add container-like functions for
Codec.Ktx.KeyValue:lookup,insertBytes,insertNumber, andinsertText.
0.0.2.1 - 2023-04-08
- Add
Codec.Ktx2.Write. - Add patterns for Khronos keys
- Add patterns for Khronos DFD.BasicV2
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.