Skip to content

Releases: lightbend-labs/jardiff

1.9.0

22 Nov 21:30
480aeba
Compare
Choose a tag to compare

What's Changed

Also

Full Changelog: v1.8.0...v1.9.0

1.8.0

31 Oct 15:31
0c59ff1
Compare
Choose a tag to compare

Changes

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.

Full Changelog: v1.7.0...v1.8.0

1.7.0

11 Jan 22:52
Compare
Choose a tag to compare
  • 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

08 Oct 05:04
a66dad6
Compare
Choose a tag to compare
  • Support Java 14 bytecode.

1.5.0

31 Jul 03:24
554715e
Compare
Choose a tag to compare
Merge pull request #43 from retronym/topic/scalap-privates

Print privates in Scalap renderers

1.4.0

31 Jul 03:00
ca44800
Compare
Choose a tag to compare
Merge pull request #42 from retronym/topic/sigfile2

Render .sig files with scalap

1.3.0

03 Jun 06:38
1a8af2e
Compare
Choose a tag to compare
  • Support Java 12 bytecode by updating the ASM library
  • Support -i <gitignore_pattern> to exclude paths from the diff.

1.2.0

03 Jul 06:30
0db52cb
Compare
Choose a tag to compare
  • Support Java 10+ bytecode
  • Support Scala 2.13.x type signature pickles.
  • Upgrade project build to SBT 1.x

1.1.0

18 Jan 04:09
1495637
Compare
Choose a tag to compare
  • 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.

1.0.0

06 Jun 02:12
Compare
Choose a tag to compare

Initial release of JarDiff