Releases: flikas/idea-spring-boot-assistant
Releases · flikas/idea-spring-boot-assistant
242.2.0
What's Changed
- Support Spring Boot placeholders in values by @jkumar-altir in #960
New Contributors
- @jkumar-altir made their first contribution in #960
Full Changelog: 242.1.0...242.2.0
0.17.2
0.17.1
Fixed
- #6 - Document has invalid characters if there is character out of ISO-8859-1 charset in the metadata file.
- #23 - NullPointerException while open a project which have some invalid metadata.
- #25 - IllegalAccessError while request a document for value of a Property Group.
- #31 - IllegalAccessError while request document for a misplaced property value.
- #43 - NullPointerException while reporting an empty error.
0.17.0
Added
- Join lines(Usually binds to
Ctrl+Shift+J
or⌃ ⇧ J
) will join keys in proper format. - Split key into two lines(by pressing
Enter
) at a dot(.
) will split key in proper format. - Inspection: Reports deprecated properties.
- Inspection: Reports undefined properties.
- Inspection: Reports invalid property values.
0.14.5
Added
- #37 - Support
bootstrap.yaml
by default. (by guchengod)
Removed
- If there is bundled Spring Framework support, this plugin will be disabled(the bundled Spring support is good enough), that means IntelliJ IDEA Ultimate is not supported.
Fixed
0.14.0
- Intelligence insert in yaml file: Add new property anywhere, insertion will happen at right place.
- Bug reporting: Create issue at GitHub from IDE error dialog.
0.2.3
Fixed compatibility with IntelliJ IDEA Community Edition 2021.3