Packages

Create Elixir structs, maps with atom keys, and keyword lists from CSV/TSV data.

Current section

Files

Jump to
data_morph CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.0.3 (2016-08-14)
* Bug Fixes
* When `defmodulestruct/2` macro called a second time with the same fields in different order don't redefine struct
## 0.0.2 (2016-08-07)
* Bug Fixes
* When `defmodulestruct/2` macro called a second time with the same fields don't redefine struct
## 0.0.1 (2016-08-01)
* Initial release