Releases: ehmicky/fetch-node-website
Releases · ehmicky/fetch-node-website
v9.0.0
v8.1.0
Features
- Add a
signal
option to abort the release download
v8.0.0
Release 7.3.0
Features
- Improve tree-shaking support
Release 7.2.0
Features
- Reduce npm package size by 72%
Release 7.1.0
Features
- Reduce npm package size
Release 7.0.0
Breaking changes
- Minimal supported Node.js version is now
14.18.0
Features
- Add TypeScript types
Release 6.1.2
Bug fixes
- The
6.1.0
release should have been a major release since it includes a breaking change. The6.1.2
release reverts it.
Release 6.1.0
Features
- Add TypeScript types
Release 6.0.0
Breaking changes
- Minimal supported Node.js version is now
12.20.0
- This package is now an ES module. It can only be loaded with an
import
orimport()
statement, notrequire()
. See this post for more information.
Features
- Improve color detection