Skip to content

Releases: linna/typed-array

v3.0.1

09 Feb 08:03
Compare
Choose a tag to compare

New on this version

This is a release where code comments, and other minor things in repo were updated.

Added

  • Linna\TypedArrayObject\AbstractArray::NO_FLAGS constant with value 0

Changed

  • code comments updated
  • composer dev dependencies updated
  • Github Actions pipeline updated

v3.0.0

13 May 08:18
Compare
Choose a tag to compare

New on this version

This is the new 3.0.0 version, code updated using new php8.1 features

Added

  • php 8.1 support
  • Linna\TypedArrayObject\ArrayOfArrays class
  • Linna\TypedArrayObject\ArrayOfBooleans class
  • Linna\TypedArrayObject\ArrayOfCallable class
  • Linna\TypedArrayObject\ArrayOfClasses class
  • Linna\TypedArrayObject\ArrayOfFloats class
  • Linna\TypedArrayObject\ArrayOfIntegers class
  • Linna\TypedArrayObject\ArrayOfObjects class
  • Linna\TypedArrayObject\ArrayOfStrings class

Changed

  • namespace from Linna to Linna\TypedArrayObject
  • type check is performed also on method ArrayObject->append()

Removed

  • Linna\TypedArray class

v2.0.1

23 Mar 14:56
Compare
Choose a tag to compare

New on this version

This is the last version of 2.0.0 branch.

Added

  • php 7.3 support
  • php 7.4 support

Changed

  • .scrutinizer.yml updated for use phpunit from vendor directory
  • Merge pull request #14 from peter279k/enhance_stuffs with code enhancements

Removed

  • Travis CI usage for test build.

For more information read the full Changelog until now.

v2.0.0

13 Aug 11:24
Compare
Choose a tag to compare

New on this version

Changed

  • Linna\TypedObjectArray merged into Linna\TypedArray
  • Merge pull request #11 from peter279k/test_enhancement with code enhancements

Removed

  • Linna\TypedObjectArray

For more information read the full Changelog until now.

v1.0.5

13 Aug 11:07
Compare
Choose a tag to compare

New on this version

This should be the last realease for 1.0.0 branch.

Changed

  • Merge pull request #11 from peter279k/test_enhancement with code enhancements

For more information read the full Changelog until now.

v1.0.4

26 Oct 18:08
Compare
Choose a tag to compare

New on this version

Changed

  • Linna\TypedArray default arguments removed from parent::__construct() call
  • Linna\TypedObjectArray default arguments removed from parent::__construct() call

For more information read the full Changelog until now.

v1.0.3

24 Aug 18:15
Compare
Choose a tag to compare

Please read the changelog.

v1.0.2

24 Jun 19:48
Compare
Choose a tag to compare

Please read the changelog.

v1.0.1

11 Jun 15:54
Compare
Choose a tag to compare

Please read the changelog.

v1.0.0

07 Jun 20:38
Compare
Choose a tag to compare

Hello!

Version 1.0.0 of the typed array for php.