Skip to content

Chronos 1.3.0

Compare
Choose a tag to compare
@markstory markstory released this 30 Nov 03:25
ba2bab9

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() and eq() are now aliases for the long form methods greaterThan and equals(). In the future we may deprecate and remove the short forms in order to increase readability of the API.