-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
features listed on README not released yet under tag v1.0.0 #84
Comments
Yep, that is a clear oversight on our part. What started as something we hoped to ship quickly has slipped further along, and the README has drifted pretty far from the latest release. I'm pushing an update to call that out clearly now. As you noticed we've actually made quite a few changes. We are hoping to close the remaining PRs soon and address some cleanup items. We'll either then push a |
That's really great news! Let me know if you need help with anything. Also, there is a project (https://libraries.io/) which keeps track of libraries being used by open-source projects. Unfortunately, they only have support for java's maven. But I think you should check that out, maybe it's a good start (perhaps migrate from jcenter to maven) to keep track of users from the library ;). |
Good tip, thanks! Yep, maven central has been on the radar for a while, I just have to cut through the administrative cruft to make it happen (see #12). An obvious and immediate need, of course, is to improve the docs and set up better tooling for keeping our releases in sync with those docs. If you're interested, hop on our chat at https://gitter.im/greghaskins/spectrum . We also appreciate any testing you might be able to provide for these latest round of features. Particularly, the Spring/Mockito/etc. compatibility we've been working on over in #56 . Everyone uses their tools in a slightly different way, so it's helpful to bring in others so we can cover as many bases as possible. |
👍 @marioluan if you'd like to road test |
The latest released git tag is 1.0.0, but there're a lot of amazing features listed on README which are not under any tag.
Wouldn't that be better to remove those features from README until they are released or add notes telling the user those features are not under the latest released tag yet?
There are about ~ 100 commits on master branch since v1.0.0. When are you guys going to release a new tag with all those features included?
The text was updated successfully, but these errors were encountered: