github-actions
released this
21 Jan 18:13
·
6 commits
to refs/heads/main
since this release
Important changes
These changes control output in case of assert failure and include minor API changes (only in rare cases of method overrides), hence minor version bump:
- Add DiffOptions implicit parameter:
- DiffOptions: allow controlling use of ANSI markers (#885) @kitbellew
- DiffOptions: add an optional value printer (#884) @kitbellew
- Diff: add new DiffOptions parameter (#883) @kitbellew
- Compare: use implicit Location (#881) @kitbellew
- Tests: use
assertNoDiff
with implicit location (#880) @kitbellew
- Diff: swap the order of expected-vs-obtained (#875) @kitbellew
- previously, the actual results were shown in red (removed) and expected in green (added) which led to occasional cases of confusion with standard
git diff
output (which shows these changes in the "normal" way)
- previously, the actual results were shown in red (removed) and expected in green (added) which led to occasional cases of confusion with standard
Miscellaneous
- ComparisonFailExceptionHandler: instantiate w/ SAM (#882) @kitbellew
- Equalizer: fix warning for unsafe use of
.equals
(#876) @kitbellew - Compare: refactor, re-use string representations (#879) @kitbellew
- Diff: refactor, move static methods to companion (#878) @kitbellew
- Formatting: adjust scalafmt configuration (#877) @kitbellew
Build and dependency updates
- Update google-cloud-storage to 2.47.0 (#866) @scalameta-bot
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 (#867) @scalameta-bot
- Update scalafmt-core to 3.8.5 (#874) @scalameta-bot
- Update sbt-scalafmt to 2.5.4 (#873) @scalameta-bot
- Update scala-library, scala-reflect to 2.13.16 (#872) @scalameta-bot
- Update sbt-scalafix to 0.14.0 (#871) @scalameta-bot
- Consider a -source and -target version for javac (#869) @cushon
- bugfix: Fix CI to include sbt (#870) @tgodzik
- chore: Update STABLE_VERSION to 1.0.4 (#865) @tgodzik