Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 651 Bytes

FEATURES.md

File metadata and controls

22 lines (14 loc) · 651 Bytes

About Features

Please read the Feature Flag Guide for a detailed explanation.

To add a new feature flag or change an existing one, you can add an entry in config/features.json.

Ember Data features flags must begin with ds-, such as ds-new-coalescing.

Feature Flags

  • ds-find-include

    Allows an include query parameter to be specified with using store.findRecord() and store.findAll() as described in RFC 99

  • ds-references

    Adds references as described in RFC 57