Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Jul 26, 2024
1 parent 392d6d2 commit 1c6f7f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: astgrepr
Type: Package
Title: Parse and Manipulate R Code
Version: 0.0.5
Version: 0.0.6
Authors@R:
person(given = "Etienne",
family = "Bacher",
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# astgrepr 0.0.6

* Replacing text that contains escaping characters (e.g. in regular expressions)
doesn't remove those characters anymore.
* Enable multiple replacements on the same line of code.
* Replacing text now takes into account leading empty lines.
* Ignore specific rules, e.g. `# ast-grep-ignore: any_duplicated` to ignore the
rules stored in `any_duplicated.yml` only. Accepts several rules separated
with a comma.

# astgrepr 0.0.5

* Support metavars in the `message` field in YAML files.
Expand Down

0 comments on commit 1c6f7f8

Please sign in to comment.