Skip to content

4.0.0

Compare
Choose a tag to compare
@lmammino lmammino released this 01 Feb 08:56
f4e3156
  • 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