Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

99 lines (62 loc) · 3.1 KB

Changelog

The format is based on Keep a Changelog.

Change Log

Unreleased

0.7.3 - 2024-11-04

  • chore: doc/pkg updates (#18)
  • chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15)
  • ci: use shared test config (#16)

0.7.2 - 2022-05-29

  • doc(README): add CI badges
  • chore(ci): updated shared GHA workflow URLs

0.7.1 - 2022-05-29

  • chore: publish npm package in @nictool namespace

0.7.0 - 2022-04-20

  • feat: added index.isDelegated, and tests
  • feat: add bin/cleanup
  • feat: make index.fullPath windows compatible
  • feat(nt-ns): added getTinyZones
  • doc(README): add example ./bin/nt-ns.js
  • chore(ci): replace .release with submodule
  • chore(ci): depend on shared GHA workflows

0.6.0 - 2022-04-20

  • import and validate zones from NS config (72f0e2b)
  • use -v to also show all the RRs
  • feat(tinydns): added getZone (extract RRs for a zone from data)
  • feat(tinydns): also include . as SOA record

0.5.0 - 2022-04-15

  • add getZones to bind, knot, mara, nsd, tiny (4a125c8)
  • cleanup: remove nearley parsers

0.4.0 - 2022-04-10

  • convert from CJS to ESM (11b66b2)
  • reimplement parsers in pure JS (bye nearley & moo)
  • nsd: add value cleanups
  • knot: handle array-type items
  • test(bind): greatly improved test
  • feat: start on nt-ns.js
  • switch test coverage report nyc -> c8

0.3.0 - 2022-04-09

  • add maradns config parser (1b4608e)
  • split ns implementations into separate files
  • fix(nsd): strip double quotes off values
  • docs(nsd): tidy up and add comments

0.2.0 - 2022-04-08

  • knot: add additional fixed sections (b6acaa3)
  • knot: add URL to config file reference
  • nsd: add parser (fa49d1d)

0.1.1 - 2022-04-07

  • add knot config parser
  • named.conf parser, basics

0.1.0 - 2022-04-02

  • added CHANGELOG