day 0.6.3
day: ^0.6.3 copied to clipboard
A date library Day.js in dart. Day.dart is inspired by Day.js. Write with nearly the same API. Build on the top of the powerful DateTime class.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.3 #
- Fix some issues
0.6.2 #
- Add
Quarter Of Yearplugin
0.6.1 #
- Add
Day Of Yearplugin
0.6.0 #
- Now
diff()method return no abs value - Fix issues of
yandMshorthands inadd()andsubstract() - Add
Relative Timeplugin
0.5.5 #
- Now can escape string in
format()method
0.5.4 #
- Add
toDateTime()method
0.5.3 #
- Update docs
0.5.2 #
- Follow health suggestions
0.5.1 - 2019-12-16 #
- Fix the version of dart
0.5.0 - 2019-12-16 #
- Breaking change: rewrite plugins system with extension syntax
- Add
Is Leap Yearplugin - Update some details
- Update docs
0.4.1 - 2019-11-17 #
- Follow health suggestions
0.4.0 - 2019-09-03 #
- Add i18n support
0.3.2 - 2019-07-12 #
- Update pubspec
0.3.1 - 2019-07-12 #
- Now Day.dart join into the dayjs organization
0.3.0 - 2019-05-31 #
- Plugin system supported
0.2.2 - 2019-05-29 #
- Update docs
- Fix
.weekday()method's problem - Update the type checking
0.2.1 - 2019-05-09 #
- Add API reference
- Now
.timezoneOffsetreturnsDuration
0.2.0 - 2019-05-08 #
Add .format() method
0.1.2 - 2019-05-03 #
Update README and example
0.1.1 - 2019-05-03 #
Fix pub related info
0.1.0 - 2019-05-03 #
First version