2024-09-17 15:02:42 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-12-13 18:03:50 +00:00
|
|
|
## 2024-12-13 - 3.2.2 - fix(core)
|
|
|
|
Fix minor code style and formatting issues
|
|
|
|
|
|
|
|
|
2024-12-13 17:55:34 +00:00
|
|
|
## 2024-12-13 - 3.2.1 - fix(dependencies)
|
|
|
|
Update @types/node dependency version
|
|
|
|
|
|
|
|
- Updated @types/node dependency from version ^22.10.1 to ^22.10.2.
|
|
|
|
|
2024-12-09 01:52:14 +00:00
|
|
|
## 2024-12-09 - 3.2.0 - feat(SmartExecution)
|
|
|
|
Add support for scheduling restarts to SmartExecution
|
|
|
|
|
|
|
|
- Introduced the ability to handle consecutive restarts efficiently in SmartExecution.
|
|
|
|
- Ensures that multiple restart requests merge into a single additional restart request if one is already in progress.
|
|
|
|
|
2024-12-09 01:39:31 +00:00
|
|
|
## 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 15:02:42 +00:00
|
|
|
## 2024-09-17 - 3.0.6 - fix(core)
|
|
|
|
Fix interactive shell execution and update dependencies
|
|
|
|
|
|
|
|
- Corrected the interactive shell execution logic by separating it into a dedicated method.
|
|
|
|
- Updated development dependencies for `@git.zone/tsbuild`, `@git.zone/tsrun`, `@git.zone/tstest`, `@push.rocks/tapbundle`, and `@types/node`.
|
|
|
|
- Updated runtime dependencies for `@push.rocks/smartpromise`, and `@types/which`.
|
|
|
|
- Removed legacy .gitlab-ci.yml file.
|
|
|
|
|
|
|
|
## 2024-05-29 - 3.0.5 - Documentation
|
|
|
|
update description
|
|
|
|
|
|
|
|
## 2024-04-18 - 3.0.4 to 3.0.5 - Maintenance
|
|
|
|
Bug fixes and configuration updates
|
|
|
|
|
|
|
|
- fix(core): update
|
|
|
|
- update tsconfig
|
|
|
|
- update npmextra.json: githost
|
|
|
|
|
|
|
|
## 2024-03-16 - 3.0.3 to 3.0.4 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2023-06-22 - 2.0.30 to 3.0.3 - Major Update
|
|
|
|
Major changes including breaking changes, bug fixes, and improvements.
|
|
|
|
|
|
|
|
- BREAKING CHANGE(core): switched to ES syntax and added support for interactivity
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2021-11-07 - 2.0.27 to 2.0.30 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): cosmetics
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2021-08-17 - 2.0.26 to 2.0.27 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2020-05-22 - 2.0.25 to 2.0.26 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2019-08-27 - 2.0.22 to 2.0.25 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): update
|
|
|
|
|
|
|
|
## 2019-05-28 - 2.0.16 to 2.0.22 - Maintenance
|
|
|
|
Bug fixes
|
|
|
|
|
|
|
|
- fix(core): update
|