Added
- Syntactically allow infix filters in
SELECT
clauses through tagged templates. These filters are not semantically checked for validity - Added
cds.linked.LinkedDefinition
as alias forcds.linked.classes.any_
- Added
doc?: string
tocds.linked.classes.any_
- Add overload for
Service.emit
to offer improved type support when using an event type emitted by cds-typer. - Added programmatic draft actions.
- Added types for
util.path
,util.fs
, andutil.inspect
.
Changed
- [breaking] Corrected the way the default export is generated. This also gets rid of the export
default_2
that was mistakenly exposed before. Request.reject(…)
now returnsnever
instead ofError
, as its implementation always throws.