Releases: dxfrontier/cds-ts-repository
Releases · dxfrontier/cds-ts-repository
5.1.6
5.1.5
[5.1.5] - 2025-02-06
🐛 Bug Fixes
- (typed_request) Fix TypedRequest was replaced by Request
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
- (readme) Updated readme
5.1.4
[5.1.4] - 2025-02-06
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
- (readme) Updated
5.1.3
[5.1.3] - 2025-01-09
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
- (readme) Fixed table readme
5.1.2
[5.1.2] - 2025-01-09
🐛 Bug Fixes
- (readme) Fix table filter readme
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
5.1.1
[5.1.1] - 2025-01-09
📚 Documentation
- (readme) Fixed readme
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
5.1.0
[5.1.0] - 2025-01-09
🚀 Features
- (is-null) Added as operator
IS NULL
andIS NOT NULL
toFilter
to check for null
📚 Documentation
- (readme) Added is-null and is-not-null documentation
🧪 Testing
- (unit) Updates tests for
is null
andis not null
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
- (gitignore) Added some config files to gitignore
- (config) Added generated @dispatcher to eslint ignore
5.0.1
[5.0.1] - 2024-12-18
⚙️ Miscellaneous Tasks
- (release) Updated CHANGELOG.md and bump version increased
- (readme) Small changes to Readme.md
5.0.0
[5.0.0] - 2024-12-10
🚀 Features
- (Filter)
Filter
accepts a new overload to supply multidimension filters to.find()
andfindOne
🚜 Refactor
- (core) Removed string from
find
andfindOne
as it was not needed - (workflows) Refactored workflows to be in guideline with cds-ts-dispatcher
⚙️ Miscellaneous Tasks
- (readme) Updated readme with
Filter
overload for multidimension - (test) Updated tests for
Filter
multidimension
4.0.0
[4.0.0] - 2024-11-07
🐛 Bug Fixes
- (create) Create response now returns
InsertResults
type which actually expose the inserted id
⚙️ Miscellaneous Tasks
- (tests) Updated tests for
.create
and.createMany
- Version bump to 4.0.0