Skip to content

Releases: dxfrontier/cds-ts-repository

5.1.6

10 Feb 09:42
b88e9ce
Compare
Choose a tag to compare

[5.1.6] - 2025-02-10

🐛 Bug Fixes

  • (filter) Fix multidimensional Filter when Filter contained 2 filters and logical OR / AND

⚙️ Miscellaneous Tasks

  • (release) Updated CHANGELOG.md and bump version increased
  • (readme) Updated

5.1.5

06 Feb 14:01
7ed700d
Compare
Choose a tag to compare

[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

06 Feb 13:48
9b75c30
Compare
Choose a tag to compare

[5.1.4] - 2025-02-06

⚙️ Miscellaneous Tasks

  • (release) Updated CHANGELOG.md and bump version increased
  • (readme) Updated

5.1.3

09 Jan 13:36
61377c5
Compare
Choose a tag to compare

[5.1.3] - 2025-01-09

⚙️ Miscellaneous Tasks

  • (release) Updated CHANGELOG.md and bump version increased
  • (readme) Fixed table readme

5.1.2

09 Jan 13:26
9bfd394
Compare
Choose a tag to compare

[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

09 Jan 12:44
a173887
Compare
Choose a tag to compare

[5.1.1] - 2025-01-09

📚 Documentation

  • (readme) Fixed readme

⚙️ Miscellaneous Tasks

  • (release) Updated CHANGELOG.md and bump version increased

5.1.0

09 Jan 12:29
3a0c905
Compare
Choose a tag to compare

[5.1.0] - 2025-01-09

🚀 Features

  • (is-null) Added as operator IS NULL and IS NOT NULL to Filter to check for null

📚 Documentation

  • (readme) Added is-null and is-not-null documentation

🧪 Testing

  • (unit) Updates tests for is null and is 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

18 Dec 10:44
dda5e25
Compare
Choose a tag to compare

[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

10 Dec 08:02
169a721
Compare
Choose a tag to compare

[5.0.0] - 2024-12-10

🚀 Features

  • (Filter) Filter accepts a new overload to supply multidimension filters to .find() and findOne

🚜 Refactor

  • (core) Removed string from find and findOne 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

07 Nov 16:27
ed12c33
Compare
Choose a tag to compare

[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