Skip to content

v2.2.0

Choose a tag to compare

@estefanionsantos estefanionsantos released this 28 Jun 23:40

Stable release upgrading the array component's engine to support PHP 7.2. This version introduces initial native scalar type safety while keeping the exact same architecture and signatures inherited from the v1.x series.

What's Changed

PHP 7.2 Optimization & Type Hints

  • Upgraded package constraints to require a minimum of PHP >=7.2.
  • Integrated native scalar type hints (array, string, int, bool) across all contract blueprints and methods.
  • Enhanced execution routine speeds by eliminating legacy docblock validations in favor of engine-level typing.