fix(core): Updated dependencies and optimized code structure

This commit is contained in:
2024-10-13 12:12:35 +02:00
parent 8872a92193
commit ef65d08a54
8 changed files with 912 additions and 945 deletions

31
changelog.md Normal file
View File

@@ -0,0 +1,31 @@
# Changelog
## 2024-10-13 - 2.0.8 - fix(core)
Updated dependencies and optimized code structure
- Upgraded '@git.zone/tsbuild', '@git.zone/tsrun', '@design.estate/dees-element', and '@happy-dom/global-registrator' packages to their latest versions.
- Removed 'why-is-node-running' from devDependencies as it is not used.
- Refactored Smartntml class to separate file for better module organization.
## 2024-05-28 - 2.0.4 to 2.0.7 - fix and maintenance updates
Minor updates and fixes to the core functionality.
- fixed various core updates
- updated description in version 2.0.7
## 2023-05-01 - 2.0.0 to 2.0.4 - updates and fixes
Introduction of new organization schemes and updates.
- switched to new organization scheme
- fixed core updates throughout versions
## 2023-03-30 - 1.0.12 to 2.0.0 - major and breaking changes
Significant version upgrade with breaking changes for environment handling.
- improved loading of the environment allowing use in synchronization environments
- fixed core updates in version 2.0.0
## 2022-05-28 - 1.0.1 to 1.0.12 - initial fixes
Initial series of updates focusing on core functionality improvements.
- fixed core updates consistently across versions