Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.2.0 #71

Merged
merged 13 commits into from
Apr 24, 2024
Merged

Release v1.2.0 #71

merged 13 commits into from
Apr 24, 2024

Conversation

msimerson
Copy link
Member

@msimerson msimerson commented Apr 14, 2024

  • 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

@msimerson msimerson marked this pull request as ready for review April 15, 2024 14:27
- 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:`
- 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
@msimerson msimerson merged commit aad4576 into master Apr 24, 2024
17 checks passed
@msimerson msimerson deleted the release-1.2.0 branch April 24, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant