Skip to content

v1.21.2

Compare
Choose a tag to compare
@mfn mfn released this 27 May 19:44
· 1831 commits to master since this release
  • Allow configuring a custom default field resolver #266
  • Routes have now given names so they can be referenced #264
  • Expose more fields on the default pagination type #262
  • Mongodb support #257
  • Add support for MorphOne relationships #238
  • Checks for lumen when determining schema #247
  • Internal changes:
    • Replace deprecated global array_* and str_* helpers with direct Arr::* and Str::* calls
    • Code style now enforced via StyleCI