Skip to content

v3.0.0

Choose a tag to compare

@dmtrKovalenko dmtrKovalenko released this 10 Jan 15:14
· 12 commits to master since this release

Breaking changes:

  • chore(deps): bump date-fns to v3 by @frsimond in #656
    This involves peer lib version upgrade please make sure that some underlying localised formats might be changed as well
  • feat: Remove date-io/type definition by @dmtrKovalenko in #657
    The type inference that doesn't work with modern typescript was removed. Please make sure to upgrade typescript to v5
  • feat: Improve utils.date typescript typings by @dmtrKovalenko in #658
    Changed signature of Utils.date and the underlying logic. Now if the value can't be parsed returns current date instead of null.

Other changes

  • fix(js-jods): Proper support for date-only and time-only in mergeDateAndTime method by @joshkel in #653

You can support the maintenance of this project by visiting https://github.com/sponsors/dmtrKovalenko. Your support will help us respond faster and deliver requested features. We extend our heartfelt thanks to our contributors and sponsors ❤️.

New Contributors

  • @frsimond made their first contribution in #656
  • @joshkel made their first contribution in #653

Full Changelog: v2.17.0...v3.0.0