The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Bumps hex dependencies to latest versions. Documentation cleanups
Bumps hex dependencies to latest versions. Documentation cleanups
Changes the output format for Pockets.filter/2 and Pockets.reject/2: success now
returns an :ok tuple with a count of the records removed.
Adds support for Pockets.filter/2 and Pockets.reject/2 for in-place editing of tables.
Bumps hex dependencies to latest versions.
Adds support for Pockets.incr/4 function
Updates dependencies to latest available
Adds Pockets.exists?/1 function.
Fix for #7 : Now returns :error when table does not exist
Various documentation cleanups.
Downgrades Logger message from warn to debug when a table already exists.
Fixes some improper @specs; various dialyzer fixes
Defines behavior for various functions when table does not exist
Various code linting
Tests! Support for :bag and :duplicate_bag!
Initial release. Basic functionality present, but untested!