Packages

Vault: a lightweight Elixir library for immutable data storage within a process subtree.

Current section

Files

Jump to
vault CHANGELOG.md
Raw

CHANGELOG.md

# v0.2.1
- Use `ProcessTree` library to safely and efficiently traverse process trees.
- Update documentation to better explain the purpose and usage of the library.
# v0.2.0
Updates the implementation, extends the documentation, and improves test coverage.
# v0.1.0
Initial release