Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add project file to ignore, add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadratfink committed Aug 14, 2017
1 parent 652c45c commit a4ec62b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
*.log
*.log
.idea
*.iml
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,11 @@ However, you can only get it when you pass 3 params to the callback's argument l

# Breaking Change History

#### 2.2.1

* [[CORE-450](https://jira.finanzcheck.de/browse/CORE-450)] Fix `only-if-cached` response behavior according to RFC-7234 (return 504 on cache miss).
* Optimize 304 response behaviour by cloning response data to prevent internal side effects when changing the response data.

#### 2.2.0

* `bypassHeaders` support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finanzcheck/superagent-cache-plugin",
"version": "2.2.0",
"version": "2.2.1",
"description": "FFG Superagent plugin with flexible built-in caching.",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit a4ec62b

Please sign in to comment.