Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Releases: php-ffi/scalar-utils

1.0.2

01 Jan 13:54

Choose a tag to compare

Remove extra docblocks

1.0.1

01 Jan 13:46

Choose a tag to compare

Update composer config

1.0.0

20 Mar 18:16

Choose a tag to compare

Add more scalar methods and improve readme

0.2.0

03 Nov 02:37

Choose a tag to compare

  • Add more constructor methods:
    • Type::long(...)
    • Type::ulong(...)
    • Type::longArray(...)
    • Type::ulongArray(...)
    • Type::int(...)
    • Type::uint(...)
    • Type::intArray(...)
    • Type::uintArray(...)
    • Type::short(...)
    • Type::ushort(...)
    • Type::shortArray(...)
    • Type::ushortArray(...)
  • Add simple IDE autocompletion

0.1.0

03 Nov 02:15

Choose a tag to compare

Improve string and wide string serializer methods