Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Jan 18, 2024
1 parent a1baca0 commit 0ab503f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# ProbeJS Legacy 2.1.0 -> 2.2.0

Dump trimming!

## What's new?

- Dump trimming: probeJS will now make use of inherited Class, and avoid dumping a method/field if such method/field is already avaliable through inheritance. This can greatly reduce the size of `global.d.ts`
- On a slightly modded instance, dump trimming makes dump size decrease from 8.02MB to 2.55MB, less than 1/3 of the original dump size.
- Better documents for builtin types, like `Text` or `Map`
- Java type `Object` will now be showed, but in namespace `Document`, and every "complex" type will be it's subclass(for better dump trimming)

---

# ProbeJS Legacy 2.0.0 -> 2.0.1

## What's new?

- ProbeJS will now listen to EVERY Forge events, so that users don't need to painstakingly search for names of Forge Events (which are usually very long).
- `/probejs dump` command is now restricted to Singleplayer, to prevent freezing servers by accident.
- ProbeJS will now listen to EVERY Forge events, so that users don't need to painstakingly search for names of Forge Events (which are usually very long).
- `/probejs dump` command is now restricted to Singleplayer, to prevent freezing servers by accident.
- A slightly better documents for builtin types, like `ResourceLocation`

---
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ loom.platform=forge
yarn_mappings=1.16.5+build.10

# Mod Properties
mod_version=2.0.1
mod_version=2.2.0
maven_group=com.prunoideae
archives_base_name=probejs
mod_id=probejs
Expand Down

0 comments on commit 0ab503f

Please sign in to comment.