You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
-
# Latest v2.4.0
1
+
# Latest v2.5.0
2
+
3
+
## Enhancements
4
+
- Supports Java 21 preview feature: unnamed patterns and variables ([JEP 443](https://openjdk.org/jeps/443)) ([#620](https://github.com/jhipster/prettier-java/pull/620) by [@jtkiesel](https://github.com/jtkiesel))
5
+
- New entrypoint lexAndParse to return both tokens and CST ([#625](https://github.com/jhipster/prettier-java/pull/625) by [@max-schaefer](https://github.com/max-schaefer))
6
+
7
+
## Fixes
8
+
9
+
- No longer ignore whole block when prettier-ignore at start ([#603](https://github.com/jhipster/prettier-java/pull/603) by [@jtkiesel](https://github.com/jtkiesel))
10
+
11
+
## Miscellaneous
12
+
13
+
- Improve Readme documentation ([#621](https://github.com/jhipster/prettier-java/pull/621), [#622](https://github.com/jhipster/prettier-java/pull/622) and [#623](https://github.com/jhipster/prettier-java/pull/623) by [@koppor](https://github.com/koppor))
14
+
15
+
# v2.4.0
2
16
3
17
## Enhancements
4
18
- Supports Java 21 record pattern ([#611](https://github.com/jhipster/prettier-java/pull/611) by [@jtkiesel](https://github.com/jtkiesel))
@@ -733,7 +747,7 @@ public sealed class Rectangle implements Shape permits Square {
733
747
734
748
```
735
749
736
-
## Miscallenous
750
+
## Miscellaneous
737
751
738
752
- Add [copy/pastable Checkstyle configuration](./docs/checkstyle/checkstyle.xml) compatible with Prettier ([#477](https://github.com/jhipster/prettier-java/pull/477))
739
753
@@ -745,7 +759,7 @@ public sealed class Rectangle implements Shape permits Square {
0 commit comments