# Changelog

## 1.1.0

Support `UpperCamelCase` keys.
Thanks, [@anronin](https://github.com/anronin)!

## 1.0.2

Fixed arity bug around `defoverride`.
Thanks, [@meowy](https://github.com/meowy)!


## 1.0.1

Added `defoverridable` to constructor generation macro.
Thanks, [@obmarg](https://github.com/obmarg)!


## 1.0.0

Initial release.  Supports map and keyword/2-tuple list, string and atom
keys, under_score and camelCase key formatting.

