Skip to content

Releases: bulentAkgul/laravel-helpers

Major changes on Arr and Some improvements

15 Feb 08:22

Choose a tag to compare

Breaking Changes

  • Arr::select() renamed as Arr::pick(): After the last update of Laravel, the method Arr::select() has started causing a compatibility issue. That's why it's been renamed.

Other Improvements

  • New methods

    • Arr::put()
    • Arr::separate()
  • Folder class alias for all directory methods on File helper. FE: File::copyDirectory -> Folder::copy. Only renamed method is deleteDirectories. It's used as Folder::deleteSubDirs

Minor changes and additions

14 Jan 10:46

Choose a tag to compare

  • Folder::delete() added
  • Arr::append() has been modified to make it work in the case that the given key is not in the array.

New Helper Added

06 Sep 11:53
e886d37

Choose a tag to compare

Folder::paths()

Bug fix to last improvement

10 Aug 09:33

Choose a tag to compare

Unnecessary check for the existence of the directory has been removed to make it work with children.

Improvement

10 Aug 09:23
1025a14

Choose a tag to compare

Path::complete() has been improved.

Minor Changes

07 Mar 07:58

Choose a tag to compare

v1.0.15

minor improvements

Bug fix

26 Feb 10:52

Choose a tag to compare

v1.0.14

bug fix

New helper method added

26 Feb 10:11

Choose a tag to compare

v1.0.13

content excepts callable to filter items

New helper method added

23 Feb 21:14

Choose a tag to compare

v1.0.12

bug fix

New helper method added

23 Feb 16:05

Choose a tag to compare

v1.0.9

new helper method added