Skip to content

0.25.0

Compare
Choose a tag to compare
@dsherret dsherret released this 03 Jun 16:57
· 110 commits to main since this release
7c6c786

What's Changed

  • feat: align lib option with tsconfig lib option #167
    BREAKING CHANGE: The lib option now aligns with how you would specify it in tsconfig.json.
    For example, to include DOM types do:
    await build({
      // ...etc...
      compilerOptions: {
        lib: ["es2021", "dom"],
      },
    });
  • feat: add Array.prototype.findLast and findLastIndex polyfills #168
  • fix: correct Error#cause typings #169

Full Changelog: 0.24.0...0.25.0