Skip to content

Releases: tattersoftware/codeigniter4-schemas

Development Updates

12 May 13:29
cee97db
Compare
Choose a tag to compare
  • 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

14 Jan 01:32
418c090
Compare
Choose a tag to compare

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

Full Changelog: v2.0.12...v2.0.13

Bugfixes

11 Nov 21:39
36e71bc
Compare
Choose a tag to compare
  • Fixes another issue with returning error messages correctly
  • Improves handling of ignored namespaces, which will now apply to discovered classes as well
  • Checks for Model instance prior to instantiation to circumvent some errors

Bugfix errors

08 Nov 18:32
0aa57b5
Compare
Choose a tag to compare

Now properly returns errors using getErrors().

Bugfix

30 Oct 18:59
eb6d5af
Compare
Choose a tag to compare

Fixes a bug where the framework's generator command class CreateModel was detected as a potential source for ModelHandler drafter

Windows compatibility

13 Jul 19:55
ee00df6
Compare
Choose a tag to compare
  • Changes the cache storage name to be more Windows-friendly (separator from : to -)

Bugfixes

13 Jul 19:06
0e1d9c4
Compare
Choose a tag to compare
  • 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

09 May 01:50
6ae8858
Compare
Choose a tag to compare
  • Fixed a bug where the inflector helper was not always loaded when needed, #9
  • Refactored tests to use the framework components

Bugfixes

23 Apr 00:46
89cf42a
Compare
Choose a tag to compare
  • Fixed an issue where model subfolders could throw an exception

Toolbar Collector, Bugfixes

12 Feb 20:36
e234dd4
Compare
Choose a tag to compare

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.