Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 4.29 KB

File metadata and controls

82 lines (50 loc) · 4.29 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-10-28)

⚠ BREAKING CHANGES

  • vm: Removes support for old opcodes

Squashed commits: [4ebf0e3] WIP: Convert timestamp to hrtime [1912f63] WIP: Add support for caching prepared WASM [ed045c7] WIP: Add extra debugging logs [60c2707] WIP: Implemented BigDecimal for combining numbers [9749435] WIP: Add support for logging errors [41b01fb] WIP: Add support for setting headers and method in a http_call [e652060] WIP: Fetching API data through WASM [0ed74e0] WIP: Sending commands from the worker back to the master [5c62c60] WIP: Implementing function calling [da679b2] chore(build): Working version of workers + TypeScript + Webpack [8920f06] WIP: On node/browser building with webpack [f56d907] WIP: WASM implementation

Features

  • vm: Add support for WASM (7f2cd5c)

1.1.0 (2021-07-14)

Features

0.0.5 (2021-07-07)

Features

  • opcode: Add AND operator (f93f4ad)

0.0.4 (2021-07-06)

Features

  • PARSE: Add dynamic variables to path (25436e6)

0.0.3 (2021-07-06)

Bug Fixes

  • build: Fix issue where main.js could not be found (deec7c0)

0.0.2 (2021-07-06)

Features

  • exports: Add Code and ExecuteOptions as a export (0d447da)

0.0.1 (2021-07-06)

Features

  • opcode: Add ability to inject variables into VAR opcodes (c63ab87)
  • opcode: Add ENV opcode (cd97607)
  • opcode: Add GT opcode (419b323)
  • opcode: Add JUMP and JUMPDEST opcode (470ea5e)
  • opcode: Add JUMPI opcode (e096f93)
  • opcode: Add LT opcode (05292a9)
  • opcode: Add rounding down for when a float is generated due to math functions (578777a)
  • opcode: Add SUB, MUL, PARSE, RETURN, SUB and VAR (4e8172d)
  • opcode: Add validation for overflow in uint types (ac58c20)
  • runtime: Switch to using a program counter (f45c2d2)
  • type: Add support for double variable types (25130c6)
  • type: Add support for signed integers (a8df738)