File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Grape Changelog
2
2
3
- ## Unreleased
3
+ ## 0.5.0 (2020/10/27)
4
+
4
5
### Library
5
6
* ` grape.core/unparse-code ` now accept an optional map of options. Only ` :inline? ` is supported for now; it forces code
6
7
to fit on one line by removing newlines and comments and compacting whitespaces.
7
8
8
9
### CLI
10
+ * Fix ` --version ` that was failing with an ` IllegalArgumentException ` (#1 )
9
11
* The first line of each match is now prefixed by its line number
10
12
* Matches are now followed by a newline
11
13
* Read from ` stdin ` if no path is given
15
17
* Add ` -n ` /` --all-line-numbers ` as an alias to ` --line-numbers all `
16
18
* Add ` --no-trailing-newlines ` to remove the (new) trailing newline after each match
17
19
* Add ` --inline ` to always show matches on a single line
18
- * Fix ` --version ` that was failing with an ` IllegalArgumentException ` (#1 )
19
20
20
21
## 0.4.0 (2020/10/24)
21
22
Original file line number Diff line number Diff line change 1
- (defproject bfontaine /grape " 0.5.0-SNAPSHOT "
1
+ (defproject bfontaine /grape " 0.5.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.5.0-SNAPSHOT
1
+ 0.5.0
You can’t perform that action at this time.
0 commit comments