2024-10-26 12:14:41 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-10-26 12:17:38 +00:00
|
|
|
## 2024-10-26 - 2.2.1 - fix(core)
|
|
|
|
Fix import and typings for improved compatibility
|
|
|
|
|
|
|
|
- Corrected the type signature for `getS3Descriptor` to return `IS3Descriptor`.
|
|
|
|
- Fixed import structure and updated dependencies for consistent namespace usage across plugins.
|
|
|
|
|
2024-10-26 12:14:41 +00:00
|
|
|
## 2024-10-26 - 2.2.0 - feat(ci)
|
|
|
|
Migrate CI/CD workflow from GitLab CI to Gitea CI
|
|
|
|
|
|
|
|
- Added new Gitea CI workflows for both non-tag and tag-based pushes
|
|
|
|
- Removed existing GitLab CI configuration
|
|
|
|
|
|
|
|
## 2024-05-29 - 2.1.1 - Updates and minor changes
|
|
|
|
Updates and changes based on minor configuration improvements and organizational shifts.
|
|
|
|
|
|
|
|
- Updated description file.
|
|
|
|
- Updated tsconfig settings.
|
|
|
|
- Updated npmextra.json with new githost configuration.
|
|
|
|
- Shifted to new organizational scheme.
|
|
|
|
|
|
|
|
## 2022-07-30 - 2.1.0 - Core improvements and fixes
|
|
|
|
Minor improvements and important core changes.
|
|
|
|
|
|
|
|
- Removed tslint from the core setup.
|
|
|
|
|
|
|
|
## 2022-07-30 - 2.0.2 - Bucket creation improvement
|
|
|
|
Enhanced file structure management.
|
|
|
|
|
|
|
|
- Improved bucket creation to store locally within the .nogit directory.
|
|
|
|
|
|
|
|
## 2022-04-14 - 2.0.0 to 2.0.1 - Structural updates and fixes
|
|
|
|
This release focused on core updates and structural changes.
|
|
|
|
|
|
|
|
- Reformatted the project structure.
|
|
|
|
- Core updates with minor fixes.
|
|
|
|
|
|
|
|
## 2021-12-20 - 1.0.10 - ESM Transition
|
|
|
|
Breaking changes and minor fixes, transitioning to ES Modules.
|
|
|
|
|
|
|
|
- BREAKING CHANGE: Transitioned core setup to ESM.
|