Skip to content

Releases: petertrr/kotlin-multiplatform-diff

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.