date-io

Abstraction over common javascript date management libraries

MIT License

Downloads
22.1M
Stars
698
Committers
46

Bot releases are visible (Hide)

date-io - v3.1.0 Latest Release

Published by dmtrKovalenko 7 months ago

Fixes

A lot of issues with moment-jalaali were resolved and does not need additional override anymore

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v3.0.0...v3.1.0

date-io - v3.0.0

Published by dmtrKovalenko 9 months ago

Breaking changes:

Other changes

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

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.17.0...v3.0.0

date-io - v2.17.0

Published by dmtrKovalenko about 1 year ago

New features

What's Changed

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.16.1...v2.17.0

date-io - v2.16.1

Published by dmtrKovalenko almost 2 years ago

Fixes

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.16.0...v2.16.1

date-io - v2.16.0

Published by dmtrKovalenko about 2 years ago

What's Changed

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.15.0...v2.16.0

date-io - v2.15.0

Published by dmtrKovalenko about 2 years ago

What's Changed

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.14.0...v2.15.0

date-io - v2.14.0

Published by dmtrKovalenko over 2 years ago

What's Changed

New Collaborator

  • Welcome @flaviendelangle as a collaborator on this project!

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.13.2...v2.14.0

date-io - v2.13.2

Published by dmtrKovalenko over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.13.1...v2.13.2

date-io - v2.13.0

Published by dmtrKovalenko over 2 years ago

Features

Fixes/Improvements

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.12.1...v2.13.0

date-io - Welcome js-joda

Published by dmtrKovalenko about 3 years ago

Changes

  • Added new package with js-joda adapter by @dspiteself

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.11.1...v2.12.0

date-io - v2.11.1

Published by dmtrKovalenko about 3 years ago

v2.11.1

Enhancements

  • Support luxon v2

we are not planning to stop supporting v1 yet

date-io - v2.11.0

Published by dmtrKovalenko over 3 years ago

Features

  • parseISO – will parse date using library method to avoid inconsistencies between browsers
  • toISO – will format date to iso string using library

Fixes/Enhancements

  • Better "AM/PM" localisation with dayjs
date-io - v2.10.11

Published by dmtrKovalenko over 3 years ago

Changelog

  • Make days adapter to be generic and accept any custom extended days instance as DayJsAdapter<Dayjs>
  • Update a lot of dependencies
date-io - v2.10.7

Published by dmtrKovalenko over 3 years ago

Changelog

Some bugfixes and dependency updates:

  • fix: getMeridiemText() from moment utils now returns translated text (#478) @ScripterSugar @FairySugar
  • chore: Refactor class methods to arrow functions (#483) @nikita-rudenko @dmtrKovalenko
  • fix: Daylight bug in safari (#530) @smmoosavi
  • chore(docs:): create library-perspective docs, closes #208
date-io - v2.10.6

Published by dmtrKovalenko about 4 years ago

This release is finally fixing the problem of outdated builds of published date-io/* releases.

We apologize 🙏 for this publishing issues causing 2.10.0-2.10.5 releases. If you installed any of these versions please update to the latest, those builds are broken and deprecated on npm.

From now on versions of @date-io/* will always be synchronized with @date-io/core package and will never cause version conflict or be outdated.

date-io - v2.10.0

Published by dmtrKovalenko about 4 years ago

Features

  • Allow to pass units to diff method (#445) @andriyor
  • New: addSeconds, addHours, addMinutes, addWeeks (#447) @andriyor
date-io - 2.9.0

Published by dmtrKovalenko about 4 years ago

Features

  • Add new getDaysInMonth method
date-io - v2.8.1

Published by dmtrKovalenko about 4 years ago

Features

  • Add lib name to the adapter interface

Fixes

  • Remove prettier import, closes #442
  • [Luxon] Properly apply locale for parsed and created date (#443)
  • A lot of dependency updates
date-io - v2.7.0

Published by dmtrKovalenko over 4 years ago

Features 🎉

  • Introduce new DateFnsJalali adapter (#405) @c0m1t
  • Add fullDateWithWeekday, weekday and weekdayShort formatters (#400) @philipbulley

Fixes 🐛 | Enhancements 🧇

  • Fix mutation of date param in formatByString (#394) @crudh
  • Correctly pass locale in parse methods for luxon and moment (#401) @cbranch101
  • [DateFns] Pass locale to the parse (#406) @PaulSavignano
date-io - v2.6.1

Published by dmtrKovalenko over 4 years ago

Breaking changes

N/A

Fixes

  • make startOfWeek and endOfWeek locale-aware (#343) @cbranch101