File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Grape Changelog
22
3- ## Unreleased
3+ ## 0.4.0 (2020/10/24)
44
55* Fix a bug where ` $ ` was matching whitespaces
66
77### Library
88* Add ` grape.core/count-subtrees ` and ` grape.core/count-codes `
99
1010### CLI
11+ * Show matching filenames when ` grape ` is run on multiple files
1112* Add ` -v ` /` --version ` to the command-line
1213* 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
1316* Remove ` -r ` /` --recursive ` : it’s always recursive now
1417
1518### 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"
22 :description " Syntax-aware Grep-like for Clojure code"
33 :url " https://github.com/bfontaine/grape"
44 :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