hana-linter 0.1.1 → 0.2.0

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,15 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ---
6
6
 
7
+ ### 0.2.0
8
+
9
+ - Added content-based linting for extracted identifiers (fields, input parameters, output parameters)
10
+ - Added optional `contentRuleSets` configuration section for naming rules on file contents
11
+ - Added support for field naming validation in `.hdbtable` files
12
+ - Added support for input/output parameter naming validation in `.hdbprocedure` and `.hdbfunction` files
13
+ - Added optional `folderName` enforcement per extension rule set to require files in specific directories
14
+ - Refactored monolithic `src/index.ts` into focused modules: `cli.ts`, `config.ts`, `files.ts`, `lint.ts`, `report.ts`, `content-lint.ts`
15
+
7
16
  ### 0.1.1
8
17
 
9
18
  - 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.0",
4
4
  "description": "Linter for SAP HANA artifacts in an SAP CAP project",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {