lazybensch / ember-cli-copyable

Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.
MIT License
25 stars 17 forks source link

release a new version #24

Open olivierchatry opened 7 years ago

olivierchatry commented 7 years ago

Would be cool to have a new version with all the fixes :).

milindalvares commented 7 years ago
DEPRECATION: Addon files were detected in `/Users/milindalvares/dev/invoicesapp-frontend-ember/node_modules/ember-cli-copyable/addon`, but no JavaScript preprocessors were found for `ember-cli-copyable`. Please make sure to add a preprocessor (most likely `ember-cli-babel`) to in `dependencies` (NOT `devDependencies`) in `ember-cli-copyable`'s `package.json`.

Errors from e-cli-2.12.0

olivierchatry commented 7 years ago

Well it works for me with 2.12. ( and ember-cli-babel is in the dependency of this addon ). Maybe you should try to remove your node_modules folder and npm install again ?

milindalvares commented 7 years ago

Sure you aren't getting a deprecation warning when you start the Ember server?

basz commented 7 years ago

seeing the same with 2.12.1

olivierchatry commented 7 years ago

Yep, I had, and I also did not saw you pushed a PR, so I did one. I guess the only difference is I removed the dependency from devDependencies. Ho well.

gogromat commented 7 years ago

same on 2.12.1

haldiggs commented 7 years ago

this fixes it... I cannot do a pull from her though... please add

"dependencies": { "ember-cli-babel": "^4.0.0" }, "devDependencies": { "broccoli-asset-rev": "^2.0.0", "ember-cli": "0.2.0", "ember-cli-app-version": "0.3.2", "ember-cli-content-security-policy": "0.3.0", "ember-cli-dependency-checker": "0.0.8", "ember-cli-htmlbars": "0.7.4", "ember-cli-ic-ajax": "0.1.1", "ember-cli-inject-live-reload": "^1.3.0", "ember-cli-qunit": "0.3.9", "ember-cli-uglify": "1.0.1", "ember-data": "1.0.0-beta.15", "ember-export-application-global": "^1.0.2" },

wuarmin commented 7 years ago

I have the same issue with Ember 2.12.1. It would be nice to get rid of it :+1: Thanks!

Falibur commented 7 years ago

Would love to see a new version with the fixes!

ghost commented 6 years ago

see #28 for the discussion.