Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 641 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 641 Bytes

[Unreleased]

Changed

  • Changed output format of the ast command and renamed content and dump nodes to bytes.
  • Change a symbols table formatting and adjust the indices column width to the maximum index width

Fixed

  • Fixed reading dump from file (with --file option) and from stdin and enforced String binary encoding

[0.2.0] - 2023-12-20

Added

  • Added --hex flag to print tokens in hexadecimal encoding
  • Added -r/--require option to load Ruby source file

Fixed

  • Fixed parsing of a Hash with default value
  • Fixed parsing of a Regexp with options

[0.1.0] - 2023-02-27

Initial release