Lmammino Tall Versions Save

Promise-based, No-dependency URL unshortner (expander) module for Node.js

8.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/lmammino/tall/compare/7.0.1...8.0.0

7.0.1

1 year ago

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

Full Changelog: https://github.com/lmammino/tall/compare/7.0.0...7.0.1

7.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lmammino/tall/compare/6.0.0...7.0.0

6.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/lmammino/tall/compare/5.0.0...6.0.0

5.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/lmammino/tall/compare/4.2.0...5.0.0

4.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lmammino/tall/compare/4.1.0...4.2.0

4.1.0

2 years ago
  • feat: Add a configurable timeout to the requests (#37) (@GusRuss89)

4.0.1

3 years ago
  • Added logic to properly follow redirects without messing up URLs containing query parameters (#28) (fixes #17 & #19)

4.0.0

3 years ago
  • 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