What's Changed
SemVer Patch
- Use lock from NIO instead of NSLock by @madsodgaard in #172
- Remove
localizedDescriptionby @madsodgaard in #173 - Remove localized compares by @madsodgaard in #174
- Remove
trimmingCharacters(in:)by @madsodgaard in #175 - Replace Foundation
replacingOccurrences(of:with:)and percent encoding by @madsodgaard in #176 - Replace
String(format:)forDoubleto String conversions by @madsodgaard in #178 - Introduce
FullFoundationtrait by @madsodgaard in #177 - Remove use of Foundation
appendingand add last FoundationEssentials imports by @madsodgaard in #180 - Make sure we can import CoreFoundation by @madsodgaard in #181
Other Changes
- add CI for checking
Foundationlinkage regression by @madsodgaard in #179
New Contributors
- @madsodgaard made their first contribution in #172
Full Changelog: 1.10.1...1.11.0