-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose methods for converting between iso8601 and calendars #37
Conversation
4d96fbd
to
e5a222b
Compare
5e37778
to
f2ecc2e
Compare
f2ecc2e
to
9787c1f
Compare
9787c1f
to
3806e99
Compare
paired with @d-rita and @Chisomchima for this PR, with discussions including @abyot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
# [1.0.0-alpha.25](v1.0.0-alpha.24...v1.0.0-alpha.25) (2024-05-27) ### Features * expose methods for converting between iso8601 and calendars ([#37](#37)) ([33fa25d](33fa25d))
🎉 This PR is included in version 1.0.0-alpha.25 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [1.3.0-alpha.1](v1.2.4...v1.3.0-alpha.1) (2024-08-28) ### Bug Fixes * format undefined when thers is a mismatch ([79b54fd](79b54fd)) * remove unnecessary console warn ([b2d795d](b2d795d)) ### Features * expose function to convert dates ([622f0eb](622f0eb)) * expose function to convert dates ([9d42640](9d42640)) * expose methods for converting between iso8601 and calendars ([#37](#37)) ([33fa25d](33fa25d)) * reararnge memorized variables so that we only recompute them when necessary ([b754dcc](b754dcc)) * support min & max date, DD-MM-YYYY date format ([#36](#36)) ([3b2e57e](3b2e57e)) * **validation:** add and expose validateDateString utility ([cb4c919](cb4c919))
🎉 This PR is included in version 1.3.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [1.3.0](v1.2.4...v1.3.0) (2024-09-24) ### Bug Fixes * format undefined when thers is a mismatch ([79b54fd](79b54fd)) * localise validation message in multi calendar ([#61](#61)) ([ead860b](ead860b)) * remove unnecessary console warn ([b2d795d](b2d795d)) ### Features * expose function to convert dates ([622f0eb](622f0eb)) * expose function to convert dates ([9d42640](9d42640)) * expose methods for converting between iso8601 and calendars ([#37](#37)) ([33fa25d](33fa25d)) * reararnge memorized variables so that we only recompute them when necessary ([b754dcc](b754dcc)) * support min & max date, DD-MM-YYYY date format ([#36](#36)) ([3b2e57e](3b2e57e)) * **validation:** add and expose validateDateString utility ([cb4c919](cb4c919))
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Exposes two methods
convertFromIso8601
andconvertToIso8601
to convert between iso8601 and other calendars (ethiopic, nepali etc..).Implements https://dhis2.atlassian.net/browse/LIBS-605