Releases: Formkunft/swift-delta
Releases · Formkunft/swift-delta
Swift Delta 0.7.1
- Makes non-optional
firstandlastpublic - Fixes building tests
Swift Delta 0.7.0
- Adds
firstNonNilMap(_:) - Adds
lastNonNilMap(_:)
Swift Delta 0.6.0
- Renames
coalescefrommerge. - Adds
composeAPIs. - Adds
withIntermediateAPI. - Adds
asyncMapAnyandasyncMapAllAPIs. - Adds support for Embedded Swift.
Full Changelog: v0.5.2...v0.6.0
Swift Delta 0.5.2
- Adds
sideproperty - Adds optimized
isEmptyimplementation
Full Changelog: v0.5.1...v0.5.2
Swift Delta 0.5.1
- Adds subscript to access an optional element on a
Deltausing aDelta.Side
Full Changelog: v0.5.0...v0.5.1
Swift Delta 0.5.0
- Rename module to
DeltaModuleto avoid name resolution conflict
Full Changelog: v0.4.0...v0.5.0
Swift Delta 0.4.0
- Rename module to
DeltaPackageto avoid name resolution conflict withDeltatype
Full Changelog: v0.3.0...v0.4.0
Swift Delta 0.3.0
- Renamed package to
swift-deltaand module toDelta - Cleaned up code
Full Changelog: v0.2.1...v0.3.0
LightTableDelta 0.2.1
- Implements a custom, more efficient
SubSequenceforDelta. - Adds
[...]subscripting to get a subsequence of the entire delta - Adds
Delta.Index: Strideable
Full Changelog: v0.2.0...v0.2.1
LightTableDelta 0.2.0
- Adds
Delta: RandomAccessCollection - Adds
Delta.Side: Comparable - Adds
Delta.Side: LosslessStringConvertible
Full Changelog: v0.1.5...v0.2.0