|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Version [Unreleased] - 2025-xx-xx |
| 3 | +## [Unreleased] - 2025-xx-xx |
4 | 4 |
|
5 |
| -## Version [2.13.0] - 2025-xx-xx |
| 5 | +## [2.13.0] - 2025-xx-xx |
6 | 6 |
|
7 | 7 | - Upgraded to ASM 9.8
|
8 | 8 |
|
9 |
| -## Version [2.12.0] - 2025-02-02 |
| 9 | +## [2.12.0] - 2025-02-02 |
10 | 10 |
|
11 | 11 | - Upgraded to ASM 9.7.1 (JDK 24 support)
|
12 | 12 |
|
13 | 13 |
|
14 |
| -## Version [2.11.0] - 2024-11-18 |
| 14 | +## [2.11.0] - 2024-11-18 |
15 | 15 |
|
16 | 16 | - Upgraded to ASM 9.7 (JDK 23 support)
|
17 | 17 | - Changed minimum Java to 11
|
18 | 18 |
|
19 | 19 |
|
20 |
| -## Version [2.10.0] - 2024-01-25 |
| 20 | +## [2.10.0] - 2024-01-25 |
21 | 21 |
|
22 | 22 | - Upgraded to ASM 9.6
|
23 | 23 | - Upgraded other internal dependencies
|
24 | 24 | - Added support for multi release jars (Thanks to Niels Basjes)
|
25 | 25 | - Changed minimum Maven version to 3.6.3
|
26 | 26 |
|
27 | 27 |
|
28 |
| -## Version [2.9.0] - 2023-08-11 |
| 28 | +## [2.9.0] - 2023-08-11 |
29 | 29 |
|
30 | 30 | - Upgraded to ASM 9.4 (JDK 20 support)
|
31 | 31 |
|
32 | 32 |
|
33 |
| -## Version [2.8.0] - 2022-08-04 |
| 33 | +## [2.8.0] - 2022-08-04 |
34 | 34 |
|
35 | 35 | - Upgraded to ASM 9.3
|
36 | 36 |
|
37 | 37 |
|
38 |
| -## Version [2.7.0] - 2021-06-02 |
| 38 | +## [2.7.0] - 2021-06-02 |
39 | 39 |
|
40 | 40 | - Changed test with java 16
|
41 | 41 | - Changed requires maven 3.6.0
|
42 | 42 | - Added ASM9 Opcodes
|
43 | 43 |
|
44 | 44 |
|
45 |
| -## Version [2.6.0] - 2021-02-10 |
| 45 | +## [2.6.0] - 2021-02-10 |
46 | 46 |
|
47 | 47 | - Fixed issue #47, ClazzpathUnits should not be assigned for dependencies
|
48 | 48 | - Upgraded to ASM 9.1
|
49 | 49 |
|
50 | 50 |
|
51 |
| -## Version [2.5.0] - 2020-10-16 |
| 51 | +## [2.5.0] - 2020-10-16 |
52 | 52 |
|
53 | 53 | - Upgraded to ASM 9.0 (JDK 16 support)
|
54 | 54 |
|
55 | 55 |
|
56 |
| -## Version [2.4.0] - 2020-03-30 |
| 56 | +## [2.4.0] - 2020-03-30 |
57 | 57 |
|
58 | 58 | - Upgraded to ASM 8.0
|
59 | 59 |
|
60 | 60 |
|
61 |
| -## Version [2.3.0] - 2019-11-11 |
| 61 | +## [2.3.0] - 2019-11-11 |
62 | 62 |
|
63 | 63 | - Upgraded to ASM 7.2-beta
|
64 | 64 | - Fixed the shading of the dependencies
|
65 | 65 |
|
66 | 66 |
|
67 |
| -## Version [2.2.0] - 2019-05-23 |
| 67 | +## [2.2.0] - 2019-05-23 |
68 | 68 |
|
69 | 69 | - Upgraded to ASM 7.1
|
70 | 70 |
|
71 | 71 |
|
72 |
| -## Version [2.1.1] - 2018-10-22 |
| 72 | +## [2.1.1] - 2018-10-22 |
73 | 73 |
|
74 | 74 | - Fixed JDK11 compatibility
|
75 | 75 |
|
76 | 76 |
|
77 |
| -## Version [2.1.0] - 2018-10-16 |
| 77 | +## [2.1.0] - 2018-10-16 |
78 | 78 |
|
79 | 79 | - Upgraded to ASM 7-beta (JDK11)
|
80 | 80 | - Added CI build for Windows
|
81 | 81 | - Fixed Windows file separator issues
|
82 | 82 |
|
83 | 83 |
|
84 |
| -## Version [2.0.0] - 2018-07-27 |
| 84 | +## [2.0.0] - 2018-07-27 |
85 | 85 |
|
86 | 86 | - Upgraded ASM to support java 10
|
87 | 87 | - Raise minimum java version to 8
|
|
91 | 91 | - Added travis
|
92 | 92 |
|
93 | 93 |
|
94 |
| -## Version [1.4.0] - 2018-05-18 |
| 94 | +## [1.4.0] - 2018-05-18 |
95 | 95 |
|
96 | 96 | - Upgraded dependencies
|
97 | 97 |
|
98 | 98 |
|
99 |
| -## Version [1.3.0] - 2018-01-02 |
| 99 | +## [1.3.0] - 2018-01-02 |
100 | 100 |
|
101 | 101 | - Upgraded dependencies
|
102 | 102 | - Inlined the dependencies
|
103 | 103 | - Removed prerequisites from POM
|
104 | 104 |
|
105 | 105 |
|
106 |
| -## Version [1.2.0] - 2017-08-18 |
| 106 | +## [1.2.0] - 2017-08-18 |
107 | 107 |
|
108 | 108 | - Exclude package-info and module-info
|
109 | 109 | - Upgrade to ASM 6-beta
|
110 | 110 |
|
111 | 111 |
|
112 |
| -## Version [1.1.0] - 2015-11-15 |
| 112 | +## [1.1.0] - 2015-11-15 |
113 | 113 |
|
114 | 114 | - Fixed file handle leak
|
115 | 115 |
|
116 | 116 |
|
117 |
| -## Version [1.0.0] - 2015-03-08 |
| 117 | +## [1.0.0] - 2015-03-08 |
118 | 118 |
|
119 | 119 | - Support for static methods on interfaces
|
120 | 120 |
|
121 | 121 |
|
122 |
| -## Version [0.9.0] - 2014-04-24 |
| 122 | +## [0.9.0] - 2014-04-24 |
123 | 123 |
|
124 | 124 | - Upgrade to asm5 for java8 support
|
125 | 125 |
|
126 | 126 |
|
127 |
| -## Version [0.8.0] - Skipped |
| 127 | +## [0.8.0] - Skipped |
128 | 128 |
|
129 | 129 | - Skipped for easier merging of forks
|
130 | 130 |
|
131 | 131 |
|
132 |
| -## Version [0.7.0] - 2011-02-11 |
| 132 | +## [0.7.0] - 2011-02-11 |
133 | 133 |
|
134 | 134 | - Fixed the commons-io groupId
|
135 | 135 |
|
136 | 136 |
|
137 |
| -## Version [0.6.0] - 2010-06-27 |
| 137 | +## [0.6.0] - 2010-06-27 |
138 | 138 |
|
139 | 139 | - Lot of refactoring and rename to jdependency
|
140 | 140 |
|
141 | 141 |
|
142 |
| -## Version [0.5.0] - Skipped |
| 142 | +## [0.5.0] - Skipped |
143 | 143 |
|
144 | 144 |
|
145 |
| -## Version [0.4.0] - 2006-03-24 |
| 145 | +## [0.4.0] - 2006-03-24 |
146 | 146 |
|
147 | 147 |
|
148 |
| -## Version [0.3.0] - 2006-03-22 |
| 148 | +## [0.3.0] - 2006-03-22 |
149 | 149 |
|
150 | 150 |
|
151 |
| -## Version [0.2.0] - 2006-01-12 |
| 151 | +## [0.2.0] - 2006-01-12 |
152 | 152 |
|
153 | 153 |
|
154 |
| -## Version [0.1.0] - 2006-05-28 |
| 154 | +## [0.1.0] - 2006-05-28 |
0 commit comments