Chronos v1.3.0 Release Notes

Release Date: 2019-11-30 // over 4 years ago
  • ➕ 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.