# Changelog
`simple-cmd-args` uses [PVP Versioning](https://pvp.haskell.org).
## 0.1.4 (2019-10-29)
- export many, some, str
- export <$> and <*> on older ghc7
## 0.1.3 (2019-09-12)
- export <|>
## 0.1.2 (2019-05-24)
- add flagWith and flagWith'
- export Parser, auto, optional
## 0.1.1 (2019-04-08)
- add switchWith, strOptionWith, optionWith, optionalWith,
strOptionalWith, argumentWith
- export simpleCmdArgsWithMods
## 0.1.0.1
- fix and improve haddock documentation
## 0.1.0
- Initial release with subcommands and option Mod functions