Skip to content

2.4.0

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 16 Oct 15:16
· 2514 commits to master since this release

Complete commits list: 2.3.0...2.4.0

Summary:

  • Added lithuanian translations for: differences, period, months and day names
  • Added czech translations for: months and day names
  • Dropped support for PHP without JSON extension: removed JsonSerializable interface polyfill and require ext-json in composer
  • Added PHPDoc comments and auto-completion hints
  • Added translation methods to handle multiple forms of days and months names: getTranslatedDayName, getTranslatedMinDayName, getTranslatedShortDayName, getTranslatedMonthName, getTranslatedShortMonthName
  • Allowed Laravel to run with Carbon without registering the Carbon service