Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 May 06:31
· 4 commits to master since this release
f497a67
  • tests:
    • added lots of them
    • split tests into multiple files
    • switch runner to node:test
    • switch coverage reporter to node:test
  • remove unnecessary done callbacks in synchronous tests (#40)
  • deps: bumped all to latest
  • feat: logdebug the matching regex when a match is found
  • fix: in_re_list was reading .source off the filename string vs the compiled regex
  • fix: removed the dead if (!this.list) blocks
  • fix: removed the dead data_any guard checking
  • fix: use Object.create(null) (vs {}) to prevent prototype pollution
  • fix: consider NXDOMAIN as invalid remote.host
  • change: use modern JS idioms to simplify code