jdate 0.8.0
jdate: ^0.8.0 copied to clipboard
Powerful yet original Dart Jalali date and time for developers.
0.8.0 #
- Renamed Hijri Converters to Ummalqura (Arabic Hijri Qamari)
- Added Islamic (Persian Hijri Qamari) Converters
- Added even more tests 😊
0.7.0 #
- Added a new class
BasicDate - Convert functions now return
BasicDate - Added more tests!!
- Added more examples
- Added two new operator
>=and<=
0.6.0 #
- Changed the goal from being friendly with javascript developers to be more compatible with original dart
DateTimeclass - Replaced getter and setters with dart style
- Added
toJdate()asDateTimeextension function - Changed
JDateto be more likeDateTimeclass - Added more documents
- Added new functions
- Added more tests!!
- Fixed bugs
0.4.0 #
- Added
jalaliToHijri,hijriToJalali,gregorianToHijriandhijriToGregorian - Added
toPersianWordsfunction as extension to int - Added
getMonthLength - Added more tests
- Added some documents
- Fixed
Jdate.parsemethod - Fixed a bug in
echofunction - Fixed minor bugs
- Used type instead of var as function inputs
- Clean up code using dart features
withZerofunction is now private
0.2.0 #
- Changed
numbersToEnglishandnumbersToPersianto String extension functions - Changed
gregorianToJalaliandjalaliToGregorianto static functions - Fixed minor bugs
- Improved code clarity
0.1.0 #
- Initial version