Skip to content

Releases: gdbots/common-php

v1.1.2

29 Mar 18:31

Choose a tag to compare

  • In HashtagUtils, remove deprecated PCRE modifier.

v1.1.1

06 Mar 03:04

Choose a tag to compare

  • Add urlsafeB64Decode and urlsafeB64Encode to StringUtils.

v1.1.0

14 Aug 23:30

Choose a tag to compare

  • Marked these classes as deprecated as they will be removed in 2.x.
    • BigNumber
    • GeoPoint
    • Microtime
    • Identifiers*
  • Moved ext-bcmath, moontoast/math, ramsey/uuid in composer.json to require-dev.
    If you're not on gdbots/pbj-php 1.1.x or later you'll need to require these in your own project.

v1.0.1

27 Jul 06:06

Choose a tag to compare

Remove final from classes and methods on well known type classes

These common classes for geopoint, microtime and identifiers will be moving to gdbots/pbj lib. For now, make it possible to extend them in pbj so they can be deprecated here in this lib in next major rev.

v1.0.0

26 Jan 23:32

Choose a tag to compare

BREAKING CHANGES

  • Requires php >=5.6.
  • Uuid lib rhumsaa/uuid replaced with ramsey/uuid,same author, different package name.
  • Gdbots\Common\Util\DateUtils now uses Zulu time format (the old IS08601 with offset will still validate).
  • issue #5: Better ISO8601 format detection.

v0.1.6

23 Nov 03:44

Choose a tag to compare

  • BUG: Do not use v0.1.5. Reverted fix scrutinizer recommended fix (unused argument on Enum) which created fatal error. Added unit tests for enum.

v0.1.5

23 Nov 03:19

Choose a tag to compare

WARNING - DO NOT USE

This release contains a bug introduced by a fix from static analysis.

  • [Microtime] Ensure toDateTime returns a DateTime object in UTC regardless of php config.

v0.1.4

22 Jun 19:39

Choose a tag to compare

moving uri-template to its own repo

v0.1.3

28 May 07:18

Choose a tag to compare

Merge pull request #3 from gdbots/0.1

rename composer package to "gdbots/common"

v0.1.2

12 May 04:25

Choose a tag to compare

composer package rename