github pointfreeco/swift-sharing 0.1.4

latest releases: 2.7.3, 2.7.2, 2.7.1...
9 months ago

What's Changed

  • Fixed: Don't emit unasserted changes issue outside of tests (#19).

  • Fixed: Avoid crash when attempting to open inaccessible file paths (thanks @Matejkob, #4).

  • Deprecated: Shared's Collection conformances have been deprecated in favor of explicit conversion to a collection (#26).

    -ForEach($elements) { $element in
    +ForEach(Array($elements)) { $element in
  • Infrastructure: Removed unnecessary Shared.init overloads (#20).

Full Changelog: 0.1.3...0.1.4

Don't miss a new swift-sharing release

NewReleases is sending notifications on new releases.