Skip to content

Version 0.23.0: Explicitly support versions and platforms

Pre-release
Pre-release
Compare
Choose a tag to compare
@Samasaur1 Samasaur1 released this 09 Jul 20:13
· 89 commits to master since this release
v0.23.0
6767d55

Added

  • A [email protected] file in order to be able to specify supported platforms
  • Supported versions of Swift are listed in the package manifest file

Changed

  • Migrate from Array.index(of:) to Array.firstIndex(of:)
  • Continue to define our own implementation of count(where:) until at least Swift 6, because (as I found out) the implementation in the standard library was removed because of its impact on type-checker performance.
  • Makes the GitHub Actions workflow output nicer.

Fixed

  • Uses the correct Swift version in GitHub Actions tests (closes #80)

See changelog
See docs