Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 13, 2016
1 parent 4a25558 commit e344e47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
v0.4.1 -- 2016.07.13
* Fix promise mode to not use `then` and `finally` pair. Thanks @Kovensky
* Add 'done' mode to 'promise' mode (so now callbacks can be registered through `done` but no
`finally` event if it's implemented)

v0.4.0 -- 2016.07.07
* Introduce 'promise' mode
* Change signature of internal events for 'async' case
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memoizee",
"version": "0.4.0",
"version": "0.4.1",
"description": "Memoize/cache function results",
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand Down

0 comments on commit e344e47

Please sign in to comment.