File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ # ProbeJS Legacy 3.0.1 -> 3.1.0
2
+
3
+ better type recognizing
4
+
5
+ ## What's new?
6
+
7
+ - lambda type alias for Functional Interface
8
+ - recognize any interfaces with one and only one abstract method as Functional Interface
9
+ - fix tag snippet compiling
10
+ - improve error message, making it red, with links to Github issue page
11
+ - OnJavaMixin
12
+ - result of calling ` java() ` will now be touched by ProbeJS, so that next time dumping is triggered, it can be dumped.
13
+ - "implements" keyword support for class documents
14
+ - better line recognizing for documents
15
+ - special assignment of MaterialJS
16
+ - e.g. ` type MaterialJS_ = "sponge" | "explosive" | "wool" | "ice" | "air" | "vegetable" | "clay" | "slime" | "rock" | "lava" | "leaves" | "web" | "grass" | "coral" | "cake" | "honey" | "plants" | "wood" | "dragon_egg" | "portal" | "organic" | "gourd" | "glass" | "metal" | "dirt" | "water" | "lantern" | "stone" | "sand" | "snow" | "plant" | "earth" | "iron" | "tnt" | "berry_bush" | MaterialJS; `
17
+ - touch contents of pre-defined constants
18
+ - e.g. ` global.jeiRuntime `
19
+ - var arg support for method params
20
+ - class touching for generics in superclass/interfaces
21
+ - type hint when using PonderJS should be better now
22
+ - (try to) add underscore to documented type when possible
23
+ - generics in superclass/interfaces will now be formatted
24
+ - make method/constructor param typed
25
+
26
+ ---
27
+
1
28
# ProbeJS Legacy 3.0.0 -> 3.0.1
2
29
3
30
Fix ` Internal.ItemStackJS_ `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ loom.platform=forge
18
18
parchment_version =1.16.5:2022.03.06
19
19
20
20
# Mod Properties
21
- mod_version =3.0.1
21
+ mod_version =3.1.0
22
22
maven_group =com.prunoideae
23
23
archives_base_name =probejs
24
24
mod_id =probejs
You can’t perform that action at this time.
0 commit comments