BREAKING CHANGE(project-structure): Refactor project structure by updating import paths, removing legacy files, and adjusting test configurations
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user