5.0.1 (2018-08-22)
5.0.0 (2018-08-21)
Code Refactoring
- remove download and attachment methods (cdccb34)
Features
- stream: add method to stream to response (31d2180)
BREAKING CHANGES
- downlaod and attachment methods are removed, one can use
send
package from npm
for this
4.1.4 (2018-01-19)
Bug Fixes
- header: do not cast headers to array forcefully (2e032dd)
4.1.3 (2018-01-19)
4.1.2 (2018-01-18)
4.1.1 (2018-01-17)
Features
- response: add
prepare
& prepareJsonp
methods (a765dd9)
4.1.0 (2018-01-16)
4.0.4 (2017-10-29)
Bug Fixes
- ReDos: Regular Expression Denial of Service (#4) (9c17076)
- response: move write statement out of setImmediate (b62071d)
4.0.3 (2017-10-26)
4.0.2 (2017-10-02)
Bug Fixes
- response: response.send handle
undefined
body (e4897d8), closes #2
- response: response.send options allow user to override (438298f)
4.0.1 (2017-10-02)
Features
- response: allow option to ignore etag (989abe8)
4.0.0 (2017-06-16)
3.0.2 (2017-06-12)
3.0.1 (2016-11-08)
Bug Fixes
3.0.0 (2016-06-25)
Bug Fixes
- download: use send module to download file(7134e51)
2.0.2 (2016-01-19)
2.0.1 (2016-01-18)
Features
- package: added commitizen for consistent commit messages (bc0241c)