This bugfix release adds Sendable
conformances to all public types (fixing compatibility with Swift's strict concurrency checking), and speeds up equality checks (==
) of identical collection values.
What's Changed
- Fix typos: OrderedSet Documentation by @kati-kms in #322
- [1.0] build: support building in Debug mode on Windows by @compnerd in #337
- build: tweak search path for embedding by @compnerd in #338
- [OrderedDictionary] forward ordered dictionary values equality to values property by @vanvoorden in #335
- [OrderedSet] forward ordered set equality to elements property by @vanvoorden in #340
- [Deque] check deque equality with buffer identity by @vanvoorden in #341
- [OrderedDictionary] Fix usage of deprecated API in index(forKey:) docs by @lorentey in #342
- [1.0] Backport Sendable conformances on all public types by @lorentey in #343
- OrderedSet: Fix sendable conformance on old swifts by @lorentey in #346
- Update CMake configuration by @lorentey in #347
New Contributors
- @kati-kms made their first contribution in #322
- @vanvoorden made their first contribution in #335
Full Changelog: 1.0.5...1.0.6
Thank you to everyone who contributed to this release!