Releases: tattersoftware/codeigniter4-forms
Releases · tattersoftware/codeigniter4-forms
Remove Dependencies
Removes a number of dependencies.
Breaking Change
The config file now uses typed properties; update any extensions to prevent PHP type errors.
What's Changed
Full Changelog: v0.9.1...v0.10.0
IDE Fixes
- Switches to the CodeIgniter DevKit
- Applies numerous static analysis fixes
- Fixes docblock annotation that was breaking Psalm-family tools
What's Changed
- Update Toolkit by @MGatner in #14
- Apply Code Styles by @MGatner in #15
- Fix workflows by @MGatner in #16
- CodeIgniter DevKit by @MGatner in #20
Full Changelog: 0.9...v0.9.1
Bugfixes
- Fixes a bug where Presenter would not redirect after delete (#6)
- Fixes a bug where the incorrect language string may be returned
- Specifies Config parameters to be
Formsinstead of genericBaseConfig - Refactors tests
- Applies numerous static analysis fixes
Note: ResourceController responses that were formerly null will now return the corresponding object(s) to comply with testing requirements of "no empty bodies".
Pre-release
v0.8 Initial commit