File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed
src/main/resources/release-notes Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ releases:
44 description : |
55 * **New**: when scripts are run from the scripting console, errors are now
66 displayed in an error console
7-
7+
88 - label : v0.2.2
99 minJosmVersion : 18427
1010 description : |
Original file line number Diff line number Diff line change 22#
33# comma-separated list of available release notes
44release-notes =\
5+ v0.2.3, \
56 v0.2.2, \
67 v0.2.0
78
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ </ head >
4+ < body >
5+ < h1 > Release v0.2.3</ h1 >
6+
7+ < ul >
8+ < li > < strong > New</ strong > : when scripts are run from the scripting console, errors are now
9+ displayed in an error console</ li >
10+ </ ul >
11+
12+ < p class ="warning ">
13+ The < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html "> JavaScript API V2</ a >
14+ is deprecated.
15+ < br />
16+ End of 2022 it will be removed from the scripting plugin. Consider to migrate your scripts to the
17+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
18+ </ p >
19+
20+ < p class ="warning ">
21+ Support for < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html "> Mozilla Rhino</ a >
22+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html "> JavaScript API V1</ a >
23+ is deprecated.
24+ < br />
25+ End of 2022 it will be removed from the scripting plugin.
26+ Consider to migrate your scripts to the
27+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html "> GraalJS engine</ a >
28+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
29+ </ p >
30+
31+ </ body >
32+ </ html >
You can’t perform that action at this time.
0 commit comments