Skip to content

Commit

Permalink
v0.6.4 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Aug 5, 2024
1 parent 91e19e6 commit 0a71546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.7.0 - TBD

## Version 0.6.4 - 2024-08-05
### Added
- `Service.emit(...)` can now also be called with custom events
- `Service.before(...)` and `Service.after(...)` now accept bound and unbound functions as parameter
- `connect.to (ServiceClass)` as alternative to `'service'` string
- `connect.to ('db')` returning `cds.DatabaseService`

### Changed
- `.before(...)`, `.on(...)`, and `.after(...)` now properly infer inflection when a typer-generated class is passed as second parameter

### Fixed
- `EACH` event has appropriately been renamed `each` to reflect runtime behaviour

## Version 0.6.3 - 2024-07-19
### Fixed
- Installation no longer fails if symlink `@types/sap__cds` exists
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-types",
"version": "0.6.3",
"version": "0.6.4",
"description": "Type definitions for main packages of CAP, like `@sap/cds`",
"repository": "github:cap-js/cds-types",
"homepage": "https://cap.cloud.sap/",
Expand Down

0 comments on commit 0a71546

Please sign in to comment.