Version 2.0.0 & 1.3.0 contains same breaking changes
- Building migrated to unbuild this stuff automatically discover entries in package.json and build cjs / esm / tsd target as well as checking common issues.
- bin field added. cli also rewritten to typescript and included in building.
- exports field added. It means lib explicitly states only allowed exports!
- jest, typescript, eslint - updated
- folder with generated artifacts deleted.
- 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.
- GitHub Workflow for CI added
- fix tests