- Docs: Add CHANGES info for npm 3.0.0-alpha.1 (i.e., changes between 2.8.1 and alpha.2)

- Docs: Add "optimization" and "localization" as commit prefixes
This commit is contained in:
Brett Zamir
2018-10-22 10:58:39 +08:00
parent 5e7a90b809
commit 052a2c4571
2 changed files with 75 additions and 3 deletions

View File

@@ -7,9 +7,11 @@
- `Breaking change: `
- `Compatibility fix: `
- `Fix: `
- `Fix (<component>): ` Component may be an extension, locale, etc.
- `Fix (<component>): ` - Component may be an extension, locale, etc.
- `Forward compatibility enhancement: `
- `Enhancement: `
- `Optimization: ` - Performance enhancements
- `Localization:`
- `Update: ` - e.g., if updating a bundled library or updating code per a
dependency's updated new API
- `Refactoring: `