mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
v0.3.8
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
v0.3.8 -- 2014.10.08
|
||||
* Introduce WeakMap based `weak` mode
|
||||
|
||||
v0.3.7 -- 2014.08.14
|
||||
* Fix prefetch support for asynchronous functions (#19)
|
||||
* Configure lint scripts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "memoizee",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Memoize/cache function results",
|
||||
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
|
||||
"keywords": [
|
||||
@@ -29,14 +29,14 @@
|
||||
"es5-ext": "~0.10.4",
|
||||
"es6-weak-map": "~0.1.2",
|
||||
"event-emitter": "~0.3.1",
|
||||
"lru-queue": "0.1.x",
|
||||
"lru-queue": "0.1",
|
||||
"next-tick": "~0.2.2",
|
||||
"timers-ext": "0.1.x"
|
||||
"timers-ext": "0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tad": "0.2.x",
|
||||
"xlint": "~0.2.1",
|
||||
"xlint-jslint-medikoo": "0.1.x"
|
||||
"xlint-jslint-medikoo": "~0.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
|
||||
|
||||
Reference in New Issue
Block a user