Releases: lmammino/tall
Releases · lmammino/tall
8.0.0
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
Make sure tall-plugin-meta-refresh
is published with new releases
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
- Restructure monorepo by @karlhorky in #51
- Align .editorconfig and Prettier with ESLint by @karlhorky in #53
- Use https protocol with author URL by @karlhorky in #54
- Upgrade devDependencies, move to root package.json by @karlhorky in #56
- Disable ESLint rule conflicting with Prettier by @karlhorky in #55
- Add meta refresh plugin package by @karlhorky in #43
New Contributors
- @karlhorky made their first contribution in #51
Full Changelog: 6.0.0...7.0.0
6.0.0
5.0.0
4.2.0
What's Changed
- Expose all options of http(s).request by @leftshift in #40
- Updated tooling by @lmammino 4055aba
New Contributors
- @leftshift made their first contribution in #40
Full Changelog: 4.1.0...4.2.0
4.1.0
4.0.1
4.0.0
- 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 simplyconst { tall } = require('tall')
- Fully rewritten tests using
nock
, greatly improving speed, reliability and covera. - Building on GitHub Actions and removing CircleCI