This release: - Disables the logger by default. - Enables logging when using `-v`/`--verbose` in the CLI. - Adds `-b`/`--lzfse-iboot` for `LZFSE_IBOOT` compression. - Adds `-l` as a substitute for `--lzfse` - Adds `-z` as a substitute for `--zlib`
Small release which adds docstrings to all functions, and [docs.md](https://github.com/m1stadev/apple-compress/blob/master/docs.md) for API documentation.
This release: - Adds a logger - Fixes a bug in `decompress()` that would cause the function to loop indefinitely if the allocated buffer was smaller than the size of the decompressed data.