fix(core): Implemented, fixes #1

This commit is contained in:
2025-01-14 17:34:16 +01:00
parent 656f5b7dfb
commit f065ef0e94
13 changed files with 9880 additions and 123 deletions

24
changelog.md Normal file
View File

@@ -0,0 +1,24 @@
# Changelog
## 2025-01-14 - 1.0.4 - fix(core)
Removed unnecessary files and updated dependencies
- Removed .gitlab-ci.yml to streamline the CI/CD process
- Updated and fixed TypeScript files to align with ES Module syntax
- Removed obsolete dist files for a cleaner build
- Updated package.json to reflect current project configurations, including dependencies and scripts
## 2024-05-29 - 1.0.3 - Enhancements
Finalizing updates under version 1.0.3
- Updated project description
## 2023-07-10 to 2024-05-29 - 1.0.3 - Organizational Changes
Implemented significant organizational changes
- Switched to a new organizational scheme
## 2018-03-05 - 1.0.2 to 1.0.3 - Maintenance and Format Updates
Streamlined maintenance and formatting
- Updated code formatting for consistency