ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 272 forks source link

When will the version bump to 1.y.z #713

Open techwn opened 1 year ago

techwn commented 1 year ago

According to Semantic Versioning which is also the rule that the Dart ecosystem comply with.

Version number higher than 1.y.z means stable release and can benefit from version negotiate.

dustinlessard-wf commented 1 year ago

This library has been around since 2017 . It may help those of us who are weary of using libraries that are pre-1.0 to understand why this has not yet received a 1.0.0 version. IMO, the only practical difference between pre-1.0 and post-1.0 is that consumers can't infer whether a minor release includes breaking changes or is just feature-additions.

So why not release a 1.x.x version? Perhaps if we can understand the reason(s), we can continue to support this package.