fix(core): Updated dependencies and added close method to VirtualStream

This commit is contained in:
2024-09-06 13:02:04 +02:00
parent 360c8a618b
commit 6beadb8cfc
6 changed files with 681 additions and 574 deletions

17
changelog.md Normal file
View File

@@ -0,0 +1,17 @@
# Changelog
## 2024-09-06 - 3.0.31 - fix(core)
Updated dependencies and added close method to VirtualStream
- Updated dependencies in package.json for better compatibility
- Added close method to VirtualStream class in ts/classes.virtualstream.ts for more graceful stream termination
## 2024-05-31 - 3.0.28 - Error Handling
Enhancement to error handling mechanisms.
- Logs now include the method to which an error was given.
## 2023-08-04 - 3.0.0 - Core
Introduced a breaking change.
- Major update to core functionalities.