Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mupperton committed Oct 11, 2022
1 parent 50dd6b7 commit be8af9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes will be included in this file.

# Beta releases

## 0.2.0 (2022-10-11)

### Features

* Added `ttl` config option to automatically re-invoke your function if it is considered stale ([ad7bfde](https://github.com/mupperton/phunky/commit/ad7bfdeac306c87f4df692aed4e385e39d554618))

### Documentation

* Added documentation of the config options and class methods for `Phunk` ([50dd6b7](https://github.com/mupperton/phunky/commit/50dd6b784be3225b1067e7d89a856e621db7d707))

# Alpha releases

## 0.1.0 (2022-10-10)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phunky",
"version": "0.1.0",
"description": "Funky promise-based thunk cache",
"version": "0.2.0",
"description": "Funky promise-based cached thunk",
"keywords": [
"thunk",
"cache",
Expand Down

0 comments on commit be8af9b

Please sign in to comment.