ensemble_date 1.6.1
ensemble_date: ^1.6.1 copied to clipboard
Date manipulation library. DateTime extensions. Also includes an Interval object. Forked from dart_date with additional improvements and maintenance.
Changelog #
1.6.1 #
- Add
equalsmethod to check if two dates are equal - Add
operator -to subtract a duration from a date - Add
operator +to add a duration to a date
1.6.0 #
- Fork Release: Published as
ensemble_date- a maintained fork ofdart_date - Updated package name from
dart_datetoensemble_date - Updated repository links and documentation
- Improved dependency constraints
- Enhanced pub.dev compatibility
1.1.0-nullsafety.0 #
- Add null-safety
1.0.9 #
- Rename
UTCtoutc&Localtolocalto follow dart analysis - Changes in PR #6
- Add optional
ignoreDaylightSavingstoadd*methods
1.0.8 #
- Fix isMonday, isTuesday, isWednesday, isThursday, isFriday, isSaturday, isSunday
1.0.7 #
- Add getWeekYear, getWeek, getISOWeek, getISOWeeksInYear, startOfWeekYear, startOfISOWeekYear
- Merged PR: //github.com/xantiagoma/dart_date/pull/2
1.0.6 #
- Improve documentation
- Add extension operators on DateTime and Duration
1.0.5 #
- same
1.0.4
1.0.4 #
pub.devrecommendations
1.0.3 #
- Delete
thisif not needed and convert functions to=>if possible
1.0.2 #
dartfmtoverwriting
1.0.1 #
- Include recommendations from
pub.dev
1.0.0 #
- !!! Broken API related to 0.x versions
- Using new fancy dart extensions feature
- Use
.method()or.propertyto access extension methods / getters andDate.method()/Date.propertyfor new static properties.
0.0.9 #
- Changes
Date.parseto accept or not a format - Added
date.isFirstDayOfMonthgetter - Added
date.isLastDayOfMonthgetter - Added
date.isLeapYeargetter
0.0.8 #
- Adding documentation and timeago
date.timeago()