Skip to content

Releases: technodelight/php-time-ago

Minor update

22 Jun 16:38
Compare
Choose a tag to compare

Contains a minor refactor to not use traits anymore

Updates for convenience and usability

14 Mar 23:27
c802acc
Compare
Choose a tag to compare
  • add __toString method to TimeAgo
  • add new static constructor method
  • changes built-in language autoloading to use classes (BC Break!)

Add factory method to create TimeAgo with a built-in translation

04 Nov 02:07
Compare
Choose a tag to compare

Added ::withTranslation method to instantiate TimeAgo more easily with only providing the DateTime object and the language code

Fix composer defs

03 Nov 23:15
Compare
Choose a tag to compare
1.1.1

Add license information

Add translation loader

03 Nov 22:18
Compare
Choose a tag to compare
  • Adds the ability to load bundled translations or from a custom location.
  • Ability to detect current system language code and provide a translation based on this information

Fully OOP version

27 Oct 09:18
Compare
Choose a tag to compare

Full rewrite of the original implementation, accepts DateTime objects and custom translations