-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CHANGELOG.md #189
Create CHANGELOG.md #189
Conversation
Better late than never 😄
Great! But it would be nice to know why major, i.e. what are the breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps breakdown the changelog into "Major" and "Minor" sections for a version change.
CHANGELOG.md
Outdated
- SameSite cookie support | ||
- Cookie prefix support | ||
- Support for promises | ||
- Use ESLint and Prettier to apply consistent, modern formatting | ||
- '.local' support | ||
- Numerous bug fixes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- SameSite cookie support | |
- Cookie prefix support | |
- Support for promises | |
- Use ESLint and Prettier to apply consistent, modern formatting | |
- '.local' support | |
- Numerous bug fixes! | |
### Minor Changes | |
- SameSite cookie support | |
- Cookie prefix support | |
- '.local' support | |
- Numerous bug fixes! |
@ShivanKaul -- let me know what you think; perhaps there's an even better way to setup our changelog. I wonder if we should also consider adding something like this as a Githook? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for working on this @ShivanKaul!
Better late than never 😄