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

Changelog History
Page 1

  • v7.9.1 Changes

    March 08, 2022
    • "To people of Russia": There is a war in Ukraine right now. The forces of the Russian Federation are attacking civilians.
    • ๐Ÿ›  fix phpdocs for "chunk()"
    • โšก๏ธ try to optimize support for PhpStorm auto-completion
  • v7.9.0 Changes

    February 15, 2022
    • โœ‚ remove "gitbook" from "dev-dependencies"
    • โž• add "containsOnly()"
    • โž• add "getBackwardsGenerator()"
    • โž• add "reverseKeepIndex()"
  • v7.8.14 Changes

    December 21, 2021
    • โž• add more support for Generics + phpstan checks
    • ๐Ÿ›  fix PHP 8.1 compatibility -> thanks @frenchcomp
  • v7.8.13 Changes

    October 23, 2021
    • โž• add "NonEmptyString"-Collections (accepts "non-empty-string")
    • โž• add "Numeric"-Collections (accepts "numeric" e.g.: 1, '1', 1.1, '1.1')
    • โž• add "NumericString"-Collections (accepts "numeric" e.g.: '1', '1.1')
  • v7.8.12 Changes

    October 18, 2021
    • ๐Ÿ›  fix "Float"-Collections (only accepts "float" now)
    • โž• add "FloatInt"-Collections (accepts "float" and "int")
  • v7.8.11 Changes

    August 08, 2021
    • ๐Ÿ›  fix fatal error from "ArrayyRewindableExtendedGenerator"
  • v7.8.10 Changes

    June 19, 2021
    • โž• add more support for Generics + phpstan checks
  • v7.8.9 Changes

    March 29, 2021
    • ๐Ÿ›  fix code style
    • ๐Ÿ‘‰ use Github Actions
  • v7.8.8 Changes

    March 09, 2021
    • โž• add more support for Generics + phpstan checks
  • v7.8.7 Changes

    January 30, 0201
    • โšก๏ธ optimize Json Mapper with nested Arrayy elements