Skip to content

Releases: haraka/haraka-config

1.4.0

12 May 20:08
42852ca
Compare
Choose a tag to compare
  • config: fix json overrides (#77)
  • doc(README): fix hjson link (#78)

1.3.0

02 May 21:30
b19b432
Compare
Choose a tag to compare
  • db23fe6 feat: getDir is now recursive

1.2.4

27 Apr 03:45
0e1bf11
Compare
Choose a tag to compare
  • 73013bb fix(watch): callback was losing context. Use explicit obj
  • ed34823 fix(reader): use path.sep instead of [\/] to be more obvious its needed for windows

1.2.2

24 Apr 23:47
d49f50d
Compare
Choose a tag to compare
  • feat: getDir can parse different types of files in a dir
  • feat: all file readers now have load and loadPromise, so that
    a feature like getDir can safely use the nicer 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

27 May 22:51
eb3cd48
Compare
Choose a tag to compare