Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Apr 11, 2018
1 parent 7163bde commit 34aa988
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Nicolai Kamenzky
Copyright (c) 2018, Nicolai Kamenzky

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v0.3.1 (2018-04-11)
- Fix: Allow reserved object property names to be used as keys
- 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))*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-buckets-memcache",
"version": "0.3.0",
"version": "0.3.1",
"description": "Memcache that trades a simplified expiry strategy for a super low resource consumption",
"keywords": [
"memcache",
Expand Down

0 comments on commit 34aa988

Please sign in to comment.