From 99cf703b461916279cbbb50068e904df86c37133 Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sat, 29 Apr 2023 13:22:15 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++-- LICENSE | 2 +- README.md | 3 --- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2322a02..d09829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/LICENSE b/LICENSE index 4541471..642b0fb 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 9b4a5eb..26310bb 100644 --- a/README.md +++ b/README.md @@ -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