Skip to content

Releases: lmammino/tall

8.0.0

26 Oct 08:45
Compare
Choose a tag to compare

What's Changed

  • Upgrade to npm@^9.0.0, drop Node.js 17 in favor of 19 by @karlhorky in #57

Full Changelog: 7.0.1...8.0.0

7.0.1

15 Oct 16:31
Compare
Choose a tag to compare

Make sure tall-plugin-meta-refresh is published with new releases

Full Changelog: 7.0.0...7.0.1

7.0.0

15 Oct 16:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...7.0.0

6.0.0

25 Aug 16:23
Compare
Choose a tag to compare

What's Changed

  • Monorepo structure with npm workspaces by @lmammino in #49
  • Dropped support for node.js 12 + 13
  • Version bump 6.0.0

Full Changelog: 5.0.0...6.0.0

5.0.0

10 Mar 19:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...5.0.0

4.2.0

15 Feb 18:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

13 Oct 06:52
6f58737
Compare
Choose a tag to compare
  • feat: Add a configurable timeout to the requests (#37) (@GusRuss89)

4.0.1

03 Apr 15:07
Compare
Choose a tag to compare
  • Added logic to properly follow redirects without messing up URLs containing query parameters (#28) (fixes #17 & #19)

4.0.0

01 Feb 08:56
f4e3156
Compare
Choose a tag to compare
  • Supports Node.js 12+ (dropped support for earlier versions)
  • Full rewrite in TypeScript
  • Support for dual module modules (CommonJS + ESM)
  • Removed .default from CommonJS (now you can simply const { tall } = require('tall')
  • Fully rewritten tests using nock, greatly improving speed, reliability and covera.
  • Building on GitHub Actions and removing CircleCI