kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

Added a deprecation notice to the README. #89

Closed jonkoops closed 8 years ago

jonkoops commented 9 years ago

@kurko I've added a deprecation notice to the README. I don't think I have ownership of the NPM module so you'll have to run this command real quick before merging:

$ npm deprecate ember-json-api "ember-json-api is deprecated in favour of using the offical Ember Data adapter, for more information visit: http://emberjs.com/blog/2015/06/18/ember-data-1-13-released.html"

As for the Bower package. I couldn't find a way to deprecate it in the docs.

kurko commented 8 years ago

wow took me long to see this PR oO So sorry.

Ran the command above but nothing happened in the package page in NPM. Perhaps we need to wait a bit?

jonkoops commented 8 years ago

@kurko Maybe there is some command your need to run afterwards to publish?

jonkoops commented 8 years ago

@kurko Nope, looks like it went just fine. After running npm cache clean and installing ember-json-api in an empty directory I got this result: screen shot 2015-11-13 at 16 21 01

jonkoops commented 8 years ago

Looks like we're officially deprecated :+1:

kurko commented 8 years ago

:+1: