Releases: tattersoftware/codeigniter4-schemas
Releases · tattersoftware/codeigniter4-schemas
Development Updates
- Applies the updated CodeIgniter DevKit
- Applies all updated styles and static analysis fixes
Note: No content changes this release.
What's Changed
Full Changelog: v2.0.13...v2.0.14
PHP 8.1 Support
Fixes the IteratorAggregate
method return type to enable PHP 8.1 compatibility.
Numerous updates to coding style and development workflow without any changes to the content.
What's Changed
- Fix docblock. by @sfadschm in #16
- Library Refresh by @MGatner in #24
- Refactor Tests by @MGatner in #27
- Update 7.3 Toolkit by @MGatner in #34
- Apply Code Styles by @MGatner in #35
- Fix workflows by @MGatner in #36
Full Changelog: v2.0.12...v2.0.13
Bugfixes
Bugfix errors
Now properly returns errors using getErrors()
.
Bugfix
Windows compatibility
- Changes the cache storage name to be more Windows-friendly (separator from
:
to-
)
Bugfixes
- Fixes a couple bugs where empty schema portions could overwrite legit ones
- Fixes a bug with "singleton" getting the wrong variable type
- Fixes the Debug Toolbar collector's display on Dark Mode toolbars
- Adds testing badge and modified testing behavior for SQLite differences
Bugfixes, Refactor Tests
- Fixed a bug where the inflector helper was not always loaded when needed, #9
- Refactored tests to use the framework components
Bugfixes
Toolbar Collector, Bugfixes
This release includes a collector for the debug toolbar. Add it to the $collectors
array in app/Config/Toolbar.php:
\Tatter\Schemas\Collectors\Schema::class
Some bug fixes too.