Releases: jatcwang/difflicious
Releases · jatcwang/difflicious
v0.4.3
Changes
- Upgrade to munit 1.0.1 @jatcwang (#38)
- Dependency updates (Scala 3.3.3) @jatcwang (#37)
- feat: Add instances for cats.data.Chain and cats.data.Validated @ghostbuster91 (#35)
- chore: Migrate project to sbt-projectmatrix @ghostbuster91 (#33)
- Update various dependencies (minor) @jatcwang (#31)
v0.4.2
Changes
- Add integration for Weaver test framework @gregorath (#30)
- Add auto-derivation @ghostbuster91 (#27)
- fix: Migrate to use ruby/setup-ruby @ghostbuster91 (#28)
- Remove trailing comma from diff output @jatcwang (#25)
- Fix .subType type name resolution + support type aliases @jatcwang (#22)
v0.4.1
v0.4.0
v0.4.0-M1
v0.3.1-M2
v0.3.0-M1
v0.2.0
What's New
Differ instances for java.time.* types! (#8)
You can now easily diff java.time.* types!
Add contramap method for ValueDiffer (#9)
Useful for wrapper types / "newtypes". See https://jatcwang.github.io/difflicious/docs/best-practices-and-faq for usage examples