ReactiveX / rxdart

The Reactive Extensions for Dart

Home Page:http://reactivex.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When will the version bump to 1.y.z

techwn opened this issue · comments

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.

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.