Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

79 lines (42 loc) · 1.61 KB

Change log

Version 1.8.0 (2017-10-07)

Feature:

  • Now Helpers::exec() throws an Exception\ExitCodeException when exit code > 0, instead of an \RuntimeException.

Version 1.7.0 (2016-03-28)

Feature:

  • Add a globally unique id generator using Mongo Object ID algorithm: Helpers::generateMongoId().

Version 1.6.0 (2016-03-19)

Feature:

  • Add Counter class: Display stats about number of "events", with cumulative sum and diff since last call, and configurable delay between two stats displays.

Version 1.5.0 (2015-09-07)

Feature:

  • Add both Helpers::getCurrentTimeWithCS() and Helpers::dateTimeToTimestamp() methods.

Version 1.4.0 (2015-03-20)

Feature:

  • #4: Truncate too long paths when debugging.

Version 1.3.2 (2013-11-08)

Fixes:

  • Helpers::utf8Encode() bug and no unit tests…

Version 1.3.1 (2013-07-03)

Doc:

  • #3: Add continuous integration section in README.md.
  • #1: Add badge poser in README.md.

Version 1.3.0 (2013-06-18)

Feature:

  • Add Debug class with unit tests and doc.

Version 1.2.2 (2013-06-14)

Doc:

  • Add API documentation generated by ApiGen.

Version 1.2.1 (2013-06-05)

Doc :

  • Add Usage section into README.md.

Version 1.2.0 (2013-06-03)

Unit tests:

  • covers Helpers::exec()

Doc:

  • Add URL of coveralls.io badge on README.md.
  • Code is now PSR-2 compliant.

Version 1.1.0 (2013-05-19)

First release on Github.