Releases: petertrr/kotlin-multiplatform-diff
v0.7.0
v0.6.0
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 plugin org.ajoberstar.reckon.settings to v0.18.2 by @renovate in #90
-
Update build configuration to reflect KGP improvements by @lppedd in #102
-
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
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
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
The version is built with Kotlin 1.5.31. There are no other changes.
Release v0.2.0
Release v0.1.0
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.