Skip to content

v1.0.3

Compare
Choose a tag to compare
@josevalim josevalim released this 23 Dec 15:32
· 3515 commits to master since this release

Enhancements

  • Allow escaping of ? in fragment string

Bug fixes

  • Ensure ids are unique in preloader queries
  • Ensure relations cannot be replaced by default via changesets
  • Ensure query cache changes when the schema fields change
  • Ensure the model is always used on changes, even with multiple cast calls
  • Ensure relations are properly marked as required in changeset cast
  • Build models using the relation information on changeset cast for associations