Releases: lightbend-labs/jardiff
Releases · lightbend-labs/jardiff
1.9.1
What's Changed
- Add JDK21 to ci by @mdedetrich in #170
- add JDK 22 to CI matrix by @SethTisue in #179
- Add Scala 2 optimizer/inliner by @mdedetrich in #169
- CI: fix failing MacOS jobs by @SethTisue in #186
- move CI to macos-latest by @SethTisue in #212
- Update asm, asm-util to 9.7 by @scala-steward in #178
- Update asm, asm-util to 9.7.1 by @scala-steward in #198
- Update commons-cli to 1.8.0 by @scala-steward in #185
- Update commons-cli to 1.9.0 by @scala-steward in #193
- Update log4j-over-slf4j, slf4j-api to 2.0.11 by @scala-steward in #168
- Update log4j-over-slf4j, slf4j-api to 2.0.12 by @scala-steward in #173
- Update log4j-over-slf4j, slf4j-api to 2.0.13 by @scala-steward in #180
- Update log4j-over-slf4j, slf4j-api to 2.0.16 by @scala-steward in #192
- Update sbt to 1.9.8 by @scala-steward in #167
- Update sbt to 1.9.9 by @scala-steward in #174
- Update sbt to 1.10.0 by @scala-steward in #183
- Update sbt to 1.10.1 by @scala-steward in #190
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #206
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #209
- Update sbt-assembly to 2.1.5 by @scala-steward in #165
- Update sbt-assembly to 2.2.0 by @scala-steward in #177
- Update sbt-assembly to 2.3.0 by @scala-steward in #199
- Update sbt-assembly to 2.3.1 by @scala-steward in #211
- Update sbt-ci-release to 1.9.0 by @scala-steward in #204
- Update sbt-ci-release to 1.9.2 by @scala-steward in #208
- Update sbt-github-actions to 0.22.0 by @scala-steward in #166
- Update sbt-github-actions to 0.23.0 by @scala-steward in #171
- Update sbt-github-actions to 0.24.0 by @scala-steward in #188
- Update scala-library, scalap to 2.12.19 by @scala-steward in #175
- Update scala-library, scalap to 2.12.20 by @scala-steward in #195
- Update scala-library, scalap to 2.13.13 by @scala-steward in #176
- Update scala-library, scalap to 2.13.14 by @scala-steward in #182
- Update scala-library, scalap to 2.13.15 by @scala-steward in #197
- Update scala-library, scalap to 2.13.16 by @scala-steward in #210
- Update scalatest to 3.2.18 by @scala-steward in #172
- Update scalatest to 3.2.19 by @scala-steward in #189
Full Changelog: v1.9.0...v1.9.1
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.