chrono_dart 2.0.2 chrono_dart: ^2.0.2 copied to clipboard
A natural language date parser in Dart. Finds date references in user-generated text and returns objects containing DateTime and position in text.
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.
[Unreleased] #
–
[2.0.2] - 2024-08-13 #
Null-safety crash fix (incoming PR).
[2.0.1] - 2023-10-18 #
Prevent an additional month from being added in certain cases.
[2.0.0] - 2023-10-14 #
• Breaking change. Refactoring of the main methods – exposed Chrono
as an abstract public class with the main methods the package provides.
• Added an example.
• Minor changes.
[1.0.0] - 2023-10-06 #
Release