Releases: lightbend-labs/jardiff
Releases · lightbend-labs/jardiff
1.9.0
What's Changed
- Add support for Scala 2.13 to core by @mdedetrich in #161
- Split project into core and cli by @mdedetrich in #158
- publish to com.lightbend not org.scala-lang by @SethTisue in #160
Also
- Update sbt-assembly to 2.1.4 by @scala-steward in #150
- Add sbt-github-actions and sbt-ci-release by @mdedetrich in #152
- Update commons-cli to 1.6.0 by @scala-steward in #149
- Add publish info by @mdedetrich in #157
- remove redundant publishing stuff in build.sbt by @SethTisue in #159
- remove unnecessary build stuff by @SethTisue in #162
- Update sbt-github-actions to 0.19.0 by @scala-steward in #164
- Update sbt-ci-release to 1.5.12 by @scala-steward in #163
Full Changelog: v1.8.0...v1.9.0
1.8.0
Changes
- Support JDK 8 (by downgrading dependencies) by @mdedetrich in #146
- Support JDK 21 and 22 (update asm, asm-util to 9.6) by @scala-steward in #145
Contributors
This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges v1.7.0..v1.8.0
. Thank you Scala Steward, Matthew de Detrich, Ondra Pelech, Philippus Baalman, Seth Tisue.
- @sideeffffect made their first contribution in #115
- @Philippus made their first contribution in #120
- @mdedetrich made their first contribution in #147
Full Changelog: v1.7.0...v1.8.0
1.7.0
- Add support for JDK 15 through 20 (by using ASM 9.4)
- Handle jars with spaces in their path
- Upgrade log4j, slf4j, logback, jgit
This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges v1.6.0..v1.7.0
. Thank you Scala Steward, Seth Tisue, Dale Wijnand.
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
- Cleaner output for
jardiff <a>
(no longer display it as an initial diff) - New option:
-p
/--suppress-privates
to hide private members - New option:
-r
/--raw
to show class file contents "as is", without filtering or sorting - Allow use of
my.jar/path/to/A.class
as an argument.