This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Version 1 π
Added
- Set up testing environment and add tests for each feature
- Added support for Laravel 5.5
- Added
sss_ifglobal helper - Added a shorthand
constants()method to theConstantstrait
Changed
- Locked down dependencies more strictly, but allow optional use of each helper
- Added type hints where possible
- Tweaked Travis test script
- Renamed global method helpers service provider
- Renamed collection service provider
transposeWithKeysnow automatically guesses the row header names and allows you to override them- Renamed constant helper trait to
Constants - Renamed
hasMethodtohasMethodOfTypeinMethodHelper - Renamed
ReflectionTraittoProvidesClassInfo - Renamed
public_method_existsglobal helper tohas_public_method
Fixed
- Fixed
MethodHelper::hasMethodOfTypethrowing exception if third$typeparameter was not private, protected, or public
Removed
- Dropped support for Laravel 5.1, 5.2, and 5.3
- Extracted module service provider (moved to laravel-resource-flow)
- Extracted base Eloquent model (moved to laravel-resource-flow)
- Extracted queueable job (moved to laravel-resource-flow)
- Removed
mapWithIntegerKeyscollection macro (fixed in Laravel 5.4.x) - Removed HTML and form helpers (tip: use Spatie's macroable https://github.com/spatie/laravel-html package instead)
- Removed
is_active_routeglobal helper (use Ekko's default global helpers instead)