feat(core): Refactor codebase and update dependencies.

This commit is contained in:
2024-12-09 02:39:31 +01:00
parent c9a3de2207
commit 35f59054f8
10 changed files with 3490 additions and 299 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-09 - 3.1.0 - feat(core)
Refactor codebase and update dependencies.
- Refactored core classes with improved structure and modularization.
- Updated tsbuild, tsrun, tapbundle, and @types/node dependencies to newer versions.
- Improved build script in package.json to use tsbuild with tsfolders.
## 2024-09-17 - 3.0.6 - fix(core)
Fix interactive shell execution and update dependencies