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 0.8.0 #10

Merged
merged 5 commits into from
Apr 15, 2022
Merged

Release 0.8.0 #10

merged 5 commits into from
Apr 15, 2022

Conversation

msimerson
Copy link
Collaborator

@msimerson msimerson commented Apr 15, 2022

  • 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

- add index.valueCleanup
- feat(bind): replace nearly parser with custom
- 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++)
@coveralls
Copy link

coveralls commented Apr 15, 2022

Pull Request Test Coverage Report for Build 2171246027

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 369 of 417 (88.49%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+8.5%) to 90.385%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/maradns.js 161 167 96.41%
index.js 65 85 76.47%
lib/bind.js 143 165 86.67%
Files with Coverage Reduction New Missed Lines %
index.js 2 87.84%
Totals Coverage Status
Change from base Build 2139310254: 8.5%
Covered Lines: 584
Relevant Lines: 637

💛 - Coveralls

@msimerson msimerson merged commit 91ddd32 into master Apr 15, 2022
@msimerson msimerson deleted the release-0.8.0 branch April 15, 2022 06:21
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.

2 participants