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.3.0 - 2017-07-30
### Added
* compilation of schema to parser using `Optium.compile/1`
### Changed
* `Optium.parse/2` and `Optium.parse!/2` now accept schema **or** a compiled
parser as a second argument
## 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