Releases: frazer-rbsn/orderedset
Releases · frazer-rbsn/orderedset
Release list
2.0.0 @frozen and Sendable
OrderedSet is now @frozen and conforms to Sendable.
Full Changelog: 1.2.2...2.0.0
1.2.2
1.2.1
Merge branch 'master' of https://github.com/frazer-rbsn/orderedset
1.2.0
- Fix for Swift 5.5
- Add func for creating a new
OrderedSetfrom an intersection of two sets - Add
contains(anyOf:) - Optimised
init(from: Decoder) - Disabled SwiftUI extension
Full Changelog: 1.1.3...1.2.0
1.1.3
Added function for calling SwiftUI's move(fromOffsets:_, toOffset:_) method on the collection.
1.1.2
- Added function
removing(atOffsets offsets: IndexSet)
1.1.1
- Add function for returning a new ordered set with a member element removed
- Misc documentation improvements
1.1.0
- Simplified initialiser for initialising with a sequence.
- Split out unit tests
- Gardening