Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 23, 2013
1 parent 28c7701 commit ec90653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.2.4 -- 2013.03.23
* Throw on circular invocations, they cannot be memoized as intended.

v0.2.3 -- 2012.10.04
* Fixed serious bug related to not properly cleared cache when working in
regular mode
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memoizee",
"version": "0.2.3",
"version": "0.2.4",
"description": "Complete memoize/cache solution. Works with any type and length of function arguments",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"node": ">=0.4"
},
"dependencies": {
"es5-ext": "0.9.x",
"es5-ext": "~0.9.2",
"event-emitter": "~0.2.1",
"next-tick": "0.1.x"
},
"devDependencies": {
"tad": "0.1.x"
"tad": "~0.1.15"
},
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"license": "MIT"
Expand Down

0 comments on commit ec90653

Please sign in to comment.