Commit Graph
26 Commits
Author SHA1 Message Date
jake b00d0bbb0a Fix order of package.json exports 2025-10-20 14:05:33 -04:00
jake 9ca8943e78 Bump dev dependencies 2025-10-20 13:57:58 -04:00
jake dbe63b0b9f 0.8.0 2025-10-17 22:04:57 -04:00
jake b171b5ec75 Update getDomainParts to allow passing options to tldts.parse(). 2025-10-17 22:04:37 -04:00
jake 0cfca2c877 0.7.0 2025-10-14 13:25:26 -04:00
jake c3a68639b6 Update CLI script path to use .js extension 2025-10-14 13:01:03 -04:00
jake 08a5b9a576 Make the (very minimal) CLI official 2025-10-12 17:14:37 -04:00
jake 35c73e2bb2 0.6.0 2025-10-12 13:56:54 -04:00
jake db96e8d933 Lazy load node:net for improved edge runtime compatibility 2025-10-12 13:52:50 -04:00
jake 94a751d9b0 0.5.0 2025-10-10 10:45:10 -04:00
jake bfcecc5eff Migrate from psl to tldts for public suffix detection 2025-10-10 10:29:29 -04:00
jake a030817d27 0.4.1 2025-10-08 21:43:49 -04:00
jake 476ead274d 0.4.0 2025-10-08 21:32:04 -04:00
jake 57209eae39 0.3.0 2025-10-08 19:43:38 -04:00
jake 27b3187d33 0.2.0 2025-09-28 21:31:42 -04:00
jake c76da2bf5c Replaced tsconfig.build.json with tsdown configuration for simplified builds. 2025-09-28 21:30:57 -04:00
jake d09d8e4ffd 0.1.1 2025-09-26 11:51:14 -04:00
jake 174cae8610 Update testing framework to Vitest (#4) 2025-09-26 11:49:44 -04:00
jake 863c158e28 0.1.0 2025-09-24 19:57:16 -04:00
jake e1e6d0243a Update project metadata and TypeScript configuration: refine repository details in package.json, simplify tsconfig.build.json, and adjust tsconfig.json for cleaner output settings. 2025-09-24 19:55:48 -04:00
jake aa8d089b6d Update package.json: enhance project metadata with new description, author details, and keywords for better discoverability 2025-09-24 19:52:10 -04:00
jake 4f568ac409 Add smoke tests for domain lookup: implement RDAP and WHOIS scenarios for example domains, including negative cases for RDAP-only lookups. Enhance test coverage for date parsing with non-null assertions in date tests. 2025-09-24 18:35:33 -04:00
jake 36cf6d6b38 Enhance project structure: add AGENTS.md for repository guidelines, update .gitignore to exclude TypeScript build info, and refine package.json scripts for improved build and publish processes. 2025-09-24 18:24:47 -04:00
jake 0a852ff3cd Add CLI script for domain lookup and create package-lock.json; update README and package.json for clarity and dependencies 2025-09-24 17:28:12 -04:00
jake 38cf9c5eaa Update biome configuration and package scripts. Removed unused ignore file option in biome.json and added file includes. Modified build script in package.json to use tsc directly and added a lint script for biome checks. 2025-09-24 14:32:49 -04:00
jake 33a648460b Core functionality for domain lookup using RDAP and WHOIS protocols, along with utility functions and tests. 2025-09-24 14:28:09 -04:00