Skip to content

v0.5.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@WillYallop WillYallop released this 22 Jun 14:41
· 1464 commits to master since this release

Features:

  • Multiple tests added for custom fields and builders along with new validation rules.
  • Reworked service wrapper to support transactions, schema validation, default errors and errors as values. (9f12aa4)
  • Improved error handling for database migrations and Lucid server. (131edc0)
  • New cronjob added to clear locales that have been deleted for 30 days. (3c1b7ea)

Bug Fixes:

  • Fixed issue with media and user validation where if no value was selected it would error regardless of validation rules due to validate method not being called and default valid state being false. (b3b3e27)