File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Grape Changelog
2
2
3
- ## Unreleased
3
+ ## 0.4.0 (2020/10/24)
4
4
5
5
* Fix a bug where ` $ ` was matching whitespaces
6
6
7
7
### Library
8
8
* Add ` grape.core/count-subtrees ` and ` grape.core/count-codes `
9
9
10
10
### CLI
11
+ * Show matching filenames when ` grape ` is run on multiple files
11
12
* Add ` -v ` /` --version ` to the command-line
12
13
* Add ` -c ` /` --count ` to show the total matches count
14
+ * Add ` -F ` /` --no-filenames ` to hide the matching filenames
15
+ * Add ` -u ` /` --unindent ` to un-indent the matches
13
16
* Remove ` -r ` /` --recursive ` : it’s always recursive now
14
17
15
18
### Internals
Original file line number Diff line number Diff line change 1
- (defproject bfontaine /grape " 0.4.0-SNAPSHOT "
1
+ (defproject bfontaine /grape " 0.4.0"
2
2
:description " Syntax-aware Grep-like for Clojure code"
3
3
:url " https://github.com/bfontaine/grape"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- 0.4.0-SNAPSHOT
1
+ 0.4.0
You can’t perform that action at this time.
0 commit comments