Skip to content

Releases: JaylyDev/interpreter

v1.21.20

06 Jul 17:47
Compare
Choose a tag to compare
v1.21.20 Pre-release
Pre-release
v21.20.0

Release interpreter 1.19.80 to public

v1.21.10

16 Jun 09:47
Compare
Choose a tag to compare
v21.10.0

Release interpreter 1.19.80 to public

v1.21.0

16 Jun 09:47
Compare
Choose a tag to compare
v21.0.0

Release interpreter 1.19.80 to public

v1.20.70

16 Jun 09:46
Compare
Choose a tag to compare
v20.70.0

Release interpreter 1.19.80 to public

v1.20.10

16 Jun 09:44
Compare
Choose a tag to compare
v20.10.0

Release interpreter 1.19.80 to public

v1.19.80

03 May 20:34
Compare
Choose a tag to compare

What's Changed

We remade the entire add-on, but here a detailed list of what's changed:

  • Removed TypeScript and Brainfuck support from the interpreter.
  • Add Script Block: Allows players to execute JavaScript code with a Minecraft block
  • Syntax highlighting support is added, appears when code is sent to be executed.
  • New command: $interpreter: Shows a UI to select JavaScript REPL when closes chat instead of using a book to open. Note that you can still get the book via $javascript
  • Removed command $brainfuck
  • Interpreter now only works on operators.
  • Full native object are now exposed when using JSON.stringify in interpreter.
  • Fix #5
  • If players want to use Bedrock Server and Editor modules such as @minecraft/server-net and @minecraft/server-editor, you must enable it via interpreter's manifest.json file.
  • Removed sha256 test module support.
  • Added timers module into interpreter: setTimeout, clearTimeout etc...
  • Removed subpack versioning for behavior pack, meaning no backwards compatibility and you must download latest version of interpreter whenever a new Minecraft version is released. v19.80.0 only works on Minecraft 1.19.80 only.

Full Changelog: v19.10.139...v19.80.0

v1.19.10

05 Jun 15:12
Compare
Choose a tag to compare
  • Removed built mcaddon file in build directory
  • Update Attributions
  • Version bump to 1.19.10
  • Add mojang-net typings
  • Add mojang-minecraft-server-admin typings
  • Updated mojang-minecraft typings
  • Updated mojang-minecraft-ui typings
  • Add package files from NPM back to @types folder
  • Removed subpack v1.18.20
  • Removed subpack v1.18.30
  • Removed subpack v1.17.0
  • Removed subpack v1.17.30
  • EXPERIMENTAL: Added Python support into interpreter. It does not support import.
  • Updated compiler
  • Remove test directory
  • Enabled whitelist in the development mode (github source code), however it's disabled in production mode (addon published by me)

Full Changelog: v19.0.211...v19.10.139

v1.19.0 (2nd patch)

23 Apr 20:54
Compare
Choose a tag to compare
  • javascript code cleanup
  • ts debug now loads separate dts depend on namespace toggle
  • js now loads all export variables from module
  • included hidden features into typings
  • remove cache folders & files

v1.19.1

13 Apr 22:33
Compare
Choose a tag to compare

bug fixes

  • accidently left developer features into the build

v1.19.0

08 Apr 21:09
Compare
Choose a tag to compare

Add-on Changes

  • Compatible with beta 1.19.0 gametest api
  • Update DTS files for @types/mojang-minecraft and @types/mojang-gametest
  • Fix in-game errors not display on chat and prompt
  • Removed function getIndex, replace with typescript debugger

Repository Changes

  • If you open the workspace via workspace.code-workspace, when you press F5 the add-on compiles to the build directory.

Full Changelog: v18.30.582...v19.0.58