Daniel O'Grady
Daniel O'Grady
Follow-up to: https://github.com/cap-js/cds-typer/issues/34 `.drafts` should only be present in entities that can actually be draftable. Currently, entities that aren't actually draftable might end up with a `.drafts` property. - [...
1. Adds a description for how to use `cds add typescript` 2. Adds a description for using `cds build` with TypeScript (which replaces the steps that formerly had to be...
We currently have a rather unreliable release cycle and sometimes wait for several features to be completed before we bundle them into one release. This can be cumbersome to users...
Allows "proper" naming of service containing non-alphanumeric names: ```cds service "Foo/Bar" {} ``` would become ```ts class __Foo_Bar {} // not exported directly export { __Foo_Bar as "Foo/Bar" } ```...
Fixes https://github.com/cap-js/cds-typer/issues/273 (again)
Allow identifiers with irregular characters in their names for service names.
Postponing final changes until https://github.com/cap-js/cds-types/pull/201 is merged