day 0.5.1 day: ^0.5.1 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.5.1] - 2019-12-16 #
- Fixes the version of dart
[0.5.0] - 2019-12-16 #
- Breaking change: rewrite plugins system with extension syntax
- Add
.isLeapYear()
plugin - Update some details
- Update docs
[0.4.1] - 2019-11-17 #
- Fixes somethings by package analysis
[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
- Fixes
.weekday()
method's problem - Update the type checking
[0.2.1] - 2019-05-09 #
- Add API reference
- Now
.timezoneOffset
returnsDuration
[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 #
Fixes pub related info
[0.1.0] - 2019-05-03 #
First version