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 1
1
releases :
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
+
2
8
- label : v0.2.9
3
9
minJosmVersion : 18427
4
10
description : |
5
11
**Feature request**: #106 - monospace font in stack console log
6
12
**BugFix**: #97 - Can't load josm object as ES Module (partially solved on Windows platform)
7
13
8
-
9
14
- label : v0.2.8
10
15
minJosmVersion : 18427
11
16
description : |
Original file line number Diff line number Diff line change 2
2
#
3
3
# comma-separated list of available release notes
4
4
release-notes =\
5
+ v0.2.10, \
5
6
v0.2.9, \
6
7
v0.2.6, \
7
8
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