hana-linter 0.1.1 → 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 CHANGED
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ---
6
6
 
7
+ ### 0.2.0
8
+
9
+ - Fixes npm publish
10
+
11
+ ### 0.2.0
12
+
13
+ - Added content-based linting for extracted identifiers (fields, input parameters, output parameters)
14
+ - Added optional `contentRuleSets` configuration section for naming rules on file contents
15
+ - Added support for field naming validation in `.hdbtable` files
16
+ - Added support for input/output parameter naming validation in `.hdbprocedure` and `.hdbfunction` files
17
+ - Added optional `folderName` enforcement per extension rule set to require files in specific directories
18
+ - Refactored monolithic `src/index.ts` into focused modules: `cli.ts`, `config.ts`, `files.ts`, `lint.ts`, `report.ts`, `content-lint.ts`
19
+
7
20
  ### 0.1.1
8
21
 
9
22
  - Added `hana-linter init` command to generate a default `.hana-linter.json` in the current project root
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hana-linter",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "Linter for SAP HANA artifacts in an SAP CAP project",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {