viet_date_time 0.1.0
viet_date_time: ^0.1.0 copied to clipboard
Hỗ trợ trong việc chuyển đổi và tính toán ngày tháng, thời gian và can chi theo lịch Việt Nam.
0.1.0 #
- Remove
leapMonthparameter. UseVietDateTime.leapMonthto create a leap month date. - Add
priorityandrepeatparameters to Event. - Add desciptions to base events.
0.0.1 #
- Better way to calculate the
julianDayNumber. - Bring to the first stable.
0.0.1-rc.8 #
- Improve README
0.0.1-rc.7 #
- Improve
VietEventandVietEvenListserializer. - Add a few base tests.
0.0.1-rc.6 #
- Add serializers to
VietEventandVietEventList. - Fix issue related to
timeZoneOffset. ==operator now works correctly.
0.0.1-rc.5 #
- Add the return type to
lunarEventsandsolarEvents.
0.0.1-rc.4 #
- Export
.toVietDateTimeextension.
0.0.1-rc.3 #
[BREAKING CHANGE]
- Rename from
.toSolarto.toDateTime. - Rename from
.fromSolarto.fromDateTime. - Rename from
judianDayNumbertojulianDayNumber. - Add
VietDateTime.lunarEventsandVietDateTime.solarEvents. - Add extension
.toVietDateTimeto convert fromDateTimetoVietDateTime.
0.0.1-rc.2 #
- Use positioned parameters instead of named.
0.0.1-rc.1 #
- Initial release