Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Apr 29, 2023
1 parent 3b0f6f7 commit 99cf703
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
Change Log
==========================

5.3.0
6.0.0
--------------------------

### New

- Support decompression for combined compression.
- Add `wBits` optional parameter to `gzipped(level:)` and `.gunzipped()` to support managing the size of the history buffer.


### Changes

- Remove support for CocoaPods and Carthage.
- Update minimum Swift version to 5.4.
- Add `wBits` optional parameter to `gzipped(level:)` and `.gunzipped()` to support managing the size of the history buffer.
- Break immediately when inflate exactly reaches the end of the buffer.



Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2022 1024jp
Copyright (c) 2014-2023 1024jp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ GzipSwift

__GzipSwift__ is a framework with an extension of Data written in Swift. It enables compress/decompress gzip using zlib.

- __Requirements__: OS X 10.9 / iOS 12 / watchOS 2 / tvOS 12 or later
- __Swift version__: Swift 5.6


## Usage

Expand Down

0 comments on commit 99cf703

Please sign in to comment.