Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 678 Bytes

CHANGELOG.md

File metadata and controls

32 lines (17 loc) · 678 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The format is based on Keep a Changelog.

Version 0.2.0 - tbd

Added

  • Type for special error listener srv.on('error')

Fixed

  • srv.send overload to also allow optional headers

Version 0.1.0 - 2023-12-13

Changed

  • Rework of the export structure of the main cds facade object, so that e.g. cds.Request and cds.User work again.

Fixed

  • TSDoc comments have a proper structure

Version 0.0.1 - 2023-12-06

Added

  • Initial release, still with gaps though