i18n-validate
Advanced tools
Comparing version 1.1.1-next.fad18e9.0 to 1.2.0
@@ -5,2 +5,31 @@ # Changelog | ||
## [1.2.0] | ||
(https://github.com/imranbarbhuiya/i18n-validate/tree/v1.2.0) - (2023-07-16) | ||
### 🐛 Bug Fixes | ||
- Loading of config file ([9fb3c5c](https://github.com/imranbarbhuiya/i18n-validate/commit/9fb3c5c37a1e9c2e20d71481f6c2aeeb6943590e)) | ||
- Changelog ([fad18e9](https://github.com/imranbarbhuiya/i18n-validate/commit/fad18e93e2a8583a4303678f3c7a1b706600a514)) | ||
- Fix reporting ([3aaf810](https://github.com/imranbarbhuiya/i18n-validate/commit/3aaf810dd5d9485efeedf1127539e822e84223ec)) | ||
- Handle object shortened ([63a6b6a](https://github.com/imranbarbhuiya/i18n-validate/commit/63a6b6a5e59c54346d8ae4b74040bba14508c457)) | ||
- Import file properly ([382da99](https://github.com/imranbarbhuiya/i18n-validate/commit/382da994baa8d8ee9219d30dca05f28f74332d80)) | ||
- Skip dynamic keys properly ([0b81611](https://github.com/imranbarbhuiya/i18n-validate/commit/0b81611d01b63c5a7422a55b0af03c31487c310f)) | ||
- Skip dynamic keys ([dfcdcfb](https://github.com/imranbarbhuiya/i18n-validate/commit/dfcdcfbe500f236d0264ddea2dd6dfdc19e10610)) | ||
- Add logs and use localePath ([347dc75](https://github.com/imranbarbhuiya/i18n-validate/commit/347dc75f4e851a621605216c4c584c383594d9a2)) | ||
- Api changes and add schema ([41f3156](https://github.com/imranbarbhuiya/i18n-validate/commit/41f31566fbf9c2f696c5b242e915729afeb33e4b)) | ||
### 🚀 Features | ||
- Support plural keys ([40f411e](https://github.com/imranbarbhuiya/i18n-validate/commit/40f411ee91b4fc91bdb9ad4c11c03cd16c05c43c)) | ||
- Complete validator ([1fbab2c](https://github.com/imranbarbhuiya/i18n-validate/commit/1fbab2cdf8229702706b207f81c988002b93f3d7)) | ||
- Add parser ([56028b5](https://github.com/imranbarbhuiya/i18n-validate/commit/56028b5d249eb8f2646b865d0658565f579c9b1a)) | ||
## [@imranbarbhuiya/i18n-validate@1.1.1] | ||
(https://github.com/imranbarbhuiya/i18n-validate/tree/@imranbarbhuiya/i18n-validate@1.1.1) - (2023-07-16) | ||
### 🐛 Bug Fixes | ||
- Loading of config file ([9fb3c5c](https://github.com/imranbarbhuiya/i18n-validate/commit/9fb3c5c37a1e9c2e20d71481f6c2aeeb6943590e)) | ||
## [@imranbarbhuiya/i18n-validate@1.1.0] | ||
@@ -7,0 +36,0 @@ |
#!/usr/bin/env node | ||
import { parseOptionsFile, log, parseFile, ValidationError, validateKey } from './chunk-T357VMPQ.js'; | ||
import { parseOptionsFile, log, parseFile, ValidationError, validateKey } from './chunk-PCOSWKCS.js'; | ||
import process from 'node:process'; | ||
@@ -7,3 +7,3 @@ import { Command } from 'commander'; | ||
var command = new Command().version("1.1.1-next.fad18e9.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level", "info").option("--exclude <exclude...>", "Exclude files from parsing", "**/node_modules/**").option("--exit-on-error", "Exit immediately if an error is found", false); | ||
var command = new Command().version("1.2.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level", "info").option("--exclude <exclude...>", "Exclude files from parsing", "**/node_modules/**").option("--exit-on-error", "Exit immediately if an error is found", false); | ||
command.on("--help", () => { | ||
@@ -10,0 +10,0 @@ console.log(""); |
@@ -1,3 +0,3 @@ | ||
export { ValidationError, parseFile, parseOptionsFile, validateKey } from './chunk-T357VMPQ.js'; | ||
export { ValidationError, parseFile, parseOptionsFile, validateKey } from './chunk-PCOSWKCS.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "i18n-validate", | ||
"version": "1.1.1-next.fad18e9.0", | ||
"version": "1.2.0", | ||
"description": "A cli tool to find invalid i18n keys, missing variables and many more", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44374
433
0
1
1