Skip to content

v0.17.0

Compare
Choose a tag to compare
@ryanto ryanto released this 18 Jul 22:41
· 281 commits to master since this release
2877fe7

💥 Breaking changes

  • #133 Remove babel plugin to rewrite async relationships to sync

    This is only for users who have forceSyncRelationships: 'rewrite' in their config/environment.js.

    The babel plugin that automatically rewrote async relationships to sync has been removed. If you're interested in enforcing sync relationships in your application then have a look at our eslint-plugin-ember-data-sync-relationships plugin.

    If you're currently relying on storefront to rewrite all of your relationships to sync then you should manually change all of your relationships to { async: false } before upgrading to 0.17.0.

🐛 Bugfixes

  • #131 Fix warning message

🏠 Internal

  • Dependency upgrades