Releases: sparors/laravel-ussd
Releases · sparors/laravel-ussd
v2.1.0
v2.0.0
Added
- Action class to run application logics
- Artisan command to create action class
- increment method to records
- decrement method to records
Changed
- config file class namespace split to action and state namespace
- Updated changelog
- Readme
- machine class now runs ussd actions
- Updated contributing
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.1.1
v0.1.0
Added
- Ussd Package Project with README, contributing, changelog, license, etc.
- State class to define what should occur at various stages when user navigates
- Artisan command to create State classes
- Machine class to run all linked States
- HasManipulators traits to help Machine Class with common functions
- Menu class to be used create user menus in the various states
- Decision class to decide on how to link the various states after accepting user's input
- Record class to save data
- Ussd Class to provide access other classes
- Ussd facade to proxy to the Ussd class
- Ussd config to allow developers customize behaviour
- Ussd service Provider class to allow laravel know how to integrate the package