Bump to 1.2.0.0; Changelog

pull/5/head 1.2.0.0
Lennart Spitzner 2017-10-03 17:06:55 +02:00
parent b2a25f3a07
commit 728cc8641d
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# 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
* Add `addNullCmd` function that descends into childcommand on an epsilon match

View File

@ -1,5 +1,5 @@
name: butcher
version: 1.1.1.0
version: 1.2.0.0
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).
license: BSD3