parent
b2a25f3a07
commit
728cc8641d
13
ChangeLog.md
13
ChangeLog.md
|
@ -1,5 +1,18 @@
|
||||||
# Revision history for butcher
|
# Revision history for butcher
|
||||||
|
|
||||||
|
## 1.2.0.0 -- October 2017
|
||||||
|
|
||||||
|
* Rename some `Monadic.Param.*`, deprecate old versions.
|
||||||
|
- `addReadParam` -> `addParamRead`
|
||||||
|
- `addReadParamOpt` -> `addParamReadOpt`
|
||||||
|
- `addStringParam` -> `addParamString`
|
||||||
|
- `addStringParamOpt` -> `addParamStringOpt`
|
||||||
|
- `addStringParams` -> `addParamStrings`
|
||||||
|
- `addRestOfInputStringParam` -> `addParamRestOfInput`
|
||||||
|
* Add functions `addParamNoFlagString`, `addParamNoFlagStringOpt`,
|
||||||
|
`addParamNoFlagStrings`
|
||||||
|
* Fix flag parsing behaviour (ignore initial spaces)
|
||||||
|
|
||||||
## 1.1.1.0 -- October 2017
|
## 1.1.1.0 -- October 2017
|
||||||
|
|
||||||
* Add `addNullCmd` function that descends into childcommand on an epsilon match
|
* Add `addNullCmd` function that descends into childcommand on an epsilon match
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.1.1.0
|
version: 1.2.0.0
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
synopsis: Chops a command or program invocation into digestable pieces.
|
||||||
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
Loading…
Reference in New Issue