Releases: NicTool/dns-nameserver
Releases · NicTool/dns-nameserver
0.7.3
- remove deprecated eslint rules
- chore: doc/pkg updates (#18)
- ci: use shared test config (#16)
- chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15)
0.7.3
Release v0.7.3 (#20)
- remove deprecated eslint rules
- chore: doc/pkg updates (#18)
- ci: use shared test config (#16)
- chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15)
0.7.2
- doc(README): add CI badges
- chore(ci): updated shared GHA workflow URLs
0.7.1
- 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
- chore: publish npm package in @NicTool namespace
release 0.6.0
- feat: import and validate zones from NS config
- 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
release 0.5.0
Features
- add getZones to bind, knot, mara, nsd, tiny (4a125c8)
- add maradns config parser (#5) (4496497)
- parsers added for Knot (#2) (139235e)
v0.2.0
- feat: add additional knot fixed sections
- knot: add URL to config file reference
- feat: add NSD parser