# Changelog
`simple-cmd-args` uses [PVP Versioning](https://pvp.haskell.org).
## 0.1.7 (2021-06-28)
- re-export maybeReader, eitherReader, and ReadM
## 0.1.6 (2020-03-25)
- subcommands now have --help option
- output a warning if there are duplicate commands
## 0.1.5 (2020-02-06)
- add Eq and Ord instances for Subcommand
## 0.1.4 (2019-10-29)
- re-export many, some, str
- re-export <$> and <*> on older ghc7
## 0.1.3 (2019-09-12)
- re-export <|>
## 0.1.2 (2019-05-24)
- add flagWith and flagWith'
- re-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