mw99 / DataCompression

Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Apache License 2.0
286 stars 57 forks source link

Fixes for Swift 4.1 compatibility #7

Closed oflasch closed 6 years ago

oflasch commented 6 years ago

see https://github.com/apple/swift-evolution/blob/master/proposals/0184-unsafe-pointers-add-missing.md

mw99 commented 6 years ago

Thanks! Will be merged in the next release.

omidontop commented 6 years ago

I second the need for this PR! Thanks to both @oflasch and @mw99.

mw99 commented 6 years ago

Yes that got a little bit late. Swift 4.1 compatibility and other extra updates will get released soon.

mw99 commented 6 years ago

Thanks for waiting. Version 3.0.0 is out. With Swift 4.1 as well as gzip support. You may want to take a look at the changelog. Thanks for your feedback.

omidontop commented 6 years ago

Awesome! Thanks!