Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-lavi committed Mar 2, 2022
1 parent 6f176c3 commit e917ce1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v0.11.0] - 2022-03-02

### Breaking

- `ParseError` now contains only one `message` field, may be changed in the future
- Line comments (`//`) may only be used in a separate line
- The REPL currently accepts blocks on a single line but not multiple lines
- Semicolons are no longer optional

### Features

- Uses a Pest grammar and an AST to parse Melody
- Adds support for nested groups
- Adds initial support for negative character classes
- Adds support for `<backspace>`, `<boundary>`
- Adds support for inline comments
- Enforces group closing
- Supports NO_COLOR in CLI
- `-n` removes color from REPL as well

## [v0.10.3] - 2022-02-26

### Fixes
Expand Down

0 comments on commit e917ce1

Please sign in to comment.