Skip to content

Releases: ingenerator/php-utils

v2.5.0

26 Jun 14:10
2fe3e4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

05 Jun 10:12
0c2be48
Compare
Choose a tag to compare
  • Fix ObjectPropertyRipper to handle stdClass objects

v2.3.1

12 Mar 17:37
5635024
Compare
Choose a tag to compare

What's Changed

  • Option to customise CSV EOL characters by @craig410 in #64

Full Changelog: v2.3.0...v2.3.1

v2.3.0

10 Mar 12:21
9953e12
Compare
Choose a tag to compare

What's Changed

  • Support CSV column headers written unquoted by @craig410 in #63

Full Changelog: v2.2.0...v2.3.0

v2.2.0

14 Nov 14:16
5d21d8a
Compare
Choose a tag to compare

What's Changed

  • feature: Add ago() and future() helpers to RealtimeClock by @acoulton in #62

Full Changelog: v2.1.1...v2.2.0

v2.1.1

13 Sep 11:54
9f63045
Compare
Choose a tag to compare

What's Changed

  • Support specifying unescaped-slashes in JSON::encode()
  • Don't escape / in JSON-encoded log payloads from StackdriverApplicationLogger
  • Ensure StackdriverApplicationLogger can always log even with invalid UTF8 characters anywhere in payload
  • Fix session & logging bugs when incoming user-agent contains invalid UTF8 or escape characters

Full Changelog: v2.1.0...v2.1.1

v2.1.0

02 Aug 16:54
f5168a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

27 Oct 10:15
4277373
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.0...v2.0.0

Fix session persistence bug, add more date helpers

17 Oct 16:47
7fdedf1
Compare
Choose a tag to compare
  • Add DateIntervalUtils to stringify a DateInterval, and DateIntervalFactory for shorthand creation
  • Add DateTimeImmutableFactory::zeroMicros() to create / modify a DT with microseconds truncated to zero
  • Add DateTimeImmutableFactory::fromIso() to strictly parse ISO 8601 / RFC 3339 date-time strings
  • Fix bug where devices with long user agents generated a database exception when attempting to create a session.

v1.19.2

27 Apr 14:32
3181bec
Compare
Choose a tag to compare

What's Changed

  • Add assertCapturedOneExactTimer helper. by @craig410 in #55

Full Changelog: v1.19.1...v1.19.2