Skip to content

Releases: dxfrontier/cds-ts-dispatcher

3.0.0

21 Aug 10:04
5c3f436
Compare
Choose a tag to compare

[3.0.0] - 2024-08-21

🚀 Features

  • (dispatcher) Added outboxed srv, changes to CDSDipatcher affected by migration of cds to v8

🚜 Refactor

  • (util) Deprecated SRV in favor of CDS_DISPATCHER.SRV
  • (types) Eslint v9 changes
  • (types) Created custom Constructable type as sap deleted it in v8

⚙️ Miscellaneous Tasks

  • (config) Migrated to ESLint v9
  • (config) Commitlintrc, new type enums
  • (readme) Readme updated
  • (config) Removed deprecated husky sh
  • (build) Dropped node 21 and changed cds-dk to latest
  • (e2e) Generated cds-typer new entities
  • (e2e) Cleanup testing files
  • (unit) Updated unit tests due to migration of v8
  • (unit) Cds-format has been used on this file
  • (e2e) Fixed a date in a CSV which failed when deployed
  • (e2e) Added 2 instead of cents for the minorUnit as deployed it failed
  • (e2e) Updated newman tests
  • (build) Dropped ubuntu-latest on the matrix of the tests
  • Version bump to 3.0.0
  • (build) Dropped unit tests as fails on github actions
  • (build) Commented the needs of test-e2e

2.1.4

18 Jul 10:10
b0c7d3c
Compare
Choose a tag to compare

[2.1.4] - 2024-07-18

📚 Documentation

  • (doc) Readme updated

⚙️ Miscellaneous Tasks

  • Version bump to 2.1.4

2.1.3

16 Jul 09:10
40d1ded
Compare
Choose a tag to compare

[2.1.3] - 2024-07-16

📚 Documentation

  • (doc) Readme updated
  • (doc) Removed from README.md unused types

🧪 Testing

  • (tests) Updated tests due to cds-typer version increase

⚙️ Miscellaneous Tasks

  • (build) Added node version 21 and restricted cds-dk to 7.9.5
  • Version bump to 2.1.3

2.1.2

11 Jul 07:36
0604a45
Compare
Choose a tag to compare

[2.1.2] - 2024-07-11

🐛 Bug Fixes

  • (config) Fixed package.json script

📚 Documentation

  • (doc) Created technical documentation

⚙️ Miscellaneous Tasks

  • Version bump to 2.1.2

2.1.1

10 Jul 10:41
852af62
Compare
Choose a tag to compare

[2.1.1] - 2024-07-10

⚙️ Miscellaneous Tasks

  • (config) Commit lint type enum now follows cliff categories
  • (build) Package will be deployed for testing internally on github npm
  • (config) Fixing release workflow
  • (config) Fixing release workflow
  • (config) Prettier, eslint will not touch docs folder
  • (doc) Added typedoc configs
  • (tests) Tests updated to to increase of cds-typer version
  • (doc) Added new typedoc/jsdoc description and changed some descriptions
  • Version bump to 2.1.1

2.1.0

19 Jun 07:44
f3ea1f4
Compare
Choose a tag to compare

[2.1.0] - 2024-06-19

🚀 Features

  • (decorators) Added new events to the prepend decorator

🧪 Testing

  • (tests) Updated tests after adding new prepend events

⚙️ Miscellaneous Tasks

  • (doc) Refactored AfterAll, BeforeAll and OnAll documentation
  • Version bump to 2.1.0

2.0.26

17 Jun 14:38
a8d664b
Compare
Choose a tag to compare

[2.0.26] - 2024-06-17

⚙️ Miscellaneous Tasks

  • (build) Changes to release workflow

Release 2.0.22

07 Jun 06:51
a89b7cb
Compare
Choose a tag to compare

Version 2.0.22

Commits

  • [a89b7cb] Merge pull request #64 from dxfrontier/readme
  • [9a1d873] ci: version bump to 2.0.22
  • [5a33336] chore: readme updates.

Release 2.0.21

05 Jun 09:16
3748152
Compare
Choose a tag to compare

Version 2.0.21

Commits

  • [3748152] Merge pull request #63 from dxfrontier/readme
  • [529414c] ci: version bump to 2.0.21
  • [cad22ed] chore: Readme updates

Release 2.0.20

04 Jun 12:15
759adf0
Compare
Choose a tag to compare

Version 2.0.20

Commits

  • [759adf0] Merge pull request #62 from dxfrontier/feature/afterreadeachinstance
  • [fdd8df5] ci: version bump to 2.0.20
  • [cb9cad2] Update README.md
  • [4d27248] feature: added new decorator AfterReadEachInstance