(bc) |
Breaking Changes
Changes that break previously working code. Implies major version bump!
|
(feature) |
New Features
New features added, that add new functionality to the library. Implies at least minor version bump!
|
(improvement) |
Improvements
Things that work better or in more cases than before.
|
(bug) |
Bugfixes
Things that should have worked before (but didn't), but do work now.
|
(deprecation) |
Deprecations
Lists all added deprecations.
|
(docs) |
Documentation
Changes in the documentation.
|
(internal) |
Internal
Internal changes / refactorings that should have no functional impact on the end user.
|
Only the top level list items need types, nested list items are automatically grouped to the top level item.