Packages

Exchema is a library to define data types and validate it

Current section

Files

Jump to
exchema CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
However, prior to 0.3.0 we were not following Semantic Versioning, so we broke things.
## [Unreleased]
## 0.4.0 - 2018-08-14
### Bug Fixes
* Fix error when checking typespec definition on Elixir >= 1.7.0 (#8)
Thanks to @aseigo and @victorolinasc
## 0.3.0 - 2018-06-20
This was the first "stable" release
Prior to that, were just me playing around with concepts.
It has started as a validation library and then we added the concepts such as
Refinement Types and having the type definitions in runtime to enable things
such as Coercion.
This also removed Coercion from this repository, focusing on the core library only.
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD