diff --git a/CHANGELOG.md b/CHANGELOG.md index 613b0650..fdc46cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - TBD ### 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 diff --git a/package.json b/package.json index 3a01b239..23b914bb 100644 --- a/package.json +++ b/package.json @@ -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/",