Chronos 1.3.0
Added
createFromArray()
was added to make creating instances from array based data.- Improved documentation and Japanese translation.
Changes
- Improved compatiblity with PHP 7.4
- Shorthand comparison functions like
gt()
andeq()
are now aliases for the long form methodsgreaterThan
andequals()
. In the future we may deprecate and remove the short forms in order to increase readability of the API.