Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@stephencelis stephencelis released this 18 Jun 21:57
· 6 commits to main since this release
2f5ab6e

What's Changed

  • Added: _IdentifiedCollection and _MutableIdentifiedCollection protocols, for writing algorithms against identified collections in the abstract (#74). These protocols are underscored for now to allow for breaking changes and library evolution, but please give them a try and let us know what you think!
  • Fixed: The Identified type now supports dynamic member lookup on readonly values (thanks @JOyo246, #68).
  • Infrastructure: Added Swift 6 language support, and dropped Swift <5.9 (#73).

New Contributors

Full Changelog: 1.0.2...1.1.0