Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@MartinCerny-awin MartinCerny-awin released this 06 Apr 08:50
· 7 commits to main since this release
1a9aa74

Version 2.0.0 & 1.3.0 contains same breaking changes

  1. Building migrated to unbuild this stuff automatically discover entries in package.json and build cjs / esm / tsd target as well as checking common issues.
  2. bin field added. cli also rewritten to typescript and included in building.
  3. exports field added. It means lib explicitly states only allowed exports!
  4. jest, typescript, eslint - updated
  5. folder with generated artifacts deleted.
  6. NodeJs bumped to v16. v14 has EOL in 1 month. Bumping version of nodejs requiring bumping a major version of package, so instead of two major releases in row in a short time, let's start from node16 right now.
  7. GitHub Workflow for CI added
  8. fix tests