File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # ProbeJS Legacy 4.7.2 -> 4.8.0
2+
3+ Better Beaning
4+
5+ - Beaning (setter and getter) generation is rewritten
6+ - fixed setter being identified as getter
7+ - fixed some generated getter being invalid and not actually present
8+ - fields can now be converted to getter and setter automatically, toggle via ` Field As Beaning ` config
9+ - Rhizo 3.6.5 support
10+ - Rhizo 3.6.5 removed explicit class wrapping, and added ` ClassWrapper ` , ProbeJS Legacy adapts to both
11+ - Type assignment improvement
12+ - many invalid or redundant type assignment docs are removed
13+ - added type assignment doc for RandomIntGenerator and MaterialJS
14+ - ` $Class ` type will not be automatically converted to ` JClass ` now
15+ - and some internal changes
16+
17+ ---
18+
119# ProbeJS Legacy 4.7.1 -> 4.7.2
220
321fixing & info++
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ vineflower_version=1.10.1
2121 parchment_version =1.16.5:2022.03.06
2222
2323# Mod Properties
24- mod_version =4.7.2
24+ mod_version =4.8.0
2525 maven_group =com.prunoideae
2626 archives_base_name =probejs
2727 mod_id =probejs
You can’t perform that action at this time.
0 commit comments