Ember addon to replace deprecated copy function and Copyable mixin
npm install ember-copyember-copy
==============================================================================
This addon supplies a copy() function and Copyable mixin to replace the function and mixin now being deprecated in Ember.js.
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.16 or above
* Ember CLI v2.13 or above
* Node.js v10 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-copy
Usage
------------------------------------------------------------------------------
To use the addon, wherever you were using:
import {copy, Copyable} from '@ember/object/internals'
instead use:
import {copy, Copyable} from 'ember-copy'`
Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.