Skip to content

Releases: RACCommunity/FlexibleDiff

0.0.9

08 Mar 18:10
a513271
Compare
Choose a tag to compare

This is the nineth release of FlexibleDiff.

Changes

  1. Bumped minimum deployment target to iOS 9.0. (#18, kudos to @harleyjcooper)

0.0.8

18 Apr 17:02
Compare
Choose a tag to compare

This is the eighth release of FlexibleDiff.

Changes

  1. Support for Xcode 10.2 and Swift 4.2 and Swift 5.0 compilers (#13, kudos to @RahulKatariya and #15 kudos to @andersio)

  2. Updated the Hashable implementation (#14, kudos to @andersio)

0.0.7

04 Feb 10:05
Compare
Choose a tag to compare

This is the seventh release of FlexibleDiff.

Changes

  1. FlexibleDiff now supports Swift Package Manager. (#9, kudos to @dmcrodrigues)

  2. Fixed an issue of SectionedChangeset not generating correct offsets for mutated sections. (#10, kudos to @ivopintodasilva)

  3. Improve the performance by reducing Objective-C runtime overhead. (#12, kudos to @andersio)

0.0.6

29 Oct 14:56
Compare
Choose a tag to compare

This is the sixth release of FlexibleDiff.

Change

  1. Improved Xcode 10 compatibility. macOS, iOS and tvOS now have their respective FlexibleDiff framework target and scheme. This addressed issues when building FlexibleDiff via Carthage or xcodebuild. (#8)

0.0.5

11 Apr 15:10
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

This is the fifth alpha release of FlexibleDiff.

Change

  1. Sectioned diffing support. (#3)

0.0.4

31 Mar 15:03
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

This is the forth alpha release of FlexibleDiff.

Changes

  1. Swift 4.1 support. (#7)

0.0.3

30 Jan 13:07
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

This is the third alpha release of FlexibleDiff.

Changes

  1. The framework target is no longer built as static library, since Carthage has not yet supported it. (#5)

0.0.2

10 Nov 07:57
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

This is the second alpha release of FlexibleDiff. It supports Swift 3.2 and Swift 4.0.

Bugfixes

  1. Fixed incorrect offsets being emitted by the move elimination pass.

  2. Changeset.mutations is now guaranteed to be in place mutations.

  3. Fixed a couple of crashes due to malformed ranges internally.

0.0.1

17 Oct 08:44
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

This is the first alpha release of FlexibleDiff. It supports Swift 3.2 and Swift 4.0.