jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Teaspoon has a Changelog #168

Closed lenntt closed 10 years ago

lenntt commented 10 years ago

I cannot find a changelog, or anything like that, in teaspoon. So as a user, I do not know why I should upgrade. and when I do upgrade, I probably dont know of any new features or bugfixes which prevents me from using it.

Is my assumption correct there is no changelog?

jejacks0n commented 10 years ago

It uses git, which is actually nicer. I would love it if you wanted to jump in and maintain a changelog though.

With that being said, you can get this information pretty easily by using the little branch/tag control from the project root -- then you can click on "commits" and see what happened in that tag, and since the last tag.

You could generate a list of things (even review changes) for each one of those commits (aka changes) in that tag, and compile them into a changelog.

Here are some links: https://github.com/modeset/teaspoon/commits/v0.7.6 https://github.com/modeset/teaspoon/commits/v0.7.7 https://github.com/modeset/teaspoon/commits/v0.7.8 https://github.com/modeset/teaspoon/commits/v0.7.9

In our example you can track all the changes from the date that 0.7.6 was released, through to what was included in 0.7.9.

lenntt commented 10 years ago

Thanks for clearing that up, didn't know github had this tag filter builtin.