New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-data-model-fragments

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-data-model-fragments - npm Package Compare versions

Comparing version

to
0.3.3

ember-addon/app/transforms/fragment.js

6

CHANGELOG.md
# Changelog
### v0.3.3 (May 20, 2015)
* Removed deprecations in test suite
* Removed computed property deprecations (jakesjews)
* Added fragment transform module for unit testing ember-cli apps (rwjblue)
### v0.3.2 (April 20, 2015)

@@ -4,0 +10,0 @@

4

package.json
{
"name": "ember-data-model-fragments",
"description": "Ember Data plugin to support nested JSON documents",
"version": "0.3.2",
"version": "0.3.3",
"repository": {

@@ -45,4 +45,4 @@ "type": "git",

"load-grunt-config": "~0.7.0",
"testem": "0.6.24"
"testem": "0.8.3"
}
}

@@ -24,8 +24,5 @@ # Ember Data: Model Fragments

```sh
$ npm install ember-data-model-fragments --save-dev
$ ember generate ember-data-model-fragments
$ ember install ember-data-model-fragments
```
:warning: Due to a bug in Ember CLI, the `install:addon` command cannot be used to install this addon using v0.1.5.
You may then start creating fragments with:

@@ -439,4 +436,6 @@

If you encounter errors, ensure that your global testem NPM package is up to date.
## Contributing
When reporting an issue, follow the [Ember guidelines](https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md#reporting-a-bug). When contributing features, follow [Github guidelines](https://help.github.com/articles/fork-a-repo) for forking and creating a new pull request. All existing tests must pass (or be suitably modified), and all new features must be accompanied by tests to be considered.