Skip to content

Releases: petertrr/kotlin-multiplatform-diff

v0.7.0

29 Jun 12:37
63eb2b7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dobe made their first contribution in #115

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Jun 21:24
9c7b184
Compare
Choose a tag to compare

What's Changed

  • Introduce Myers algorithm in linear space by @lppedd in #112

  • chore(deps): update all github actions to v4 (major) by @renovate in #99

  • Update Gradle to 8.6, switch to new Gradle GH actions by @petertrr in #100

  • chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v1.9.22 by @renovate in #95

  • chore(deps): update detekt to v1.23.5 by @renovate in #96

  • chore(deps): update junit to v5.10.1 by @renovate in #94

  • chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.2 by @renovate in #90

  • Update build configuration to reflect KGP improvements by @lppedd in #102

  • Update codecov action to v4 by @petertrr in #109

  • Perform an overall code cleanup by @lppedd in #108

  • Support WebAssembly targets by @lppedd in #111

  • Switch to the new Gradle action in release.yml by @petertrr in #110

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Nov 22:13
ba34fd8
Compare
Choose a tag to compare

This version is built with Kotlin 1.9.20. JS artifact is built only in IR mode.

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

07 Jan 15:01
4b34be6
Compare
Choose a tag to compare

This release aligns features of this library with java-diff-utils 4.10 and changes signature of DiffRowGenerator constructor.
Library is now built with Kotlin 1.6.10.

dc2b266 feat!: Refactor DiffRowGenerator, code cleanup (#16)
e4f2fd4 feat: Port changes from java-diff-utils 4.10 (#21)

4b34be6 chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.6.10 (#23)
5cbe050 chore(deps): update plugin kotlin-multiplatform to v1.6.10 (#15)
ee4170b chore(deps): update dependency gradle to v7.3.3 (#20)
4a6e02d ci: Add detekt static analyzer (#18)
dce5b9e ci: fix jacoco config (#17)
5479bd8 chore(deps): update dependency gradle to v7.3.2 (#14)
da4b69d chore(deps): update dependency org.ajoberstar.reckon:reckon-gradle to v0.13.1 (#13)
4fb7c22 chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.6.0 (#9)
e4b83de chore(deps): update dependency gradle to v7.3 (#8)
0faa9c8 chore(deps): update all github actions to v2 (major) (#10)
2efb0d6 chore(deps): update kotlin to 1.6.0 (#6)
a1dc423 Configure Renovate (#5)

Release v0.3.0

02 Oct 16:27
Compare
Choose a tag to compare

The version is built with Kotlin 1.5.31. There are no other changes.

Release v0.2.0

05 May 15:30
5c72557
Compare
Choose a tag to compare

This release is built with Kotlin 1.5.0

7da3ca7 Fixes to CI, updates to docs (#1)
6a00d17 Update kotlin to 1.5.0 and gradle to 7.0 (#3)
5c72557 Fix files location (#4)

Release v0.1.0

13 Mar 14:08
Compare
Choose a tag to compare

Initial release. Artifacts are published to maven central for the following platforms:

  • JVM
  • JS (both node and browser)
  • linuxX64
  • mingwx64
  • macosX64

All features form v4.9 of the original library are supported, except for file-based UnifiedDiff and jgit-based implementation.