hana-linter 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
|
|
|
6
6
|
|
|
7
7
|
### 0.2.0
|
|
8
8
|
|
|
9
|
+
- Fixes npm publish
|
|
10
|
+
|
|
11
|
+
### 0.2.0
|
|
12
|
+
|
|
9
13
|
- Added content-based linting for extracted identifiers (fields, input parameters, output parameters)
|
|
10
14
|
- Added optional `contentRuleSets` configuration section for naming rules on file contents
|
|
11
15
|
- Added support for field naming validation in `.hdbtable` files
|