Skip to content

Releases: php-ago/ago

v1.2.1

25 Dec 18:59

Choose a tag to compare

Readme file changes

v1.2

08 Dec 09:48

Choose a tag to compare

Fixed displaying correct time on Russian for some numbers

  • Added more tests for covering that part of the code

v1.1.0

23 Nov 14:58
02dd396

Choose a tag to compare

  • Added ability to pass multiple options via array.
  • Added more tests.
  • Added new option "upcoming" that allows to convert date from future.

v1.0.3

22 Nov 20:05
47f7795

Choose a tag to compare

  • New flag for Time::ago() method with the name Time::NO_SUFFIX. It allows to remove the end of the result date. For example without flag you will get output "5 seconds ago" but with new flag the output will be "5 seconds"
  • Added more info to readme.md file

v1.0.2

24 Oct 21:57

Choose a tag to compare

Improvements and small bug fix

  • Added more tests to set() method
  • Fixed wrong time displaying for English

v1.0.1

23 Oct 15:34

Choose a tag to compare

Renamed Ago class into Time

v1.0.0

23 Oct 12:26

Choose a tag to compare

First version of the package