Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 06:22
91ddd32
  • 91ddd32 Release 0.8.0 (#10)
  • style(bin/dns-zone): use fs/promises API
  • bin/dns-zone.js: updates to work as ES6 module
  • style(mara): replace nearley parser with custom JS
    • leans more on dns-resource-record for parsing
    • index: added hasUnquoted, removeChar, replaceChar, stripComment, serialByDate, serialByFileStat
    • dep: removed nearley
    • tests: fully parse the records and compare against fully parsed test case (robust++)
  • CJS -> ESM
  • add index.valueCleanup
  • feat(bind): replace nearly parser with custom
  • style(bin/dns-zone): use fs/promises API