Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Dec 4, 2024
1 parent 3482378 commit 257d116
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# ProbeJS Legacy 4.4.0 -> 4.4.1

fix config

- fix config value set by user cannot be read by config
- builtin plugins are now always registered before any other plugins
- better function formatting in `global`
- reorganized file writing, it's now probably faster by reusing writer
- the values in `GLOBAL_CLASSES` are now again `typeof XXX` only, instead a new utility type `AttachJClass` is added to attach `JClass` to result of `java(...)`, this has no effect for users
- primitive types `charseq` and `character` will not create redundant codes (namespace, static class) now
- config parser for old config format is removed
- config `fullScan` is replaced by `Class Scanner` allowing you to choose class scanner

---

# ProbeJS Legacy 4.3.1 -> 4.4.0

better `$Class<T>` and recipe doc
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vineflower_version=1.10.1
parchment_version=1.16.5:2022.03.06

# Mod Properties
mod_version=4.4.0
mod_version=4.4.1
maven_group=com.prunoideae
archives_base_name=probejs
mod_id=probejs
Expand Down

0 comments on commit 257d116

Please sign in to comment.