arrays

Yii Array Helper

BSD-3-CLAUSE License

Downloads
1.2M
Stars
51
Committers
29

Bot releases are visible (Hide)

arrays - Version 3.1.0 Latest Release

Published by vjik 7 months ago

  • New #139: Add ArrayHelper::parametrizedMerge() method that allows to merge two or more arrays recursively with
    specified depth (@vjik)
  • New #149, #152: Add ArrayrHelper::renameKey() (@vjik, @Tigrov)
  • Enh #140: Remove null from return type of ArrayHelper::getObjectVars() method (@Tigrov)
  • Enh #152: Minor ArrayableTrait refactoring (@Tigrov)
arrays - Version 3.0.0

Published by vjik almost 2 years ago

  • Enh #115: Raise required PHP version to ^8.0, move union type hints from annotations
    to methods' signatures (@xepozz, @vjik)
  • Enh #122: Add getters' support (keys like "getMyProperty()") to ArrayHelper (@vjik)
  • Bug #103: ArrayableTrait::toArray() returned an invalid result when no fields were specified (@ganigeorgiev)
arrays - Version 2.1.0

Published by vjik about 2 years ago

  • Enh #111: Add support for escaping delimiter while parsing path (@arogachev, @vjik)