Skip to content

Releases: Formkunft/swift-delta

Swift Delta 0.9.2

09 Apr 06:14

Choose a tag to compare

  • Improves efficiency
  • Enables strict memory safety checks
  • Fixes docs

Swift Delta 0.9.1

07 Apr 17:18

Choose a tag to compare

  • Adds update API
  • Changes conversion between Delta and Delta.Pair to use initializers
  • Make docs work again

Swift Delta 0.9.0

07 Apr 17:16

Choose a tag to compare

  • Renames pair case from transition
  • Adds Delta.Pair type

Swift Delta 0.8.1

07 Apr 17:15

Choose a tag to compare

  • Changes coding keys to "a" (source) and "b" (target)

Swift Delta 0.8.0

07 Apr 17:14

Choose a tag to compare

  • Fixes distance calculation
  • Delta.Side is raw representable
  • Adds reverse() and reversed()
  • Adds compacted()

Swift Delta 0.7.1

21 Feb 14:06

Choose a tag to compare

  • Makes non-optional first and last public
  • Fixes building tests

Swift Delta 0.7.0

21 Feb 14:05

Choose a tag to compare

  • Adds firstNonNilMap(_:)
  • Adds lastNonNilMap(_:)

Swift Delta 0.6.0

24 Jul 15:15

Choose a tag to compare

  • Renames coalesce from merge.
  • Adds compose APIs.
  • Adds withIntermediate API.
  • Adds asyncMapAny and asyncMapAll APIs.
  • Adds support for Embedded Swift.

Full Changelog: v0.5.2...v0.6.0

Swift Delta 0.5.2

22 Jul 15:36

Choose a tag to compare

  • Adds side property
  • Adds optimized isEmpty implementation

Full Changelog: v0.5.1...v0.5.2

Swift Delta 0.5.1

03 May 17:09

Choose a tag to compare

  • Adds subscript to access an optional element on a Delta using a Delta.Side

Full Changelog: v0.5.0...v0.5.1