Added
- Types for nested
.whereand.havingpredicates - Passing events generated by cds-typer into
service.onnow offers code completion for the event's properties in the handler - Allow all events that can be used in
service.onto be used inservice.onceas well
Changed
ResultHandlernow returnsunknowninstead ofvoid, to accommodate asynchronous functions when having@typescript-eslint/strict-void-returnactivated- Documentation for
cds.test.axiosmentioning that@cap-js/cds-test@1now returns anaxiosfacade in absence ofaxios. - made
cds.context.localeoptional cds.tx(ƒ)now returns the return type ofƒ
Deprecated
cds.test.chai,cds.test.assertpointing to eithercds.test.expector a custom import ofchai.cds.test.axiosin favor ofcds.test.defaults