Releases: Prunoideae/ProbeJS-Forge
Releases · Prunoideae/ProbeJS-Forge
v1.5.0
- 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 indocs
under thekubejs
folder to get documents about vanilla Minecraft recipes.
v1.4.0
- 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.
v1.2.0
Changelog - v1.2.0:
- 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.
- Added complete support of interfaces, java interfaces are distinguished from java classes and guarded by namespaces now.
- Fixed problems occurred in tests.
v1.1.0
The first (should be) stable release.