Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Apr 10, 2024
1 parent cf9ec0c commit 56ce17e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# ProbeJS Legacy 3.0.1 -> 3.1.0

better type recognizing

## What's new?

- lambda type alias for Functional Interface
- recognize any interfaces with one and only one abstract method as Functional Interface
- fix tag snippet compiling
- improve error message, making it red, with links to Github issue page
- OnJavaMixin
- result of calling `java()` will now be touched by ProbeJS, so that next time dumping is triggered, it can be dumped.
- "implements" keyword support for class documents
- better line recognizing for documents
- special assignment of MaterialJS
- 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;`
- touch contents of pre-defined constants
- e.g. `global.jeiRuntime`
- var arg support for method params
- class touching for generics in superclass/interfaces
- type hint when using PonderJS should be better now
- (try to) add underscore to documented type when possible
- generics in superclass/interfaces will now be formatted
- make method/constructor param typed

---

# ProbeJS Legacy 3.0.0 -> 3.0.1

Fix `Internal.ItemStackJS_`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ loom.platform=forge
parchment_version=1.16.5:2022.03.06

# Mod Properties
mod_version=3.0.1
mod_version=3.1.0
maven_group=com.prunoideae
archives_base_name=probejs
mod_id=probejs
Expand Down

0 comments on commit 56ce17e

Please sign in to comment.