Skip to content

Latest commit

 

History

History
137 lines (79 loc) · 2.25 KB

File metadata and controls

137 lines (79 loc) · 2.25 KB

Changelog

[Unreleased] - 2026-xx-xx

[2.15.0] - 2026-02-25

  • Changed minimum Java back to 8
  • Fixed a dangling InputStream

[2.14.0] - 2025-10-09

  • Upgraded to ASM 9.9
  • New release process

[2.13.0] - 2025-06-14

  • Upgraded to ASM 9.8

[2.12.0] - 2025-02-02

  • Upgraded to ASM 9.7.1 (JDK 24 support)

[2.11.0] - 2024-11-18

  • Upgraded to ASM 9.7 (JDK 23 support)
  • Changed minimum Java to 11

[2.10.0] - 2024-01-25

  • Upgraded to ASM 9.6
  • Upgraded other internal dependencies
  • Added support for multi release jars (Thanks to Niels Basjes)
  • Changed minimum Maven version to 3.6.3

[2.9.0] - 2023-08-11

  • Upgraded to ASM 9.4 (JDK 20 support)

[2.8.0] - 2022-08-04

  • Upgraded to ASM 9.3

[2.7.0] - 2021-06-02

  • Changed test with java 16
  • Changed requires maven 3.6.0
  • Added ASM9 Opcodes

[2.6.0] - 2021-02-10

  • Fixed issue #47, ClazzpathUnits should not be assigned for dependencies
  • Upgraded to ASM 9.1

[2.5.0] - 2020-10-16

  • Upgraded to ASM 9.0 (JDK 16 support)

[2.4.0] - 2020-03-30

  • Upgraded to ASM 8.0

[2.3.0] - 2019-11-11

  • Upgraded to ASM 7.2-beta
  • Fixed the shading of the dependencies

[2.2.0] - 2019-05-23

  • Upgraded to ASM 7.1

[2.1.1] - 2018-10-22

  • Fixed JDK11 compatibility

[2.1.0] - 2018-10-16

  • Upgraded to ASM 7-beta (JDK11)
  • Added CI build for Windows
  • Fixed Windows file separator issues

[2.0.0] - 2018-07-27

  • Upgraded ASM to support java 10
  • Raise minimum java version to 8
  • Internal use of nio
  • API not supports File and Path
  • Fixed tests
  • Added travis

[1.4.0] - 2018-05-18

  • Upgraded dependencies

[1.3.0] - 2018-01-02

  • Upgraded dependencies
  • Inlined the dependencies
  • Removed prerequisites from POM

[1.2.0] - 2017-08-18

  • Exclude package-info and module-info
  • Upgrade to ASM 6-beta

[1.1.0] - 2015-11-15

  • Fixed file handle leak

[1.0.0] - 2015-03-08

  • Support for static methods on interfaces

[0.9.0] - 2014-04-24

  • Upgrade to asm5 for java8 support

[0.8.0] - Skipped

  • Skipped for easier merging of forks

[0.7.0] - 2011-02-11

  • Fixed the commons-io groupId

[0.6.0] - 2010-06-27

  • Lot of refactoring and rename to jdependency

[0.5.0] - Skipped

[0.4.0] - 2006-03-24

[0.3.0] - 2006-03-22

[0.2.0] - 2006-01-12

[0.1.0] - 2006-05-28