Packages

Library for validating arguments passed in keyword lists

Current section

Files

Jump to
optium CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## v0.2.0 - 2017-05-27
### Added
* options validation using provided `validators`
### Changed
* `OptionMissingError` now includes all missing option keys instead of only one
## v0.1.0 - 2017-05-10
### Added
* check if required options are present in provided options list
* fallback to default values in case of missing options