Releases: tayloraswift/swift-jpeg
Releases · tayloraswift/swift-jpeg
2.0.0
What's Changed
- Fix some structured concurrency warnings by @valeriyvan in #20
- Internalize executable and test products by @tayloraswift in #23
- Factor the OS-dependent APIs into a separate
JPEGSystem
module by @tayloraswift in #24 - Port docs to DocC by @tayloraswift in #25
Full Changelog: 1.1.0...2.0.0
1.0.1
This release is exactly the same as 1.0.0, except it has been re-licensed under the more permissive MPL-2.0 license.
1.0.0
Initial release; supports baseline, extended, and progressive-mode images, images with restart markers, images with DNL segments, and user-defined extensions to the JPEG standard.