Skip to content

Releases: frazer-rbsn/orderedset

1.2.2

18 Sep 23:15
Compare
Choose a tag to compare

Fix for Swift 6.

1.2.1

23 Dec 16:56
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/frazer-rbsn/orderedset

1.2.0

20 Nov 21:46
Compare
Choose a tag to compare
  • Fix for Swift 5.5
  • Add func for creating a new OrderedSet from 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

31 Jul 19:00
Compare
Choose a tag to compare

Added function for calling SwiftUI's move(fromOffsets:_, toOffset:_) method on the collection.

1.1.2

31 Jul 14:13
Compare
Choose a tag to compare
  • Added function removing(atOffsets offsets: IndexSet)

1.1.1

30 Jul 19:08
Compare
Choose a tag to compare
  • Add function for returning a new ordered set with a member element removed
  • Misc documentation improvements

1.1.0

11 May 17:29
Compare
Choose a tag to compare
  • Simplified initialiser for initialising with a sequence.
  • Split out unit tests
  • Gardening

1.0.2

26 Mar 20:52
4536d3e
Compare
Choose a tag to compare
  • Updated README

1.0.1

26 Mar 20:02
Compare
Choose a tag to compare
  • Minor documentation updates
  • Gardening

1.0.0 - Initial Release

25 Mar 20:22
Compare
Choose a tag to compare
Update README.md