Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 644 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 644 Bytes

[Unreleased]

[2.0.2] - 2023-10-19

  • Get location information directly from comment object in #68

[2.0.1] - 2023-10-18

  • Fix results for the call node visitor #64.

[2.0.0] - 2023-10-13

  • Migrate to Prism by @gazayas in #60
  • Return array of Prism nodes for Masamune::AbstractSyntaxTree search methods.
  • Refactor NodeHelper into inline extensions by @kaspth in #61
  • Remove functionality to replace source code by Node name (the type keyword now only accepts Symbols such as :variable and :method_call).

[1.0.0] - 2023-05-01

  • Change MasamuneAst module to Masamune.

[0.1.0] - 2023-04-24

  • Initial release