Releases: jenkinsci/idea-stapler-plugin
2.0.7
🐛 Major bug fixes
🚀 New features and improvements
📦 Dependency updates
- Bump org.jetbrains.intellij from 1.5.3 to 1.7.0 (#98) @dependabot
JetBrains Marketplace
https://plugins.jetbrains.com/plugin/1885-stapler-framework-support/versions/stable/204120
2.0.6
👻 Maintenance
JetBrains Marketplace
https://plugins.jetbrains.com/plugin/1885-stapler-framework-support/versions/stable/182042
2.0.5
👻 Maintenance
📦 Dependency updates
- Bump org.jetbrains.intellij from 0.7.3 to 1.5.3 (#93) @dependabot
JetBrains Marketplace
https://plugins.jetbrains.com/plugin/1885-stapler-framework-support/versions/stable/170051
2.0.4
🐛 Bug fixes
- Avoid
java.lang.NullPointerException
atorg.kohsuke.stapler.idea.JellyDocumentationProvider.generateDoc()
by short-circuiting on null in nullable parameter. (#80) @duemir
👻 Maintenance
JetBrains Marketplace link
https://plugins.jetbrains.com/plugin/1885-stapler-framework-support/versions/stable/153358
2.0.3
It turned out that there is a regression in Intellij 2021.2 which prevents adding extensions to existing File Types (IDEA-277310). Attempt to work it around caused more issues than it fixed. Regression should be fixed in 2021.3. Meanwhile *.jelly
can be manually added to XML
file type.
2.0.2
2.0.1
2.0.0
- Change the plugin vendor from KK to jenkins organization (#47) @duemir
- Refactor Components (#16) @duemir
- #39 is fixed. JEXL Inspection: java.lang.IllegalARgumentException: Invalid range specified (#55) @duemir
📦 Dependency updates
- Bump org.jetbrains.intellij from 0.4.22 to 0.7.3 (#36, #45) @dependabot
👻 Maintenance
Release 1.9.0
📦 Dependency updates
- Bump org.jetbrains.intellij from 0.4.16 to 0.4.22 (#25) @dependabot
👻 Maintenance
- Add
Jenkinsfile
to get some Continuous Integration going (#20) @duemir - Task list was moved to the GitHub Issue (#9) @duemir
- Migrate to Gradle build (#4) @duemir
- Enable the Release Drafter based on jenkinsci documentation (#28) @duemir
Disclaimer
This release is not yet published on Jetbrains Marketplace.
The attached plugin distribution was built by running ./gradlew clean
and ./gradlew buildPlugin
which is the way this release can be built locally from a tag or attached sources. It can be installed following Install plugin from disk.