Skip to content

v0.2.0

Compare
Choose a tag to compare
@GhaziTriki GhaziTriki released this 28 Jun 22:02
· 17 commits to main since this release

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 F3 Web class.
  • Rewrite toPostgreSqlArray function in Model class to cover more cases and properly handle escaping.

⚑ Breaking changes

  • Terminology consistence update, view is now used instead of partial and template instead of view.
    • view.default has been replaced in favour of template.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 to sukarix/f3-access.
  • Remove guanguans/notify.
  • Remove gabrielelana/byte-units.
  • Cleanup required php extensions.

πŸ§ͺ Experimental

  • (N/A)

Full Changelog: v0.1.0...v0.2.0