fix(test): fix test case for table deletion and optimize code

This commit is contained in:
2024-06-23 13:33:53 +02:00
parent 367bacb954
commit 84c355c499
5 changed files with 42 additions and 17 deletions

24
changelog.md Normal file
View File

@@ -0,0 +1,24 @@
# Changelog
## {{nextVersion}} - {{nextVersionMessage}}
### Changed
- Updated description
- Updated tsconfig
- Updated npmextra.json: githost
- Switched to new org scheme
## 2.0.0 - BREAKING CHANGE(core): switch to esm
### Changed
- Switched to ECMAScript modules
## 1.0.9 - fix(TTL): tables now have a default TTL for data of 1 MONTH
### Fixed
- Tables now have a default TTL (Time-To-Live) for data of 1 month
## 1.0.10 - fix(TimDataTable): cleanup
### Fixed
- Cleaned up TimDataTable configuration