Commit Graph

61 Commits

Author SHA1 Message Date
Mariusz Nowak
a988fe35ee docs: add note about ES2015+ default parameters 2018-04-03 11:40:30 +02:00
Mariusz Nowak
9d613a7eae docs: fix badges 2018-03-08 14:02:22 +01:00
Mariusz Nowak
c83398c160 docs: prettier 2018-03-08 14:01:58 +01:00
Mariusz Nowak
7b2dcfc17c docs: prettier 2018-02-23 16:50:18 +01:00
Mariusz Nowak
afb89744fd docs: improve badges 2018-02-23 16:49:58 +01:00
Mariusz Nowak
7829bd26cb docs: fix badges conf 2018-01-30 12:36:57 +01:00
Mariusz Nowak
413b6f35b4 docs: fix badges conf 2018-01-30 12:36:17 +01:00
Mariusz Nowak
61b68d398d docs: fix badges conf 2018-01-30 12:35:54 +01:00
Mariusz Nowak
a51cf97430 docs: fix badges config 2018-01-30 12:34:49 +01:00
Mariusz Nowak
e1e15ff7bd docs: improve badges 2018-01-30 12:33:19 +01:00
Mariusz Nowak
986f3dbe47 docs: typo 2018-01-30 12:08:06 +01:00
Scott Bedard
92bb7ed587 fix typo 2017-10-10 10:20:23 -07:00
Mariusz Nowak
5b79698ef9 fix: remove then:finally mode as it can't work right
In case of rejections it forces unhandledRejection warning, even if they're handled on promises returned to consumer
2017-09-07 08:55:24 +02:00
Mariusz Nowak
759e3157dd feat: improve 'promise' mode handling
Improve default handling (fallback to 'then:finally' instead of 'done'). Support four different modes
2017-08-28 17:31:44 +02:00
Mariusz Nowak
7ed54cdc27 chore: update to use Circle CI badge 2017-08-28 16:36:18 +02:00
Hem Brahmbhatt
67c6ca08a6 updated Readme 2017-08-22 12:36:00 +01:00
Mariusz Nowak
ad7aef7170 Merge branch 'master' of github.com:medikoo/memoizee 2017-04-11 17:30:25 +02:00
Mariusz Nowak
fb74bbe3b0 chore: add browserstack logo 2017-04-11 17:30:15 +02:00
Anthony Ng
d5b37d5b9b Fix typos in README.md 2017-03-28 22:06:41 -07:00
Mariusz Nowak
a24383dbbf Fix link in documentation 2017-02-09 09:09:20 +01:00
Mariusz Nowak
c5c7b90fe1 Improve documentation 2017-02-06 11:44:16 +01:00
Juan Picado (@jotadeveloper)
5c3516cd14 Update README.md
Fix typo
2016-12-04 15:53:47 +01:00
Mariusz Nowak
69ce299dfc Fix promise mode. To not use then & finally
Additionally `done` mode was provided, so `done` can be used with no `finally`
2016-07-13 09:46:22 +02:00
Mariusz Nowak
f06db479fb Fix heading 2016-07-07 15:09:42 +02:00
Mariusz Nowak
8269c9b008 Update documentation links 2016-07-07 15:08:59 +02:00
Mariusz Nowak
bd4436b623 Documentation for promise mode 2016-07-07 15:06:38 +02:00
Mariusz Nowak
75422fd9dc Document normalzizer option 2016-07-04 16:22:53 +02:00
Mariusz Nowak
7810c1bfd3 Fix Travis CI badge 2016-04-21 15:35:12 +02:00
Mariusz Nowak
f333e58640 Update name to reflect npm name 2015-10-17 11:50:14 +02:00
Mariusz Nowak
95c41b5da9 Update grammar 2015-05-11 20:11:44 +02:00
Jon Schlinkert
d913e4f74b readme typos 2015-05-11 13:22:27 -04:00
Mariusz Nowak
453ee0d484 Update up to changes to WeakMap 2015-04-13 11:01:36 +02:00
Mariusz Nowak
2bccb6f4a3 Fix install instruction 2015-01-23 10:04:54 +01:00
Mariusz Nowak
57b34792ca Add secondary-cache to benchmarks. Fix #30 2015-01-23 10:04:35 +01:00
Mariusz Nowak
0e2c3ffa75 Fix link in readme 2014-10-08 14:53:10 +02:00
Mariusz Nowak
3a3734da24 Add WeakMap mode documentation 2014-09-22 16:44:01 +02:00
Mariusz Nowak
be0681050e Fix badge link 2014-08-14 11:27:18 +02:00
Mariusz Nowak
a1a889c569 Update Travis badge link 2014-08-14 11:21:26 +02:00
Eric Yen
3e43d71c0a fixed typo in readme in section: memoizing methods 2014-07-19 10:14:26 -04:00
Mariusz Nowak
d535807843 Update documentation up to latest changes 2014-04-27 12:31:51 +02:00
Mariusz Nowak
e1ed11b8d8 Remove named AMD module instruction 2013-10-15 09:57:07 +02:00
Mariusz Nowak
2f22380800 Improve AMD documentation 2013-08-19 13:03:26 +02:00
Mariusz Nowak
5bcc46ce77 Improve documentation 2013-08-19 13:00:52 +02:00
Mariusz Nowak
88a54cc2ca Merge pull request #6 from statico/patch-1
Clarified units of maxAge in README
2013-08-09 03:13:33 -07:00
Ian Langworth ☠
2b33c8131b Clarified npm install command in README
After installing the wrong module, which led to some confusion...
2013-08-08 22:15:27 -07:00
Ian Langworth ☠
ac79f7a54a Clarified units of maxAge in README 2013-08-08 22:10:47 -07:00
Mariusz Nowak
e841ed520e Note about memoizing collections and functions
Thanks @puzrin!
2012-11-01 11:17:06 +01:00
Mariusz Nowak
181b2279bc Update installation documentation 2012-10-06 11:17:35 +02:00
Mariusz Nowak
4c7d2cc819 Fix for clear cache bug improved performance 2012-10-04 20:09:04 +02:00
Mariusz Nowak
28da3c9c0d preFetch option for maxAge variant
Thanks @puzrin for comments on that!
2012-10-03 15:40:37 +02:00