Releases: yoav-lavi/melody
Releases · yoav-lavi/melody
v0.20.0
24 Nov 18:14
Compare
Sorry, something went wrong.
No results found
Breaking
Sets the MSRV to Rust 1.74.0
Fixes
Removes use of atty as it is unmaintained and has a low CVE
Dependencies
Refactoring
v0.19.0
16 Jul 18:28
Compare
Sorry, something went wrong.
No results found
Breaking
Sets the MSRV to Rust 1.65.0
Features
Adds error output for panics
Deno no longer requires an init function
Fixes
Does not escape hyphens in literals, they're only used in the context of classes and so do not need escaping
Fixes a few edge cases with hyphens and slashes
Dependencies
Refactoring
v0.18.1
25 Jun 11:28
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes playground link (#83 )
Dependencies
Refactoring
v0.18.0
24 Apr 15:25
Compare
Sorry, something went wrong.
No results found
v0.17.0
23 Apr 12:05
Compare
Sorry, something went wrong.
No results found
Features
Add support for testing matches in a file in the CLI
Refactoring
Remove anyhow in compiler in favor of emitting specific error variants
v0.16.0
13 Apr 15:22
Compare
Sorry, something went wrong.
No results found
Features
Adds support for testing matches in CLI
v0.15.0
13 Apr 12:08
Compare
Sorry, something went wrong.
No results found
Features
Add shell completions for CLI
Add Deno support
v0.14.3
11 Apr 17:06
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes the REPL not working due to argument validation
v0.14.2
11 Apr 16:53
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes the CLI output to add a newline
v0.14.0
11 Apr 16:15
Compare
Sorry, something went wrong.
No results found
Features
Support stdin in CLI
Emit proper exit codes on specific errors