Skip to content

Fields authorization and other improvements

Compare
Choose a tag to compare
@crashtech crashtech released this 08 Jan 06:56
· 75 commits to master since this release

New features

  • Fields can now be authorized through events or a authorize! method defined on the schema or nested owners.

Improvements

  • Callbacks can now be called with extra arguments
  • Improved how the callback by symbol finds its callable object
  • Fixed issue with event last_result
  • Improved chain calling after defining a field
  • Fixed a problem with query_field? and similar and added query_field(name)
  • Set the initial scope of ActiveRecord sources as the default_scope
  • Fixed an issue with inspection of types defined on TypeMap#each_from