Skip to content

Commit

Permalink
Bump version to 0.28.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Oct 24, 2024
1 parent 2a033cc commit 42db60e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.28.0 - TBD
## Version 0.29.0 - TBD

## Version 0.28.0 - 24-10-24
### Added
- Schema definition for `cds.typer` options in `package.json` and `.cdsrc-*.json` files
- Added a static `elements` property to all entities, which allows access to the `LinkedDefinitions` instance of an entity's elements
- Schema definition for `typescript` cds build task.
- `.drafts` property of any entity `E` is now of type `DraftOf<E>`, or `DraftsOf<E>` for plurals, respectively. This type exposes dditional properties that are available on drafts during runtime.

### Fixed
- Entity elements of named structured types are flattened when using the option `--inlineDeclarations flat`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/cds-typer",
"version": "0.27.0",
"version": "0.28.0",
"description": "Generates .ts files for a CDS model to receive code completion in VS Code",
"main": "index.js",
"repository": "github:cap-js/cds-typer",
Expand Down

0 comments on commit 42db60e

Please sign in to comment.