Skip to content

Commit ccbb849

Browse files
committed
4.8.0
1 parent 1f70ac3 commit ccbb849

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

321
fixing & info++

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)