3.0.0 • Published 6 years ago

ember-data-array-transform v3.0.0

Weekly downloads
109
License
MIT
Repository
github
Last release
6 years ago

ember-data-array-transform Build Status

==============================================================================

Converts attributes that are Arrays into JavaScript arrays. Yet another transform you shouldn't need, but do now and then.

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-data-array-transform

Usage

Now you can use the array transform in your models.

import DS from 'ember-data'

export default DS.Model.extend({
    myArrayAttribute: DS.attr('array'),
    // ...

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

9 years ago