Skip to content

1.1.2

Choose a tag to compare

@msimerson msimerson released this 03 Jun 02:18
· 1 commit to master since this release
9c0d8fe
  • fix: actually migrate deprecated mismatch setting to host_mismatch
  • fix: get_a_records initializes ips=[] and rethrows an Error (was bare string)
  • fix: init() preserves the first HELO so host_mismatch can detect a change
  • fix: anchor valid_hostname non-ASCII check to ^…$ (RFC 5321 §2.3.5)
  • doc: README closing paren in results.has(...) example
  • test: split monolithic test/index.js into per-check files
  • test: coverage 74% → 100% line / 87% → 100% funcs
  • test: refactored against test-fixtures 1.7.0 (#10)