Packages
ExConstructor generates constructor functions for your structs, handling map-vs-keyword-list, string-vs-atom-keys, and camelCase-vs-under_score issues automatically.
Current section
Files
Jump to
Current section
Files
exconstructor
CHANGELOG.md
CHANGELOG.md
# Changelog
## 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.