Releases: bulentAkgul/laravel-helpers
Releases · bulentAkgul/laravel-helpers
Major changes on Arr and Some improvements
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
- 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
Folder::paths()
Bug fix to last improvement
Unnecessary check for the existence of the directory has been removed to make it work with children.
Improvement
Path::complete() has been improved.
Minor Changes
v1.0.15 minor improvements
Bug fix
v1.0.14 bug fix
New helper method added
v1.0.13 content excepts callable to filter items
New helper method added
v1.0.12 bug fix
New helper method added
v1.0.9 new helper method added