v0.11.2
- Added utilities to check
If-Match
,If-None-Match
,If-Modified-Since
,
If-Unmodified-Since
. - Typescript target is now
es2019
instead ofesnext
to ensure that older
Node.js versions are supported. - Added a workaround to make sure the package works around a bug in
@types/node@13
.