The format is based on Keep a Changelog.
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
- 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
- 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
- add getZones to bind, knot, mara, nsd, tiny (4a125c8)
- cleanup: remove nearley parsers
- 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
- 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
- knot: add additional fixed sections (b6acaa3)
- knot: add URL to config file reference
- nsd: add parser (fa49d1d)
- add knot config parser
- named.conf parser, basics
- added CHANGELOG