Releases: cap-js/cds-types
Releases · cap-js/cds-types
v0.4.0
This is a prerelease version (next
) as a preview for the upcoming release of cds 8.
Fixed
- Corrected
exist(…)
toexists(…)
v0.3.0-beta.1
Disable some failing tests for prerelease (#75)
v0.2.0
Added
- Type for special error listener
srv.on('error')
Changed
source
,column_expr
, andpredicate
have been converted to partial intersection types. This offers all possible optional properties. You will have to make sure to check their presence when accessing them
Fixed
srv.send
overload to also allow optional headers- Reflected types like
cds.entity
,cds.struct
,cds.Association
are now properly exposed cds.builtin.types
got a more accurate type- The
LinkedEntity.drafts
property is now optional. At runtime, it's only set for drafted entities. cds.model
is marked as modifiable (for tests only!)SELECT.from
got itsref
property back
v0.1.0
Changed
- Rework of the export structure of the main
cds
facade object, so that e.g.cds.Request
andcds.User
work again.
Fixed
- TSDoc comments have a proper structure
v0.0.1
Added
- Initial release, still with gaps though