This minor version update has 2 main features:
- Full support for Swift 6's Strict concurrency checking
- New @ISO8601Coding Property Wrappers using Date.ISO8601FormatStyle to fully support Sendable
See full release notes for more details
Changelog
- CI Updates in https://github.com/GottaGetSwifty/CodableWrappers/pull/46
- Adding Sendable conformance and Testing updates in https://github.com/GottaGetSwifty/CodableWrappers/pull/51
- Adding additional tests in https://github.com/GottaGetSwifty/CodableWrappers/pull/52
- Updating Swift Syntax and adding compatibility tests with the help of @Matejkob in https://github.com/GottaGetSwifty/CodableWrappers/pull/53
- Fixing tests due to differing (en/de)coding depending on version in https://github.com/GottaGetSwifty/CodableWrappers/pull/54
- Strict Concurrency additions and Documentation updates in https://github.com/GottaGetSwifty/CodableWrappers/pull/55
Full Changelog: https://github.com/GottaGetSwifty/CodableWrappers/compare/3.0.1...3.1.0