All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.7.2 - 2023-12-07
- support
laravel
version10
by change composer require for laravel to>=7.0
- update phpunit to
^10
1.7.1 - 2022-03-03
- wrong return phpdoc in Step.php
1.7.0 - 2022-03-03
- phpstan library to dev dependencies
- phpdocs with type properties
- support
laravel
version^9.0
1.6.0 - 2021-05-22
- require min
php ^7.3
andilluminate/http ^7.0
- rewrite/refactor tests to be more reusable
- Add manage steps:
append
,insert
,replace
,destroy
, thanks @jamesRUS52 (#8)
1.5.0 - 2020-11-13
- support
laravel
version^8.0
and php^8.0
- update README.md see automatic-controller-namespace-prefixing
1.4.0 - 2020-04-25
- support
laravel
version^7.0
1.3.0 - 2020-02-18
- added docker container files
1.2.0 - 2019-10-24
- added docker container files
- require
php ^7.2
andilluminate/http ^6.0
- more return type hinting
1.1.1 - 2017-09-23
Smajit1\Laravel\Wizard::createStepClass
function has been added
- rewrite test for
Smajti1\Laravel\Wizrad
class Smajti1\Laravel\Step::$label
,Smajti1\Laravel\Step::$slug
andSmajti1\Laravel\Step::$view
has been deprecated. And will be changed to non-static
- Type declaration of
Smajti1\Laravel\Step::$key
has been changed to mixed
1.1.0 - 2017-09-21
- this CHANGELOG file
- This version required
^php-7.0
and^laravel-5.5
- The
Smajti1\Laravel\Wizard::lastProcessed
has been deprecated. Please useSmajti1\Laravel\Wizard::lastProcessedIndex
instead. Smajti1\Laravel\Wizard::__construct
now callview()->share(['wizard' => $this])
- Where it's possible function use now argument/return type declarations
Smajti1\Laravel\Wizard::data
from now return empty array when helper functionsession
not exists- abstract
Smajti1\Laravel\Step:rules
has been changed to public and return empty array
- abstract
Smajti1\Laravel\Step
class to keep main information/validation rules about one step Smajti1\Laravel\Wizard
class to manage steps