ember-hoodie icon indicating copy to clipboard operation
ember-hoodie copied to clipboard

Version 2.2.0 should have been 3.0.0

Open janl opened this issue 8 years ago • 1 comments

I updated the hoodie dependency for this project from 23.3.3 to 24.0.0 which introduces a breaking change for projects using ember-hoodie and the hoodie-server embedded in hoodie.

Specifically, this is the commit that changes the way hoodie-server is configured via hoodie: https://github.com/hoodiehq/hoodie-server/commit/8a8cae0f78d3357aefbd102f79ae48b1d5cd691e

I expect that only very few people if any will be affected by this, but nevertheless this is not an ideal situation.

I propose the following:

  1. publish version [email protected] to signify the breaking change.
  2. deprecate (or whatever the correct npm procedure is) [email protected].

What do you think?

janl avatar Sep 22 '16 15:09 janl

Yes, better be clear about the versioning dependencies here.

We can use https://docs.npmjs.com/cli/deprecate to deprecate 2.2.0

rmehner avatar Sep 22 '16 15:09 rmehner