Skip to content

Tags: haraka/haraka-config

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.4.0 (#79)

- config: fix json overrides (#77)
- doc(README): fix hjson link (#78)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.3.0 (#76)

- feat: getDir is now recursive
- ci: add macOS testing

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.2.4 (#75)

- fix(watch): callback was losing context. Use explicit obj

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.2.2 (#73)

- fix default path
- fix getDir result

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.2.0 (#71)

- feat: getDir can parse different types of files in a dir
- feat: all file readers now have load and loadPromise, so a feature
like getDir can safely use the promise API
- chore: require syntax, prefix node builtins with `node:`
- moved configfile -> lib/reader
- moved readers/  -> lib/readers
- refactored regex lib to lib/regex
- refactored watch functions into lib/watch
- es6
  - add several uses of `...` (spread operator / param collection)
  - replace `for i` with `for ... of`
  - consolidate all cases of type detection into configfile.getType
  - replace `new Promise` with async/await
  - use shortened array function syntax
- ci: update to shared haraka/.github
- dep: eslint-plugin-haraka -> @haraka/eslint-config
- lint: remove duplicate / stale rules from .eslintrc
- package.json: populate [files]
- deps: version bumps

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.1.0 (#67)

* chore(ci): depend on shared GHA workflows
* chore(dep): eslint 6 -> 8, mocha 8 -> 9