jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

missing changelog #114

Closed dfleury closed 7 years ago

dfleury commented 7 years ago

Hi there! I just wanna know if there is a place where I can see what's changing from a version to another. Currently, there is no CHANGELOG.md, git tags are desynchronized from npm releases and by last, the releases page is outdated either. I'm a maintainer of a critical web project and I need extra caution when updating dependencies, which periodically I do. So what I need is a way to measure how risky an update is and what benefits is being provided in exchange.

jayphelps commented 7 years ago

The only way right now is to view the commit history. I use conventional-changelog-standard in some of my other projects to generate a changelog, but core-decorators hasn't changed a whole lot and I haven't gotten around to setting it up.

Anyone is welcome to add it, but I probably won't until we're able to use stage-2+ spec of decorators in some compiler so the spec is more stable.

dfleury commented 7 years ago

It has to be enough for now