# Changelog for version 0.1.x

## 0.0.2

### Enhancement

Much better docs and some ex_doc niceties added.

### Breaking Change

* This changes the name of `to_struct` to `to_struct!`
* adds a `to_struct` function that lets us return error tuples from casting functions and have the casting halt and return the error.

## 0.0.1

### Enhancement

Implements a first stab at data schemas. Check the docs for how they work.
