- ADDED month names for Afghanistan (#25)
- ADDED fromMillisecondsSinceEpoch factory methods for Jalali and Gregorian (#24)
- ADDED test cases from Iranian Calendar Authority (#23)
- UPDATED copyright
- UPDATED copyright
- FIXED compareTo bugs about time data (#14)
- ADDED time getter for Date to acquire time data in Duration
- ADDED time information to Jalali and Gregorian
- CHANGED toDateTime and toUtcDateTime implementation according to time information
- CHANGED toString implementation according to time information
- CHANGED merged extension functions in main library
- ADDED hour, ..., microSeconds arguments to toDateTime
- ADDED toUtcDateTime
- CHANGED all date instances are comparable with each other
- CHANGED internal state management to cache julian day number
- ADDED distance between methods and operator
- ADDED extension methods for DateTime
- REMOVED dependency to Flutter
- MIGRATED to flutter 2 and dart 2.12
- REFACTOR factored out common methods on Date
- IMPROVED docs
- ADDED nullsafety support
- UPDATED docs
- RENAMED static min and max constants
- FIXED Jalali and Gregorian toString
- UPDATE example application
- CHANGED validation process
- ADDED DateException
- REMOVED isValid method from Date
- ADDED MIN and MAX static constants to Jalali and Gregorian
- UPDATED documentation
- ADDED and IMPROVED tests
- CHANGED library URI references
- FIXED docs
- ADDED null checking for constructors and factories
- ADDED null checking for most of the methods
- ADDED addYears, addMonths and addDays methods for Jalali and Georgian
- ADDED withYear, withMonth and withDay methods for Jalali and Georgian
- ADDED more tests
- IMPROVED date formatter
- UPDATED documentation
- FIXED docs
- ADDED addition and subtraction operators for Jalali
- ADDED add method for Jalali
- ADDED isValid, isLeapYear and monthLength methods to Gregorian
- ADDED addition and subtraction operators for Gregorian
- ADDED add method for Gregorian
- REFACTORED and ADDED more tests
- CHANGED toString() implementation
- REFACTORED and ADDED docs
- ADDED Travis CI to project
- ADDED Codecov code coverage to project
- FIXED docs
- FIX a little issue with docs
- IMPROVED examples
- IMPROVED docs
- UPDATED project
- ADDED copy method
- Better documentation
- ADDED more tests
- ADDED fromJalali and fromGregorian methods
- ADDED comparison operators
- ADDED equals and hashCode
- ADDED Comparable to Jalali and Gregorian
- ADDED date formatter
- CHANGED internal package structure
- ADDED more test cases
- Refactored code and docs
- ADDED weekDay
- ADDED Date as super interface
- ADDED toDateTime
- CHANGED fromDate name to fromDateTime
- ADDED now factory
- ADDED fromDate constructor
- CHANGED static methods
- CHANGED monthLength to getter
- CHANGED constructor type
- Initial version