All Versions
101
Latest Version
Avg Release Cycle
31 days
Latest Release
632 days ago

Changelog History
Page 6

  • v5.9.1 Changes

    May 03, 2019
    • "first()" / "last()" -> fix -> do not change the current array, if it's not needed
  • v5.9.0 Changes

    May 03, 2019
    • "group()" / "sorter()" -> fix phpdoc
    • โšก๏ธ "keys()" / "values()" -> optimize generator usage
    • "replace()" -> fix immutable of the input
    • "sizeIs()" / "sizeIsLessThan()" / "sizeIsGreaterThan()" / "sizeIsBetween()" -> added
    • "invoke()" -> improve generator usage + fix phpdoc
    • "map()" -> allow to use the key, in the callable + additional parameter
    • โšก๏ธ "containsCaseInsensitive()" -> optimize for generator usage
  • v5.8.1 Changes

    April 30, 2019
    • ๐ŸŽ optimize performance from "Arrayy->unshift()"
    • ๐ŸŽ optimize performance from "Arrayy->push()"
  • v5.8.0 Changes

    April 20, 2019
    • โž• add a simple "Collection" implementation + function alias \Arrayy\collection()
    • ๐Ÿ›  fix errors reported by phpstan (level 7)
    • ๐Ÿ‘Œ improve performance (use "dot-notation" internally only if needed)
    • ๐Ÿ‘Œ improve "dot-notation" handling for non "Arrayy" objects
  • v5.7.1 Changes

    April 18, 2019
    • โšก๏ธ "AbstractCollection" -> optimize foreach usage
    • ๐Ÿ”€ "AbstractCollection" -> fix merge && where methods
  • v5.7.0 Changes

    April 17, 2019
    • โšก๏ธ optimize property check in the constructor
    • ๐Ÿ‘ better support for PhpDoc @property checks
    • ๐Ÿ‘ allow callable as input (Arrayy::createFromGeneratorFunction())
    • โž• add a abstract "Collection" implementation
  • v5.6.3 Changes

    January 11, 2019
    • "ramsey/array_column" is not needed anymore
    • โœ… use autoloader also for the tests
  • v5.6.2 Changes

    January 02, 2019
    • ๐Ÿ›  fix issue when requiring float types
    • โšก๏ธ update phpcs fixer config
  • v5.6.1 Changes

    December 20, 2018
    • โšก๏ธ update "require-dev"
    • โšก๏ธ optimize the "constructor"
    • ๐Ÿ‘‰ use the "JsonSerializable" interface
    • ๐Ÿ›  fix fallback for "this->shuffle()"
  • v5.6.0 Changes

    December 20, 2018
    • ๐Ÿ›  use phpstan + fixes (level 5)
    • ๐Ÿ‘‰ use phpcs fixer