Releases: Gubaer/josm-scripting-plugin
Releases · Gubaer/josm-scripting-plugin
Release v0.2.6
Bug fix: ix ClassNotFoundException when running on a stock JDK without GraalJS
Release v0.2.5
Bug fix: fix #96 - scripting.graalvm.es-module-repositories entries not read by plugin
Release v0.2.4
New: improved feedback in case of errors when running a script
Bug fix: fix bug with loading syntax style rules
Bug fix: fix bug with displaying the menu of most recently run scripts
Release v0.2.3
Release v0.2.2
- adds support for ECMAScript Modules (ES Modules)
- adds API V3 based on ES Modules
- API V2 is deprecated and will be removed end of 2022
Release v0.2.1
- fix for trac issue 22129
- include
Plugin-Minimum-Java-Version=11
in plugin manifest
Release v0.2.0
- major cleanup
- New: requires Java 11
- New: supports GraalJS with a stock JDK
- New: supports GraalJS in JOSM running with GraalVM
- Support for built-in Mozilla Rhino and JavaScript API V1 is deprecated
- New: Introduces new JavaScript API V2, to be used with GraalJS