- Fixed tests after
expire-unused-keys
update.
- Bumped up the timeout on a test, because it was failing.
- Added test for an array of buffer separators. (Fixes #5.)
- Added test for buffer separators. (Fixes #5.)
- TTL shuts down nicely when the database closes.
- Sped up tests.
- Added
separator
option.
- Added support for
level-spaces@2
- The check for whether a key is in a sub level is more thorough.
- Breaking changes: Keys with
'\x00'
,'\xff'
, or'~'
in their name are not supported. (In 3.1.0+, they are supported by passing in aseparator
that overrides the defaults.)
- Updated
.travis.yml
.
- Updated
.gitignore
.
- Removed unused dependency.
- Added support for
level-spaces@1
. - Breaking changes: none.
- Internally using
level-spaces
instead oflevel-sublevel
.
- Republished v0.2.0 as v1.0.0
- Added tests.
- Added
refreshOnGet
option.
- Instead of multiple options being passed in, and options object is passed in.
- Added
.travis.yml
.
- Added tests.
- Initial version.
- Added support for
level-sublevel
.