Version 2.1.1 Release Notes!
🎉 Version 2.1.1 of the Chappy PHP Framework is here!
This is the most feature-packed release to date, introducing updates for seeders and new factory support..
🚀 New Features
- Added wrapper class for questions
- Added chainable validators for CLI input
- A console class with the following
HasValidatorstrait to make validators easily accessible to command helpers- Validator and wrapper for
FrameworkQuestionask function
- Improved workflow for commands in make workspace
- Resolved issue where rules for password complexity were not being rendered correctly based on values in .env file
- Resolved typing issues with
notifications:testcommand - Resolved issue where
notifications:testfails when userid/name/emailis not provided - Reduced number of parameters needed to call functions within TestRunner parent class by using constants for test suites and supported file extensions.
- Made
testByFilteravailable for child classes ofTestRunnerclass. - Added prompt asking user to confirm before performing migrate operations in production.
- Documentation standardization improvements for describing functions and formatting of overall content.
📘 Documentation
Everything is documented in the user guide:
👉 https://chapmancbvcu.github.io/chappy-php-starter/
Thank you to everyone testing, building, and exploring Chappy v2.1.1!