Skip to content

Releases: Prunoideae/ProbeJS-Forge

v1.5.0

05 Mar 15:13
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release
  • Added the static document parsing for class modifying and commenting the typings.
  • Removed the dynamic dumping and dummy class generating of recipe dumps, using document now instead.
  • Fixed certain problems occurred before in v1.4.0
  • Due to the state of incomplete about the documentation loading, using this version of mod requires you to patch recipe dumps manually instead, please download the minecraft.d.ts and place it in docs under the kubejs folder to get documents about vanilla Minecraft recipes.

image

v1.4.0

04 Mar 04:34
Compare
Choose a tag to compare
  • Fixed doubled array resolving, arrays are resolved correctly now.
  • Added support for formatting of Map<string, Object> values.
  • Added caching for EventJS, captureEvent only need to be called once as long as cache is not cleared.
  • Added some more information in commands, at least you don't need to wait so long without seeing something popping out randomly.

image

v1.2.0

02 Mar 15:57
Compare
Choose a tag to compare

Changelog - v1.2.0:

  1. Added complete support of parameterized/variable/wildcard types in java classes. Most types dumped in classes should be fully typed now, even in complex situations.
  2. Added complete support of interfaces, java interfaces are distinguished from java classes and guarded by namespaces now.
  3. Fixed problems occurred in tests.

image

v1.1.0

02 Mar 08:13
Compare
Choose a tag to compare

The first (should be) stable release.