Releases: jhipster/prettier-java
2.9.7
What's Changed
- fix: preserve annotations on generic method return types by @jtkiesel in #911
- fix: keep package declaration with annotations before import declarations by @jtkiesel in #913
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.9.6...prettier-plugin-java@2.9.7
2.9.6
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.9.5...prettier-plugin-java@2.9.6
2.9.5
2.9.4
2.9.3
What's Changed
- fix: correct Windows path resolution in parser init by @ralscha in #892
- fix: restore array literal spacing by @jtkiesel in #893
- fix: keep member chain line-end comments on the same line by @jtkiesel in #894
- fix: keep generic method call leading comments on their own line by @jtkiesel in #895
- fix: prevent forced wrapping of annotated records by @jtkiesel in #896
- fix: prevent wrapping of annotated catch parameters by @jtkiesel in #897
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.9.2...prettier-plugin-java@2.9.3
2.9.2
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.9.1...prettier-plugin-java@2.9.2
2.9.1
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.9.0...prettier-plugin-java@2.9.1
2.9.0
What's Changed
- refactor: replace java-parser with tree-sitter by @jtkiesel in #811
- feat: support cjs by @sunrabbit123 in #804
- feat: process embedded languages in text blocks with language identifier comments by @jtkiesel in #795
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.8.1...prettier-plugin-java@2.9.0
2.8.1
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.8.0...prettier-plugin-java@2.8.1
2.8.0
What's Changed
- feat: improve class/enum/interface/record clause wrapping/indentation by @jtkiesel in #783
- fix: break empty switch/rule, try/catch/finally, and if blocks by @jtkiesel in #791
- feat: support
prettier-ignore-start/-endin addition to@formatter:off/:onby @jtkiesel in #796 - fix: improve binary expression assignment breaking by @jtkiesel in #797
- fix: proper breaking of parenthesized expressions by @jtkiesel in #800
Full Changelog: https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.7.7...prettier-plugin-java@2.8.0