Releases: ybonnefond/stubborn
Releases · ybonnefond/stubborn
v2.0.4
Fix
- Apply JSON.stringify if Accept header contains the string
json
. This allow to support Accept headers likevnd.api+json
v2.0.3
Fix
- Make method matching case insensitive
v2.0.2
Fixes
- Fix missing files in package
Performances
- remove unused files in published package
v2.0.0
Feature
- Moved code base to Typescript
v1.2.0
Features
- Retain calls to a route and expose method to get the number of times a route has been called and the requests received
v1.1.1
Fixes
- Use JSON stringify only if
Accept
header or responseContent-Type
header hasapplication/json
v1.1.0
Features
- Add method to set specific request & response headers and query parameters
v0.1.2
Documentation
- Add API documentation
- Fix Typo in first code block
- Add link to homepage in package.json
v0.1.1
Rename package