File tree Expand file tree Collapse file tree 3 files changed +42
-1
lines changed
src/main/resources/release-notes Expand file tree Collapse file tree 3 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 11releases :
2+ - label : v0.2.10
3+ minJosmVersion : 18427
4+ description : |
5+ **BugFix**: #97 - Can't load josm object as ES Module
6+ * ES module system now more reliable on the windows platform
7+
28 - label : v0.2.9
39 minJosmVersion : 18427
410 description : |
511 **Feature request**: #106 - monospace font in stack console log
612 **BugFix**: #97 - Can't load josm object as ES Module (partially solved on Windows platform)
713
8-
914 - label : v0.2.8
1015 minJosmVersion : 18427
1116 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.10, \
56 v0.2.9, \
67 v0.2.6, \
78 v0.2.5, \
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ </ head >
4+ < body >
5+ < h1 > Release v0.2.10</ h1 >
6+
7+ < ul >
8+ < li > < strong > Bug Fix</ strong > : < a href ="https://github.com/Gubaer/josm-scripting-plugin/issues/97 "> #97: Can't load josm object as ES Module</ a >
9+ < li >
10+ < li > improved loading < strong > standard</ strong > ES modules on the Windows platform</ li >
11+ < li > improved loading < strong > custom</ strong > ES modules on the Windows platform</ li >
12+ </ li >
13+ </ li >
14+ </ ul >
15+
16+ < p class ="warning ">
17+ The < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v2/v2.html "> JavaScript API V2</ a >
18+ is deprecated.
19+ < br />
20+ End of 2023 it will be removed from the scripting plugin. Consider to migrate your scripts to the
21+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
22+ </ p >
23+
24+ < p class ="warning ">
25+ Support for < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/rhino.html "> Mozilla Rhino</ a >
26+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v1/v1.html "> JavaScript API V1</ a >
27+ is deprecated.
28+ < br />
29+ End of 2023 it will be removed from the scripting plugin. Consider to migrate your scripts to the
30+ < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/graaljs.html "> GraalJS engine</ a >
31+ and the < a href ="https://gubaer.github.io/josm-scripting-plugin/docs/v3/v3.html "> JavaScript API V3</ a > .
32+ </ p >
33+
34+ </ body >
35+ </ html >
You can’t perform that action at this time.
0 commit comments