Skip to content

Releases: affinity4/slimphp-support

0.10.1

11 Mar 00:28
Compare
Choose a tag to compare
  • Improving Tests\Support\FluentTest tests

0.10.0

11 Mar 00:19
Compare
Choose a tag to compare
  • Adding Support\Fluent class
  • Adding Collections\helpers.php with value function
  • Adding Contracts\Support\Arrayable and Contracts\Support\Jsonable interfaces

0.9.0

10 Mar 23:59
Compare
Choose a tag to compare
  • 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

08 Mar 16:17
Compare
Choose a tag to compare
  • Added Support\Traits\ForwardsCalls trait to easily make Proxy classes

0.7.1

08 Mar 13:44
Compare
Choose a tag to compare
  • Update Dumpable trait README.md examples

0.7.0

08 Mar 13:18
Compare
Choose a tag to compare
  • Added symfony/var-dumper to packages to access dump and dd functions
  • Added Laravel v11 Dumpable trait

0.6.0

08 Mar 03:11
Compare
Choose a tag to compare
  • Added Support\Hub class to group similar pipelines into re-usable "workflows"

0.5.1

07 Mar 15:31
Compare
Choose a tag to compare
  • Minor improvements to README.md

0.5.0

07 Mar 14:38
Compare
Choose a tag to compare
  • Added namespaces to tests to avoid conflicts
  • Added Contracts\Pipeline interface
  • Added Support\Pipeline class
  • Added Facade\Pipeline facade class

0.4.0

07 Mar 12:31
Compare
Choose a tag to compare
  • Added Support\HigherOrderWhenProxy class
  • Added Support\Traits\Conditionable trait