BREAKING CHANGE(project-structure): Refactor project structure by updating import paths, removing legacy files, and adjusting test configurations

This commit is contained in:
2025-05-09 21:52:46 +00:00
parent b214e58a26
commit 88c75d9cc2
20 changed files with 568 additions and 226 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-05-09 - 13.0.0 - BREAKING CHANGE(project-structure)
Refactor project structure by updating import paths, removing legacy files, and adjusting test configurations
- Updated import statements across modules and tests to reflect new directory structure (e.g. moved from ts/port80handler to ts/http/port80)
- Removed legacy files such as LEGACY_NOTICE.md and deprecated modules
- Adjusted test imports in multiple test files to match new module paths
- Reorganized re-exports to consolidate and improve backward compatibility
- Updated certificate path resolution and ACME interfaces to align with new structure
## 2025-05-09 - 12.2.0 - feat(acme)
Add ACME interfaces for Port80Handler and refactor ChallengeResponder to use new acme-interfaces, enhancing event subscription and certificate workflows.