ember-resources
An implementation of Resources with some helpful utilities
Version 7.0.3 License MIT
Keywords
ember-addon
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.5.1
- 6.5.0
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.0
- 6.0.0-beta.6
- 6.0.0-beta.5
- 6.0.0-beta.4
- 6.0.0-beta.3
- 6.0.0-beta.2
- 6.0.0-beta.1
- 6.0.0-beta.0
- 5.6.4
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.10.0
- 4.9.1
- 4.9.0
- 4.8.2
- 4.8.1
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.0.1
- 2.0.0
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
<script type="module"> import emberResources from 'https://cdn.jsdelivr.net/npm/ember-resources@7.0.3/+esm' </script>
ember-resources
An implementation of the Resource pattern in Ember.JS.
Compatibility
- ember-source v3.28+
- typescript v4.8+
- ember-auto-import v2+
- Glint v1.0.0-beta.3+
For ember-resources@v6.x
, see the v6 branch
Installation
npm install ember-resources
# or
yarn add ember-resources
# or
ember install ember-resources
Or if you want to use main
(unstable) from git, you can use this in your package.json:
"ember-resources": "github:NullVoxPopuli/ember-resources#dist"
Which comes from this branch from this automation
Documentation
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
Thanks
This library wouldn't be possible without the work of:
So much appreciate for the work both you have put in to Resources <3