Releases: haraka/haraka-utils
Releases · haraka/haraka-utils
2.2.1
Compare
Sorry, something went wrong.
No results found
feat: sanitize() gains keepTab option (RFC 5424)
fix(getVersion): use optional chaining to avoid crashes
2.2.0
Compare
Sorry, something went wrong.
No results found
2.1.1
Compare
Sorry, something went wrong.
No results found
refactor(rfc1869): defer address grammar to address parser
2.1.0
Compare
Sorry, something went wrong.
No results found
imports from Haraka
feat(rfc1869): import from Haraka core
feat(FsyncWriteStream): moved from Haraka outbound
feat(TimerQueue): moved from Haraka outbound.
feat(cram_md5_response): moved from Haraka outbound/hmail
fix(extend): reject unsafe and ignore inherited enumerables
fix(copyDir): use lstatSync and skip symlinks
fix(wildcard_to_regexp): replaceAll so multi-wildcard patterns compile correctly
fix(createFile): drop fd-leaking openSync/writeSync for writeFileSync
fix(getVersion): drop the global cache
fix(copyFile): use explicit existsSync + lstatSync; throw Error not string
fix(mkDir): throw when path exists as a file
chore(uuid): use crypto.randomUUID()
chore(getGitCommitId): use --format=%h
chore: drop the Node-0.x existsSync alias
dep(eslint): upgrade to v10
2.0.0
Compare
Sorry, something went wrong.
No results found
sunset fns removed: decode_qp, asQuotedPrintable, encode_qp
test runner is now node:test
test: remove unnecessary done callbacks in synchronous tests (#33 )
1.1.4
Compare
Sorry, something went wrong.
No results found
dep(eslint): upgrade to v9
style(prettier): move config into package.json
1.1.3
Compare
Sorry, something went wrong.
No results found
1.1.2
Compare
Sorry, something went wrong.
No results found
1.1.1
Compare
Sorry, something went wrong.
No results found
doc(CHANGELOG): renamed from changes
package.json: include CHANGELOG in files
1.1.0
Compare
Sorry, something went wrong.
No results found
import from bin/haraka: copyFile, copyDir, mkDir, createFile
50828b4 note that encode_qp is deprecated (#25 )