datify 1.1.0 datify: ^1.1.0 copied to clipboard
An extensible library that provides the functionality of the parsing strings in different formats to extract dates.
1.0.0 #
- Initial version.
- Fully rewritten the Python implementation of Datify in Dart.
- Major logic and core improvements.
- Written the unit tests to cover all expected cases of the usage.
1.0.1 #
- Formatted with
dart format .
.
1.0.2 #
- Added the documentation link in README.
1.0.3 #
- Extended the example in the README.
1.0.4 #
- Fixed a mistake in README.
1.1.0 #
- Changed the minimum Dart SDK version to 2.17.0.
- Changed
complete
getter in theDatify
andDatifyResult
classes toisComplete
to follow the Effective Dart guidelines.