Skip to content

Releases: RACCommunity/FlexibleDiff

0.0.9

Choose a tag to compare

@andersio andersio released this 08 Mar 18:10
a513271

This is the nineth release of FlexibleDiff.

Changes

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

0.0.8

Choose a tag to compare

@mluisbrown mluisbrown released this 18 Apr 17:02

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

Choose a tag to compare

@andersio andersio released this 04 Feb 10:05

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

Choose a tag to compare

@andersio andersio released this 29 Oct 14:56

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

0.0.5 Pre-release
Pre-release

Choose a tag to compare

@andersio andersio released this 11 Apr 15:10

This is the fifth alpha release of FlexibleDiff.

Change

  1. Sectioned diffing support. (#3)

0.0.4

0.0.4 Pre-release
Pre-release

Choose a tag to compare

@andersio andersio released this 31 Mar 15:03

This is the forth alpha release of FlexibleDiff.

Changes

  1. Swift 4.1 support. (#7)

0.0.3

0.0.3 Pre-release
Pre-release

Choose a tag to compare

@andersio andersio released this 30 Jan 13:07

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

0.0.2 Pre-release
Pre-release

Choose a tag to compare

@andersio andersio released this 10 Nov 07:57

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

0.0.1 Pre-release
Pre-release

Choose a tag to compare

@andersio andersio released this 17 Oct 08:44

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