v0.8.3
What's Changed
- chore(deps): bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 by @dependabot in #99
- feat: timeout by @c913168497 in #101
- chore(deps): bump gradle/actions from 3 to 4 by @dependabot in #103
- chore(deps): bump org.jetbrains.intellij.platform from 2.0.1 to 2.1.0 by @dependabot in #102
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #106
- Fix/download shirefile from marketplace by @lkk214 in #107
Bug Fixes
- actions: The shire file downloaded from the marketplace has not been dynamically updated (4a0aa6f)
- build: comment out failureLevel in pluginVerification #100 (e260a10)
- github-actions: correct gradle task paths in release workflow #100 (4d5a39d)
- shirelang: correct typo in ShireFileModificationListener class name (8baad36)
Features
- build.gradle.kts: import Changelog and update PatchPluginXmlTask (cd7df2c)
- build: configure specific subprojects in build.gradle.kts #100 (e7db461)
- build: optimize GitHub Actions build space (0f3a6f9)
- build: try to resize verify range for reduce size of disk in GitHub Action #100 (e127f88)
- build: update Gradle setup and plugin verification tasks (b779cd0)
- build: update Gradle version and enable PatchPluginXmlTask #100 (8044084)
- gradle: update IntelliJ IDEA version and add plugin verification #100 (c5b58a1)
- gradle: update IntelliJ platform version and add shire-json language support #100 (da4f120)
- IDEA-243: add deps plugins #100 (276f391)
- init tokenizer function for #104 (1ae89ed)
- json-plugin: add dependency on IntelliJ JSON plugin #100 (ce0bbad)
- shire-json: move JSON related functionalities from core to shire-json module #100 (3f3a77a)
- ShireFileListener: ignore directories and LightVirtualFiles in onUpdated method (086ed79)
- timeout (c02f7b2)
- tokenizer: add multiple tokenizer types support in TokenizerProcessor #100 (9575b14)
New Contributors
- @c913168497 made their first contribution in #101
Full Changelog: v0.8.2...v0.8.3