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.5.0 (2020/10/27)
4+
45### Library
56* ` grape.core/unparse-code ` now accept an optional map of options. Only ` :inline? ` is supported for now; it forces code
67 to fit on one line by removing newlines and comments and compacting whitespaces.
78
89### CLI
10+ * Fix ` --version ` that was failing with an ` IllegalArgumentException ` (#1 )
911* The first line of each match is now prefixed by its line number
1012* Matches are now followed by a newline
1113* Read from ` stdin ` if no path is given
1517* Add ` -n ` /` --all-line-numbers ` as an alias to ` --line-numbers all `
1618* Add ` --no-trailing-newlines ` to remove the (new) trailing newline after each match
1719* Add ` --inline ` to always show matches on a single line
18- * Fix ` --version ` that was failing with an ` IllegalArgumentException ` (#1 )
1920
2021## 0.4.0 (2020/10/24)
2122
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"
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.5.0-SNAPSHOT
1+ 0.5.0
You can’t perform that action at this time.
0 commit comments