39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# Changelog
|
|
|
|
## 2026-05-01 - 2.0.9 - fix(build)
|
|
modernize project configuration, dependencies, and node-based test setup
|
|
|
|
- adds package exports and includes .smartconfig.json and license in published files
|
|
- updates build and test tooling to current @git.zone packages and enables stricter TypeScript settings
|
|
- migrates tests to a Node-focused happy-dom setup using @git.zone/tstest and removes obsolete smartpromise usage
|
|
|
|
## 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
|