Skip to content

Releases: ehmicky/fetch-node-website

v9.0.0

28 Oct 21:45
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v8.1.0

13 Jul 01:31
Compare
Choose a tag to compare

Features

v8.0.0

13 May 23:05
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

Release 7.3.0

11 Nov 17:50
Compare
Choose a tag to compare

Features

  • Improve tree-shaking support

Release 7.2.0

18 Oct 14:10
Compare
Choose a tag to compare

Features

  • Reduce npm package size by 72%

Release 7.1.0

16 Aug 19:00
Compare
Choose a tag to compare

Features

  • Reduce npm package size

Release 7.0.0

24 Jun 13:44
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Features

  • Add TypeScript types

Release 6.1.2

24 Jun 13:41
Compare
Choose a tag to compare

Bug fixes

  • The 6.1.0 release should have been a major release since it includes a breaking change. The 6.1.2 release reverts it.

Release 6.1.0

24 Jun 13:35
Compare
Choose a tag to compare

Features

  • Add TypeScript types

Release 6.0.0

22 Jun 12:31
Compare
Choose a tag to compare

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 or import() statement, not require(). See this post for more information.

Features

  • Improve color detection