Skip to content

v3.3.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Mar 20:23

What's new

  • More control over how values should be stored for querying. e.g. date fieldtypes store Carbon instances. #5156 by @jasonvarga
  • Support date where clauses in the query builder. #4753 by @ryanmitchell

What improved

What's fixed

What's changed

  • Custom date fields are stored in the Stache as Carbon instances, not strings. #5156 by @jasonvarga