Skip to content

Releases: milo/github-api

Released version 2.0.4

Choose a tag to compare

@milo milo released this 24 Nov 16:19
  • support PHP 8.5

Released version 2.0.3

Choose a tag to compare

@milo milo released this 24 Nov 13:49
  • support PHP 8.4

Released version 2.0.2

Choose a tag to compare

@milo milo released this 06 Dec 11:07
  • support PHP 8.3

Released version 2.0.1

Choose a tag to compare

@milo milo released this 11 Jan 14:26
  • support PHP 8.2

Released version 2.0.0

Choose a tag to compare

@milo milo released this 04 Dec 21:13

The 2.0.0 release is the same as the 1.4.9 but it requires PHP 8.0 at least. There are no logic changes in code, only newer PHP features are used. Mainly strict types declaration, type hints, return types and promoted constructor properties.

One may hit problems with scalar typehints for HTTP return code (used to accept string, now only integer is accepted) and headers value (used to accept integers and nulls, now have to be strings).

  • require PHP >= 8.0
  • declare(strict_types=1);
  • class Sanity replaced by trait Strict
  • type hints, return types, promoted properties

Released version 1.4.9

Choose a tag to compare

@milo milo released this 30 Nov 09:27
  • fixed PHP 8.1 compatibility (#33)

Released version 1.4.8

Choose a tag to compare

@milo milo released this 12 Mar 21:47
  • updated bundled CA chain

Released version 1.4.7

Choose a tag to compare

@milo milo released this 03 Jan 17:22
  • added getter and setter for default Accept header (#29)

Released version 1.4.6

Choose a tag to compare

@milo milo released this 11 Dec 11:45
f1a6a86
  • CachedClient: Last-Modified and ETag headers are sent simultaneously

Released version 1.4.5

Choose a tag to compare

@milo milo released this 12 Jul 05:16
  • Colon parameters in URL can be separated by dot.