All Versions
43
Latest Version
Avg Release Cycle
83 days
Latest Release
383 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    May 24, 2025

    ๐Ÿ”„ Changelog

    e78e18a fix regex alternation (#460)

  • v2.17.0 Changes

    February 29, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ‘ c461a7f Fix: stop execution when trying to slice an unsupported type (#443)
    47062da Add os.arch and os.platform (#437)
    e9b0393 fix the import expr string output (#440)
    ๐Ÿ‘ 9d35005 Throw a runtime error when trying to slice an unsupported type (#442)
    18b953c increase size of jump operands (#438)
    โช da09c30 Revert "[OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)" (#436)
    18424de [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)
    92cbb9b Use any instead of interface{} (#419)
    ๐Ÿ“„ 0177bdb fix json.indent docs (#429)

  • v2.16.1 Changes

    June 26, 2023

    ๐Ÿ”„ Changelog

    48308d4 fix json decode (#424)

  • v2.16.0 Changes

    April 23, 2023

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 55f2519 update go version to fix goreleaser (#422)

  • v2.15.0 Changes

    April 23, 2023

    ๐Ÿ”„ Changelog

    ๐Ÿ›  f90bc00 bugfix: parse expect error when mis match braces (#421)

  • v2.14.0 Changes

    March 18, 2023

    ๐Ÿ”„ Changelog

  • v2.13.0 Changes

    September 26, 2022

    ๐Ÿ”„ Changelog

    • 8a3f5bd fix: copy SourceMap in vm OpClosure branch (#392)
    • dfcfd66 Use Object.Copy when cloning globals in Compiled (#393)
    • a419bfc fix slice low/high index shadowing variables in vm (#394)
  • v2.12.2 Changes

    August 29, 2022

    ๐Ÿ”„ Changelog

    • e338512 fix: do not invert token.Less to token.Greater in compiler (#391)
  • v2.12.1 Changes

    July 20, 2022

    ๐Ÿ”„ Changelog

  • v2.12.0 Changes

    June 15, 2022

    ๐Ÿ”„ Changelog

    • ๐Ÿ“œ 6fc27de add support for parsing binary, octal and hex numbers (#364)