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

What's needed for 1.0?

Open mike-north opened this issue 7 years ago • 2 comments

If this library aims to follow SemVer, the current version number indicates that the API should not be considered stable

Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.

I suspect that the current API is in fact stable. Can we call this 1.0?

mike-north avatar Aug 27 '18 06:08 mike-north

It is sort of stable, but since we're still using an old mocha version I wouldn't want to call it 1.0 until we're using the latest

Turbo87 avatar Aug 27 '18 06:08 Turbo87

I think v1.0 should drop support for the two older styles of test helpers (describeComponent, setupComponentTest, etc) now that Ember has unified testing. That will make this project a lot easier to maintain.

a13o avatar Sep 09 '18 07:09 a13o