jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://oboejs.com
Other
4.79k stars 208 forks source link

Please add change logs #85

Open nhducit opened 8 years ago

nhducit commented 8 years ago

I'm using the old version of oboe, I want to update to the latest version, but I can't find change log of versions.

JuanCaicedo commented 8 years ago

As far as I know, there's no changelog. You can take a look at the releases to see the last commit for each version, but from there you might be left doing some inferring to figure out what could break.

What version are you updating from?

JuanCaicedo commented 8 years ago

To clarify though, I do think a CHANGELOG.md is worth having going forward!

nhducit commented 8 years ago

I'm using v1.14.2-13-gc97c46b version

Aigeec commented 6 years ago

Could we use something like standard-version and commitlint to generate changelogs?