Packages

Discriminated unions for Elixir - for building algebraic data types

Current section

Files

Jump to
disc_union CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.3.0
* Update to Elixir 1.7+
* Exception raised by run-time constructors contain correct case name & count
* Make run-time constructors overridable
## v0.2.0
* Improve docs
* Add `c` & `c!` constructors
* Add named constructors
* Generate docs & typespecs for discriminated unions
* Raise errors with clean stacktrace
## v0.1.0
* Initial working version