- Upgrade to gnista 1.0.1 to fix memory leak on missing key access.
- Avoid calling mkdir_p unless needed because it uses exceptions for control flow.
- Avoid an unnecessary call to Gnista::Hash#include? on get.
- Upgrade to gnista 0.0.5.
- Remove work around for gnista bug.
- Work around gnista bug that causes ruby crashes on OS X.
- Upgrade to sparkey 0.2.0 in vagrant.
- Support vagrant for local development.
- Remove dependency on colored gem.
- Add MIT license.
- Documentation updates.
- Expose the uid of the directory that the current reader is reading from.
- Documentation updates.
- Change semantics of block passed to constructor, now used to specify default_proc.
- Add support for most Ruby Hash methods.
- Major internal refactor, new HashMethods module allows new backends to be written more easily.
- Add documentation.
- Add support for multiple writers with last-write-wins semantics.
- Implement
clearmethod.
- Initial release.