1.1.2
- Fixed a WrongBlockLengths error when there was no actual error.
- Improved overall performance for Deflate.
By the way, there are also a couple of internal changes that are probably worth to mention:
- Now git-lfs is used for storing the majority of test files. So if you would like to clone repository and run Xcode tests it might be necessary for you to run
git lfs pull
aftergit clone
. - When Gzip files are being parsed sometimes incorrect value of
mtime
field from their headers could be read. Although, this value is internal (and, actually, is never used) and is not exposed to the users of framework you might be eager to know that from now onmtime
is stored as fourUInt8
numbers instead of oneUInt64
(and I don't know why it wasUInt64
and notUInt32
).