v0.2.0
v0.2.0 - Release Notes for Sukarix
π Introduction
- Version Number: 0.2.0
- Release Date: 2024-06-28
- General Overview: New data validation implementation
β¨ New Features
- Implementation of the
Constraints
class embedding all the data validation logic.
π§ Improvements
Notifier
uses underlying F3Web
class.- Rewrite
toPostgreSqlArray
function inModel
class to cover more cases and properly handle escaping.
β‘ Breaking changes
- Terminology consistence update,
view
is now used instead ofpartial
andtemplate
instead ofview
.view.default
has been replaced in favour oftemplate.default
in the configuration.
π Bug Fixes
- Fix typo in namespace for
TaskScheduler
class. - JavaScript file minification wasn't copying the file.
π¦ Dependencies
- Update
ikkez/f3-mailer
to `1.2.3. - Move from
xfra35/f3-access
tosukarix/f3-access
. - Remove
guanguans/notify
. - Remove
gabrielelana/byte-units
. - Cleanup required php extensions.
π§ͺ Experimental
- (N/A)
Full Changelog: v0.1.0...v0.2.0