All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update
miniz_oxidedependency from 0.4 to 0.8 - Update
num_enumdependency from 0.5 to 0.7 - Delete unused
pub struct Color. decode()now producesVec<[u8; 4]>instead ofVec<u8>. UseVec::into_flattened()to get the flattenedVecof bytes.
- Fix an issue with a trailing zero causing a premature EOF in the stream
- Relicense to MIT OR Apache-2.0 OR Zlib
- First release