dart-lang / test

A library for writing unit tests in Dart.
https://pub.dev/packages/test
495 stars 213 forks source link

Please bump version to 1.0 when stable #2357

Open davidmorgan opened 7 years ago

davidmorgan commented 7 years ago

Pre-1.0 version numbers make it look like the package is not yet ready for use.

nex3 commented 7 years ago

There are a lot of breaking changes planned for this package, especially surrounding the user-defined matcher API. I want to release a major version update concurrently with those changes.

davidmorgan commented 7 years ago

Thanks!