Skip to content

Commit

Permalink
Fixes #78: Implement diffing between values which have a common schema (
Browse files Browse the repository at this point in the history
#79)

* Remove setup gpg

* Update setup-java

* Test

* test2

* test 3

* Fixes #78: Implement diffing between instances described by a schema

* Specs and additional implementations

* Rename DiffAlgorithm to Differ

* Add diffs for product and sum types

* Copy Myers diff implementation from zio-test

* Implement binary diff and unit tests

* Fix various temporal diffs and add unit tests

* formatting

* Test coverage and tweaks

* Alphabetical sorting and comments on diff method

Co-authored-by: thinkharder <thinkharderdev@users.noreply.github.com>
  • Loading branch information
thinkharderdev and thinkharderdev committed Jun 21, 2021
1 parent 0c53a85 commit e8ef6dc
Show file tree
Hide file tree
Showing 7 changed files with 1,414 additions and 15 deletions.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import scalafix.sbt.ScalafixPlugin.autoImport._

object BuildHelper {

val zioVersion = "1.0.7"
val zioVersion = "1.0.9"
val zioNioVersion = "1.0.0-RC9"
val zioJsonVersion = "0.1.2"
val silencerVersion = "1.7.1"
Expand Down
Loading

0 comments on commit e8ef6dc

Please sign in to comment.