Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Apr 4, 2016
1 parent d27aaa4 commit 8ca915d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,12 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v0.3.0 (2016-04-03)
- Optimized timer usage to use no timer when cache is empty
*(Thanks to @blai for his tip in [issue #1](https://github.com/analog-nico/two-buckets-memcache/issues/1))*
- Fix: `.set(...)` now throws an `Error` when called after `.destroy()`
- Added error messages
- Added node v5 to CI build
- v0.2.0 (2015-10-17)
- Added `cache.remove(key)`
- v0.1.0 (2015-10-16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "two-buckets-memcache",
"version": "0.2.0",
"version": "0.3.0",
"description": "Memcache that trades a simplified expiry strategy for a super low resource consumption",
"keywords": [
"memcache",
Expand Down

0 comments on commit 8ca915d

Please sign in to comment.