- 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
).
- Change
MasamuneAst
module toMasamune
.
- Initial release