nickdeis / eslint-plugin-no-secrets

An eslint plugin to find strings that might be secrets/credentials
MIT License
127 stars 4 forks source link

is there a Changelog? #9

Closed dimitropoulos closed 4 years ago

dimitropoulos commented 4 years ago

Thank you for your work on this great plugin. I use it in https://github.com/dimitropoulos/eslint-config-intense

I'm updating dependencies on my config today and can't seem to find a changelog to see what changed between 0.3.4 and 0.6.8. Apologies if I just missed it somewhere.

nickdeis commented 4 years ago

Hey @dimitropoulos, Thank you for writing this ticket and sorry it took me so long to get back to you. I have added a change log to the repo. Most of the changes have been security and testing updates. There are three new, non-breaking features:

Here is the changelog (it's also present in the repo and I plan on keeping it up to date):

0.6.8

Patch

Please let me know if this suffices and I will close this ticket. Best, Nick

dimitropoulos commented 4 years ago

awesome! thanks!

I will just comment that it'd be good to know a tiny bit more about what the "security updates" entail. It's nice to know (at a high level) what new things new releases are protecting against.

Good stuff!

nickdeis commented 4 years ago

@dimitropoulos I'll look into that since I'm pretty sure I can just look at my github security notification history. Best, Nick