Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 750 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 750 Bytes

Serializer-1x

This addon enables the serializer API to run with a deprecation in Ember Data 2.0. Support for the old serializer API will be removed in Ember Data 2.4.

Installation

Ember CLI

ember install ember-data-serializer-1x

Globals Mode

You can include the globals.js file in your application.

Development Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.