Skip to content

Releases: frazer-rbsn/orderedset

2.0.0 @frozen and Sendable

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 22 Dec 05:55

OrderedSet is now @frozen and conforms to Sendable.

Full Changelog: 1.2.2...2.0.0

1.2.2

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 18 Sep 23:15

Fix for Swift 6.

1.2.1

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 23 Dec 16:56
Merge branch 'master' of https://github.com/frazer-rbsn/orderedset

1.2.0

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 20 Nov 21:46
  • 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

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 31 Jul 19:00

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

1.1.2

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 31 Jul 14:13
  • Added function removing(atOffsets offsets: IndexSet)

1.1.1

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 30 Jul 19:08
  • Add function for returning a new ordered set with a member element removed
  • Misc documentation improvements

1.1.0

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 11 May 17:29
  • Simplified initialiser for initialising with a sequence.
  • Split out unit tests
  • Gardening

1.0.2

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 26 Mar 20:52
4536d3e
  • Updated README

1.0.1

Choose a tag to compare

@frazer-rbsn frazer-rbsn released this 26 Mar 20:02
  • Minor documentation updates
  • Gardening