51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
## 2026-05-01 - 1.0.17 - fix(whois)
|
||
|
|
improve type safety and harden WHOIS parsing for missing fields
|
||
|
|
|
||
|
|
- add explicit additional WHOIS data interface and return types
|
||
|
|
- default parsed domain and WHOIS fields to safe fallback values to avoid undefined access
|
||
|
|
- normalize Domain Status handling for both string and array responses
|
||
|
|
- update test entrypoint to test.node.ts and align tooling and build scripts with newer dependencies
|
||
|
|
|
||
|
|
## 2025-07-29 - 1.0.16 - maintenance
|
||
|
|
Routine maintenance updates for v1.0.16 after the initial release.
|
||
|
|
|
||
|
|
- Updated project description
|
||
|
|
- Updated TypeScript configuration
|
||
|
|
- Updated `npmextra.json` git host settings
|
||
|
|
- Included a general maintenance update
|
||
|
|
|
||
|
|
## 2023-10-06 - 1.0.16 - release
|
||
|
|
Released v1.0.16.
|
||
|
|
|
||
|
|
- Published version 1.0.16
|
||
|
|
- Included a core update carried forward from the previous patch cycle
|
||
|
|
|
||
|
|
## 2023-10-06 - 1.0.15 - core
|
||
|
|
Applied a core fix update.
|
||
|
|
|
||
|
|
- Updated core behavior in v1.0.15
|
||
|
|
|
||
|
|
## 2023-04-19 - 1.0.14 - core
|
||
|
|
Patch releases from v1.0.8 through v1.0.14 consisted primarily of repeated core maintenance updates.
|
||
|
|
|
||
|
|
- Released versions 1.0.8 through 1.0.14
|
||
|
|
- Applied recurring `fix(core): update` changes across the patch range
|
||
|
|
|
||
|
|
## 2023-04-18 - 1.0.8 - release
|
||
|
|
Released v1.0.8.
|
||
|
|
|
||
|
|
- Published version 1.0.8
|
||
|
|
|
||
|
|
## 2023-04-10 - 1.0.7 - core
|
||
|
|
Patch releases from v1.0.4 through v1.0.7 focused on small core fixes.
|
||
|
|
|
||
|
|
- Released versions 1.0.4 through 1.0.7
|
||
|
|
- Applied recurring `fix(core): update` changes across the patch range
|
||
|
|
|
||
|
|
## 2023-04-03 - 1.0.4 - core
|
||
|
|
Initial patch series from v1.0.1 through v1.0.3 contained minor core fixes.
|
||
|
|
|
||
|
|
- Released versions 1.0.1 through 1.0.3
|
||
|
|
- Applied recurring `fix(core): update` changes across the patch range
|