staylor / react-helmet-async

Thread-safe Helmet for React 16+ and friends
Apache License 2.0
2.11k stars 154 forks source link

Request for changelogs #143

Open mwisner opened 3 years ago

mwisner commented 3 years ago

Hi,

This package is great!

But I noticed there aren't any changelogs anywhere (at least that I can find)

There was a release a week or so ago (1.1.2) but I can't figure out how to tell what was changed. Is there a list of changes somewhere?

eglavin commented 3 years ago

Would really like some info on these changes also.

bluepeter commented 2 years ago

Likewise.

patryk-smc commented 2 years ago

That would be nice!

mwisner commented 2 years ago

I know many systems out now make it reasonably easy to automate changelogs & semvar. I've had positive experiences with https://github.com/changesets/changesets. While it is typically used in monorepo environments, I do believe it can be used in a single package repo like react-helmet-async.

I don't know how much I can setup as a non-admin contributor but I'd be happy to take a stab at setting changesets up for this repo if the author is interested.

IanVS commented 2 years ago

Even github releases is fairly decent these days, with an autogenerate button that creates a pretty good low-effort changelog.

chulinguy commented 7 months ago

Same, I have no idea if there are any breaking changes going from 1.x.x to 2.x.x