UNPKG

@stacksjs/dnsx

Version:

A command-line & library DNS client. Like dig & dog, but for TypeScript.

246 lines (181 loc) โ€ข 15.4 kB
# Changelog ## v0.2.1...v0.2.1 [compare changes](https://github.com/stacksjs/dnsx/compare/v0.2.1...v0.2.1) ## v0.2.0...main [compare changes](https://github.com/stacksjs/dnsx/compare/v0.2.0...main) ### ๐Ÿš€ Enhancements - Allow for querying multiple records ([01b03df](https://github.com/stacksjs/dnsx/commit/01b03df)) ### ๐Ÿ“– Documentation - Update intro ([139303b](https://github.com/stacksjs/dnsx/commit/139303b)) ### ๐Ÿก Chore - Adjust links ([168fc2e](https://github.com/stacksjs/dnsx/commit/168fc2e)) - Adjust readme usage ([c4b0a15](https://github.com/stacksjs/dnsx/commit/c4b0a15)) - Lint ([27b46eb](https://github.com/stacksjs/dnsx/commit/27b46eb)) - Update bun ([c46d466](https://github.com/stacksjs/dnsx/commit/c46d466)) - Add icons ([5deef3f](https://github.com/stacksjs/dnsx/commit/5deef3f)) - Add screenshot ([fdbdaac](https://github.com/stacksjs/dnsx/commit/fdbdaac)) - Learn softprops ([d848edf](https://github.com/stacksjs/dnsx/commit/d848edf)) - Add bumpp as dev dep ([4887f7a](https://github.com/stacksjs/dnsx/commit/4887f7a)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## v0.1.1...main [compare changes](https://github.com/stacksjs/dnsx/compare/v0.1.1...main) ### ๐Ÿก Chore - Adjust release flow ([ee8dc32](https://github.com/stacksjs/dnsx/commit/ee8dc32)) - Minor updates ([4e2789c](https://github.com/stacksjs/dnsx/commit/4e2789c)) - Avoid clashing export ([892cbfa](https://github.com/stacksjs/dnsx/commit/892cbfa)) - Improve readme ([030c401](https://github.com/stacksjs/dnsx/commit/030c401)) - Resolve lint issues ([4697267](https://github.com/stacksjs/dnsx/commit/4697267)) - Minor updates ([1211a27](https://github.com/stacksjs/dnsx/commit/1211a27)) - Lint ([58c88bc](https://github.com/stacksjs/dnsx/commit/58c88bc)) - Adjust package name ([cef2a37](https://github.com/stacksjs/dnsx/commit/cef2a37)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## ...main ### ๐Ÿก Chore - Initial commit ([029a195](https://github.com/stacksjs/dnsx/commit/029a195)) - Wip ([c6eefa5](https://github.com/stacksjs/dnsx/commit/c6eefa5)) - Add tests ([ea84959](https://github.com/stacksjs/dnsx/commit/ea84959)) - Update cli ([05dcd18](https://github.com/stacksjs/dnsx/commit/05dcd18)) - Adjust test case failure ([2b6adca](https://github.com/stacksjs/dnsx/commit/2b6adca)) - Remove test file ([f2f6075](https://github.com/stacksjs/dnsx/commit/f2f6075)) - Resolve lint issues ([380311c](https://github.com/stacksjs/dnsx/commit/380311c)) - Properly declare `timeoutId` ([5a9057a](https://github.com/stacksjs/dnsx/commit/5a9057a)) - Exclude node_modules ([27a2cd3](https://github.com/stacksjs/dnsx/commit/27a2cd3)) - Release v0.1.0 ([e9b4931](https://github.com/stacksjs/dnsx/commit/e9b4931)) - Add changelogen dev dep ([2594242](https://github.com/stacksjs/dnsx/commit/2594242)) - Adjust exclude ([c54e36a](https://github.com/stacksjs/dnsx/commit/c54e36a)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## ...main ### ๐Ÿก Chore - Initial commit ([029a195](https://github.com/stacksjs/dnsx/commit/029a195)) - Wip ([c6eefa5](https://github.com/stacksjs/dnsx/commit/c6eefa5)) - Add tests ([ea84959](https://github.com/stacksjs/dnsx/commit/ea84959)) - Update cli ([05dcd18](https://github.com/stacksjs/dnsx/commit/05dcd18)) - Adjust test case failure ([2b6adca](https://github.com/stacksjs/dnsx/commit/2b6adca)) - Remove test file ([f2f6075](https://github.com/stacksjs/dnsx/commit/f2f6075)) - Resolve lint issues ([380311c](https://github.com/stacksjs/dnsx/commit/380311c)) - Properly declare `timeoutId` ([5a9057a](https://github.com/stacksjs/dnsx/commit/5a9057a)) - Exclude node_modules ([27a2cd3](https://github.com/stacksjs/dnsx/commit/27a2cd3)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) # Changelog [Compare changes](https://github.com/stacksjs/dnsx/compare/v0.2.2...v0.2.3) ### ๐Ÿงน Chores - release v0.2.3 ([587993f](https://github.com/stacksjs/dnsx/commit/587993f)) _(by Chris <chrisbreuer93@gmail.com>)_ - wip ([0d74c93](https://github.com/stacksjs/dnsx/commit/0d74c93)) _(by Chris <chrisbreuer93@gmail.com>)_ - add publish-commit job with Pantry action and job dependencies ([bfb78c6](https://github.com/stacksjs/dnsx/commit/bfb78c6)) _(by Chris <chrisbreuer93@gmail.com>)_ - update better-dx to ^0.2.7 ([3b1e725](https://github.com/stacksjs/dnsx/commit/3b1e725)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - enrich CLAUDE.md with detailed project context from README ([13fbc6c](https://github.com/stacksjs/dnsx/commit/13fbc6c)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - replace cac with @stacksjs/clapp and update CLAUDE.md ([36ddecc](https://github.com/stacksjs/dnsx/commit/36ddecc)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - add proper claude code guidelines ([e4fb51b](https://github.com/stacksjs/dnsx/commit/e4fb51b)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - use pantry monorepo action instead of pantry-setup ([2d95ee0](https://github.com/stacksjs/dnsx/commit/2d95ee0)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([941d64f](https://github.com/stacksjs/dnsx/commit/941d64f)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([59b84d5](https://github.com/stacksjs/dnsx/commit/59b84d5)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([ff52425](https://github.com/stacksjs/dnsx/commit/ff52425)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([eab7663](https://github.com/stacksjs/dnsx/commit/eab7663)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([3134fd1](https://github.com/stacksjs/dnsx/commit/3134fd1)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([749cba0](https://github.com/stacksjs/dnsx/commit/749cba0)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([694b264](https://github.com/stacksjs/dnsx/commit/694b264)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([298a6ec](https://github.com/stacksjs/dnsx/commit/298a6ec)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([46d58ac](https://github.com/stacksjs/dnsx/commit/46d58ac)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([b1ad2dc](https://github.com/stacksjs/dnsx/commit/b1ad2dc)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([901e2d7](https://github.com/stacksjs/dnsx/commit/901e2d7)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([1d838ac](https://github.com/stacksjs/dnsx/commit/1d838ac)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([fe997bd](https://github.com/stacksjs/dnsx/commit/fe997bd)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([929f461](https://github.com/stacksjs/dnsx/commit/929f461)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([5f1dd2b](https://github.com/stacksjs/dnsx/commit/5f1dd2b)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([37536c2](https://github.com/stacksjs/dnsx/commit/37536c2)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([c5c2c14](https://github.com/stacksjs/dnsx/commit/c5c2c14)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([b4c4fb4](https://github.com/stacksjs/dnsx/commit/b4c4fb4)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - wip ([dd4ba4e](https://github.com/stacksjs/dnsx/commit/dd4ba4e)) _(by glennmichael123 <gtorregosa@gmail.com>)_ - **deps**: update dependency @stacksjs/eslint-config to 4.14.0-beta.3 (#11) ([ed5afed](https://github.com/stacksjs/dnsx/commit/ed5afed)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#11](https://github.com/stacksjs/dnsx/issues/11), [#11](https://github.com/stacksjs/dnsx/issues/11)) - add better-dx ([3a4c144](https://github.com/stacksjs/dnsx/commit/3a4c144)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - update cover and og-image ([50a13ee](https://github.com/stacksjs/dnsx/commit/50a13ee)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - **deps**: update dependency @types/bun to ^1.2.23 ([a0b7ea6](https://github.com/stacksjs/dnsx/commit/a0b7ea6)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ - add clarity ([a62d474](https://github.com/stacksjs/dnsx/commit/a62d474)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - **deps**: update dependency unocss to v66 ([806d307](https://github.com/stacksjs/dnsx/commit/806d307)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ - **deps**: update all non-major dependencies ([b52e1a1](https://github.com/stacksjs/dnsx/commit/b52e1a1)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ - **deps**: update actions/checkout action to v5 ([ffc72b3](https://github.com/stacksjs/dnsx/commit/ffc72b3)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ - update tools ([611b537](https://github.com/stacksjs/dnsx/commit/611b537)) _(by Adelino Ngomacha <adelinob335@gmail.com>)_ - improve documentation ([8cbc712](https://github.com/stacksjs/dnsx/commit/8cbc712)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - bin build changes and stargazer ([1a5e10b](https://github.com/stacksjs/dnsx/commit/1a5e10b)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - add cursor rules ([5b46cdf](https://github.com/stacksjs/dnsx/commit/5b46cdf)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - add funding ([c9efa92](https://github.com/stacksjs/dnsx/commit/c9efa92)) _(by cab-mikee <mike.cabz32@gmail.com>)_ - add github funding info ([769dc29](https://github.com/stacksjs/dnsx/commit/769dc29)) _(by Chris <chrisbreuer93@gmail.com>)_ - update og image ([312305d](https://github.com/stacksjs/dnsx/commit/312305d)) _(by Chris <chrisbreuer93@gmail.com>)_ ### ๐Ÿ“„ Miscellaneous - Merge pull request #10 from stacksjs/renovate/all-minor-patch ([59f3890](https://github.com/stacksjs/dnsx/commit/59f3890)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ ([#10](https://github.com/stacksjs/dnsx/issues/10), [#10](https://github.com/stacksjs/dnsx/issues/10)) - Merge pull request #9 from stacksjs/renovate/all-minor-patch ([fab2a0e](https://github.com/stacksjs/dnsx/commit/fab2a0e)) _(by Michael Vincent Caballero <mike.cabz32@gmail.com>)_ ([#9](https://github.com/stacksjs/dnsx/issues/9), [#9](https://github.com/stacksjs/dnsx/issues/9)) - Merge pull request #8 from stacksjs/renovate/actions-checkout-5.x ([568cf0f](https://github.com/stacksjs/dnsx/commit/568cf0f)) _(by Michael Vincent Caballero <mike.cabz32@gmail.com>)_ ([#8](https://github.com/stacksjs/dnsx/issues/8), [#8](https://github.com/stacksjs/dnsx/issues/8)) - Merge pull request #7 from stacksjs/renovate/major-unocss-monorepo ([13b7b57](https://github.com/stacksjs/dnsx/commit/13b7b57)) _(by Michael Vincent Caballero <mike.cabz32@gmail.com>)_ ([#7](https://github.com/stacksjs/dnsx/issues/7), [#7](https://github.com/stacksjs/dnsx/issues/7)) - Merge pull request #5 from stacksjs/renovate/all-minor-patch ([bb5ba80](https://github.com/stacksjs/dnsx/commit/bb5ba80)) _(by Michael Vincent Caballero <mike.cabz32@gmail.com>)_ ([#5](https://github.com/stacksjs/dnsx/issues/5), [#5](https://github.com/stacksjs/dnsx/issues/5)) ### Contributors - _Adelino Ngomacha <adelinob335@gmail.com>_ - _Chris <chrisbreuer93@gmail.com>_ - _Michael Vincent Caballero <mike.cabz32@gmail.com>_ - _[renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot])_ - _cab-mikee <mike.cabz32@gmail.com>_ - _glennmichael123 <gtorregosa@gmail.com>_ ## v0.2.1...v0.2.1 [compare changes](https://github.com/stacksjs/dnsx/compare/v0.2.1...v0.2.1) ## v0.2.0...main [compare changes](https://github.com/stacksjs/dnsx/compare/v0.2.0...main) ### ๐Ÿš€ Enhancements - Allow for querying multiple records ([01b03df](https://github.com/stacksjs/dnsx/commit/01b03df)) ### ๐Ÿ“– Documentation - Update intro ([139303b](https://github.com/stacksjs/dnsx/commit/139303b)) ### ๐Ÿก Chore - Adjust links ([168fc2e](https://github.com/stacksjs/dnsx/commit/168fc2e)) - Adjust readme usage ([c4b0a15](https://github.com/stacksjs/dnsx/commit/c4b0a15)) - Lint ([27b46eb](https://github.com/stacksjs/dnsx/commit/27b46eb)) - Update bun ([c46d466](https://github.com/stacksjs/dnsx/commit/c46d466)) - Add icons ([5deef3f](https://github.com/stacksjs/dnsx/commit/5deef3f)) - Add screenshot ([fdbdaac](https://github.com/stacksjs/dnsx/commit/fdbdaac)) - Learn softprops ([d848edf](https://github.com/stacksjs/dnsx/commit/d848edf)) - Add bumpp as dev dep ([4887f7a](https://github.com/stacksjs/dnsx/commit/4887f7a)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## v0.1.1...main [compare changes](https://github.com/stacksjs/dnsx/compare/v0.1.1...main) ### ๐Ÿก Chore - Adjust release flow ([ee8dc32](https://github.com/stacksjs/dnsx/commit/ee8dc32)) - Minor updates ([4e2789c](https://github.com/stacksjs/dnsx/commit/4e2789c)) - Avoid clashing export ([892cbfa](https://github.com/stacksjs/dnsx/commit/892cbfa)) - Improve readme ([030c401](https://github.com/stacksjs/dnsx/commit/030c401)) - Resolve lint issues ([4697267](https://github.com/stacksjs/dnsx/commit/4697267)) - Minor updates ([1211a27](https://github.com/stacksjs/dnsx/commit/1211a27)) - Lint ([58c88bc](https://github.com/stacksjs/dnsx/commit/58c88bc)) - Adjust package name ([cef2a37](https://github.com/stacksjs/dnsx/commit/cef2a37)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## ...main ### ๐Ÿก Chore - Initial commit ([029a195](https://github.com/stacksjs/dnsx/commit/029a195)) - Wip ([c6eefa5](https://github.com/stacksjs/dnsx/commit/c6eefa5)) - Add tests ([ea84959](https://github.com/stacksjs/dnsx/commit/ea84959)) - Update cli ([05dcd18](https://github.com/stacksjs/dnsx/commit/05dcd18)) - Adjust test case failure ([2b6adca](https://github.com/stacksjs/dnsx/commit/2b6adca)) - Remove test file ([f2f6075](https://github.com/stacksjs/dnsx/commit/f2f6075)) - Resolve lint issues ([380311c](https://github.com/stacksjs/dnsx/commit/380311c)) - Properly declare `timeoutId` ([5a9057a](https://github.com/stacksjs/dnsx/commit/5a9057a)) - Exclude node_modules ([27a2cd3](https://github.com/stacksjs/dnsx/commit/27a2cd3)) - Release v0.1.0 ([e9b4931](https://github.com/stacksjs/dnsx/commit/e9b4931)) - Add changelogen dev dep ([2594242](https://github.com/stacksjs/dnsx/commit/2594242)) - Adjust exclude ([c54e36a](https://github.com/stacksjs/dnsx/commit/c54e36a)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) ## ...main ### ๐Ÿก Chore - Initial commit ([029a195](https://github.com/stacksjs/dnsx/commit/029a195)) - Wip ([c6eefa5](https://github.com/stacksjs/dnsx/commit/c6eefa5)) - Add tests ([ea84959](https://github.com/stacksjs/dnsx/commit/ea84959)) - Update cli ([05dcd18](https://github.com/stacksjs/dnsx/commit/05dcd18)) - Adjust test case failure ([2b6adca](https://github.com/stacksjs/dnsx/commit/2b6adca)) - Remove test file ([f2f6075](https://github.com/stacksjs/dnsx/commit/f2f6075)) - Resolve lint issues ([380311c](https://github.com/stacksjs/dnsx/commit/380311c)) - Properly declare `timeoutId` ([5a9057a](https://github.com/stacksjs/dnsx/commit/5a9057a)) - Exclude node_modules ([27a2cd3](https://github.com/stacksjs/dnsx/commit/27a2cd3)) ### โค๏ธ Contributors - Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))