Skip to content

Releases: thesis-php/byte-order

0.4.0 Use exact int ranges for int8/16/32

06 Apr 17:30

Choose a tag to compare

Changed

  • BC break: Use Order int type aliases for ReadFrom return types and WriteTo params.

0.3.0 BcMath\Number for int64, PHP ^8.4

06 Apr 16:58

Choose a tag to compare

Changed

  • Bump PHP to 8.4.
  • Bump thesis/endian to ^0.3.2.
  • Require ext-bcmath.
  • BC break: Change endian $endian to Order $order in ReadFrom and WriteTo method parameters.
  • BC break: Change readInt64() and readUint64() return type to BcMath\Number.
  • BC break: Change writeInt64($v) and writeUint64($v) param type to BcMath\Number.

0.2.1

23 Jan 13:14

Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

0.2.0

17 Jan 11:52

Choose a tag to compare

Full Changelog: 0.1.0...0.2.0