|
1 |
| -# css4j-dom4j version 4.0 Release Notes |
| 1 | +# css4j-dom4j version 4.2 Release Notes |
2 | 2 |
|
3 |
| -### August 19, 2023 |
| 3 | +(note: release 4.1 was skipped, for alignment with css4j 4.2) |
| 4 | + |
| 5 | +### November 19, 2023 |
4 | 6 |
|
5 | 7 | <br/>
|
6 | 8 |
|
7 | 9 | ## Release Highlights
|
8 | 10 |
|
9 |
| -### Override several deprecated methods |
| 11 | +### Align with css4j 4.2.2 |
| 12 | + |
| 13 | +Implements a method required by css4j 4.2.2. |
10 | 14 |
|
11 |
| -Several deprecated DOM methods were triggering exceptions, now they just do nothing |
12 |
| -or return `null`. |
| 15 | +<br/> |
13 | 16 |
|
14 | 17 | ## Detail of changes
|
15 | 18 |
|
16 |
| -- Override several deprecated methods. |
17 |
| -- Tests: convert the tests to JUnit 5. |
18 |
| -- Upgrade to css4j 4.1. |
19 |
| -- Upgrade to JUnit 5.10.0. |
20 |
| -- Upgrade to slf4j 2.0.7. |
21 |
| -- Upgrade to extra-java-module-info 1.4.1. |
22 |
| -- Upgrade Gradle wrapper to 8.3. |
23 |
| -- changes.sh: add a dot at the end of each item. |
24 |
| -- Add a RELEASE_HOWTO. |
| 19 | +- Handle also embedded sheets when setting and enabling sets by title. |
| 20 | +- Several code simplifications. |
| 21 | +- Tests: add a test for `getDoctype()`. |
| 22 | +- Tests: add another (disabled) upstream test. |
| 23 | +- Add scm section to Maven POM data. |
| 24 | +- Upgrade to css4j 4.2.2. |
| 25 | +- Upgrade to SLF4J 2.0.9. |
| 26 | +- Upgrade to JUnit 5.10.1. |
| 27 | +- Upgrade Gradle wrapper to 8.4. |
| 28 | +- Upgrade to extra-java-module-info 1.6. |
| 29 | +- Upgrade to actions/checkout@v4. |
| 30 | +- Enable dependabot for Github actions. |
| 31 | + |
| 32 | +<br/> |
25 | 33 |
|
26 | 34 | ## Project Sites
|
27 | 35 |
|
|
0 commit comments