haraka-config
Advanced tools
Comparing version 1.0.20 to 1.1.0
## NEXT - 202Y-MM-DD | ||
## 1.0.20 - 2021-09-01 | ||
- update YAML dep to v4 | ||
### 1.1.0 - 2022-05-27 | ||
- chore(ci): depend on shared GHA workflows | ||
- chore(dep): eslint 6 -> 8 | ||
- chore(dep): mocha 8 -> 9 | ||
## 1.0.19 - 2021-06-10 | ||
### 1.0.20 - 2021-09-01 | ||
- chore(dep): update YAML 3.13 -> 4.1 (#65) | ||
### 1.0.19 - 2021-06-10 | ||
- configfile: disable watch dir when platform not mac or win | ||
@@ -18,3 +26,3 @@ - configfile: convert to es6 class | ||
## 1.0.18 - 2019-10-11 | ||
### 1.0.18 - 2019-10-11 | ||
@@ -24,3 +32,3 @@ - add support for loading `.js` configurations | ||
## 1.0.17 - 2018-12-19 | ||
### 1.0.17 - 2018-12-19 | ||
@@ -34,3 +42,3 @@ - refactor ./config.js as an es6 class | ||
## 1.0.16 - 2018-11-02 | ||
### 1.0.16 - 2018-11-02 | ||
@@ -41,3 +49,3 @@ - remove trailing ; from function declarations | ||
## 1.0.15 - 2017-09-21 | ||
### 1.0.15 - 2017-09-21 | ||
@@ -51,3 +59,3 @@ - additional test for 'missing json loads yaml' | ||
## 1.0.14 - 2017-09-19 | ||
### 1.0.14 - 2017-09-19 | ||
@@ -59,3 +67,3 @@ - add __dirname/../../config to config_dir_candidates for haraka/Haraka/tests/* | ||
## 1.0.13 - 2017-06-16 | ||
### 1.0.13 - 2017-06-16 | ||
@@ -65,3 +73,3 @@ - lint updates for eslint 4 | ||
## 1.0.12 - 2017-05-21 | ||
### 1.0.12 - 2017-05-21 | ||
@@ -71,3 +79,3 @@ - unref() the setInterval so that Haraka can gracefully exit | ||
## 1.0.11 - 2017-03-04 | ||
### 1.0.11 - 2017-03-04 | ||
@@ -77,3 +85,3 @@ - add config.getDir, loads all files in a directory | ||
## 1.0.10 - 2017-02-05 | ||
### 1.0.10 - 2017-02-05 | ||
@@ -84,3 +92,3 @@ - log error vs throw on bad YAML | ||
## 1.0.9 - 2017-01-27 | ||
### 1.0.9 - 2017-01-27 | ||
@@ -95,3 +103,3 @@ - config cache fix (see haraka/Haraka#1738) | ||
## 1.0.8 - 2017-01-02 | ||
### 1.0.8 - 2017-01-02 | ||
@@ -102,3 +110,3 @@ - version bump, lint updates & sync | ||
## 1.0.7 - 2016-11-17 | ||
### 1.0.7 - 2016-11-17 | ||
@@ -108,3 +116,3 @@ - update tests for appveyor (Windows) compatibility #9 | ||
## 1.0.6 - 2016-11-10 | ||
### 1.0.6 - 2016-11-10 | ||
@@ -114,3 +122,3 @@ - handle invalid .ini lines properly (skip them) | ||
## 1.0.5 - 2016-10-25 | ||
### 1.0.5 - 2016-10-25 | ||
@@ -120,5 +128,5 @@ - do not leave behind a `*` section in config (due to wildcard boolean) | ||
## 1.0.3 | ||
### 1.0.3 | ||
- added wildcard boolean support | ||
- reduce node required 4.3 -> 0.10.43 |
@@ -6,3 +6,3 @@ { | ||
"description": "Haraka's config file loader", | ||
"version": "1.0.20", | ||
"version": "1.1.0", | ||
"homepage": "http://haraka.github.io", | ||
@@ -24,5 +24,5 @@ "repository": { | ||
"devDependencies": { | ||
"eslint": ">=6", | ||
"eslint": ">=8", | ||
"eslint-plugin-haraka": "*", | ||
"mocha": ">=8" | ||
"mocha": ">=9" | ||
}, | ||
@@ -35,6 +35,6 @@ "bugs": { | ||
"test": "npx mocha test test/readers", | ||
"lint": "npx eslint *.js readers/*.js test/*.js test/*/*.js", | ||
"lintfix": "npx eslint --fix *.js readers/*.js test/*.js test/*/*.js", | ||
"cover": "npx nyc --reporter=lcov npm test" | ||
"lint": "npx eslint *.js readers test test/*/*.js", | ||
"lintfix": "npx eslint --fix *.js readers test test/*/*.js", | ||
"versions": "npx dependency-version-checker check" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87832
56