Skip to content

1.3.3

Compare
Choose a tag to compare
@meduzen meduzen released this 23 Feb 21:45
· 41 commits to main since this release

Fixed

  • Fix .js file extension missing in an import statement when trying to import { datetime }, which worked in some bundlers but could fail in others or when not using any bundler. This issue was introduced in version 1.3.0.

Documentation

  • Fix typos.

Under the hood

  • The NPM command to test types has been changed from test-types to test:types.
  • Update tooling for Node 20.
  • Configure the dependencies update automation to group them by categories.
  • Monitor package size on pull request.