Packages

Amlapio: Adding a Map API to a GenServer or Module with Agent-held State A use macro to add a Map API (e.g. get, put, pop, etc) to a GenServer's state or a module's state held in an Agent.

Current section

Files

Jump to
amlapio CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## v0.2.0
### Changes
- Support for other behaviours using the \`behaviour\_module\` option
- Improvements to the documentation
- Basic Doctests
- Introduction of options beginning \`behaviour\_\`
- Elixir 1.4 compatibility
### Bug Fixes
- Misc corrections to mix.exs
- Misc corrections to README