Releases: affinity4/slimphp-support
Releases · affinity4/slimphp-support
0.10.1
- Improving
Tests\Support\FluentTest
tests
0.10.0
- Adding
Support\Fluent
class
- Adding
Collections\helpers.php
with value
function
- Adding
Contracts\Support\Arrayable
and Contracts\Support\Jsonable
interfaces
0.9.0
- Renamed package from
affinity4/slimphp-facades
to affinity4/slimphp-support
as the project is more than simply facades now
- Renamed all namespaces from
SlimFacades\\
to Affinity4\\SlimSupport\\
0.8.0
- Added
Support\Traits\ForwardsCalls
trait to easily make Proxy classes
0.7.1
- Update
Dumpable
trait README.md examples
0.7.0
- Added
symfony/var-dumper
to packages to access dump
and dd
functions
- Added Laravel v11
Dumpable
trait
0.6.0
- Added
Support\Hub
class to group similar pipelines into re-usable "workflows"
0.5.1
- Minor improvements to
README.md
0.5.0
- Added namespaces to tests to avoid conflicts
- Added
Contracts\Pipeline
interface
- Added
Support\Pipeline
class
- Added
Facade\Pipeline
facade class
0.4.0
- Added
Support\HigherOrderWhenProxy
class
- Added
Support\Traits\Conditionable
trait