- Migrate to null safety
- Changed
toString
to match DateTime style - More documents
- Renamed Hijri Converters to Ummalqura (Arabic Hijri Qamari)
- Added Islamic (Persian Hijri Qamari) Converters
- Added even more tests 😊
- Added a new class
BasicDate
- Convert functions now return
BasicDate
- Added more tests!!
- Added more examples
- Added two new operator
>=
and<=
- Changed the goal from being friendly with javascript developers to be more compatible with original dart
DateTime
class - Replaced getter and setters with dart style
- Added
toJdate()
asDateTime
extension function - Changed
JDate
to be more likeDateTime
class - Added more documents
- Added new functions
- Added more tests!!
- Fixed bugs
- Added
jalaliToHijri
,hijriToJalali
,gregorianToHijri
andhijriToGregorian
- Added
toPersianWords
function as extension to int - Added
getMonthLength
- Added more tests
- Added some documents
- Fixed
Jdate.parse
method - Fixed a bug in
echo
function - Fixed minor bugs
- Used type instead of var as function inputs
- Clean up code using dart features
withZero
function is now private
- Changed
numbersToEnglish
andnumbersToPersian
to String extension functions - Changed
gregorianToJalali
andjalaliToGregorian
to static functions - Fixed minor bugs
- Improved code clarity
- Initial version