Skip to content

Commit 56ce17e

Browse files
committed
3.1.0
1 parent cf9ec0c commit 56ce17e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
# ProbeJS Legacy 3.0.0 -> 3.0.1
229

330
Fix `Internal.ItemStackJS_`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ loom.platform=forge
1818
parchment_version=1.16.5:2022.03.06
1919

2020
# Mod Properties
21-
mod_version=3.0.1
21+
mod_version=3.1.0
2222
maven_group=com.prunoideae
2323
archives_base_name=probejs
2424
mod_id=probejs

0 commit comments

Comments
 (0)