Skip to content

Releases: MartinCerny-awin/pseudolocale

v2.0.0

06 Apr 08:50
1a9aa74
Compare
Choose a tag to compare

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

v1.3.0

04 Apr 19:35
Compare
Choose a tag to compare

This release is same as 2.0.0

There are breaking changes between 1.2.0 & 1.3.0