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.4 (2016-09-09)
* Bug Fixes
* Change code to only process line at first position of stream once, to fix bug processing from IO.stream :stdio
## 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