Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0 #63

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog
  • Loading branch information
gazayas committed Oct 13, 2023
commit 63b219929e6a19bbd5761d01e9e9efbbf44e6e34
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [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`.
Expand Down