Skip to content

1.1.0 RC-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@meduzen meduzen released this 01 Nov 02:44
· 181 commits to main since this release

New

  • Add a DateTime() class extending the native Date object. Available methods: getWeek(), setWeek() and to().

Fixed

  • Allow datetimeTz() without parameters. Before, the date was mandatory.
  • Improve types declaration.

Documentation

  • Improve and update the documentation.

Under the hood

  • Add a NPM script to generate types.
  • Update ESLint rules.