Skip to content

Commit

Permalink
udpate changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
zongqichen committed Oct 23, 2024
1 parent f6f6873 commit 81f0d4a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 37 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,50 @@ 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 1.1.0

### Added

- Extended `@ORD.Extensions` functionality, all service level information can be added or overwritten.
- Defined `customOrdContentFile` in `.cdsrc.json`, custom ord content can be added, enhanced, patched and customized.
- Added unittest and integration test.
- Added Github actions CI/CD validating PR with running tests.
- Added disclaimer that metadata access is currently open access.

### Fixed

- Fixed `undefined` bug.
- Fixed event resources generation.
- Fixed global variable using.
- Fixed using fully-qualified names from `.definitions` instead of namespace.
- Fixed using appName as package name in the `apiResources.partOfPackage`.
- Fixed generation of consumption bundles.

### Changed

- Refactored and optimized functions.
- Adjusted name pattern and functions.

## Version 1.0.3

### Fixed

- Bug fixes.
- Bug fixes.

## Version 1.0.2

### Fixed

- Updating readme.
- Updating readme.

## Version 1.0.1

### Fixed

- Updating the entry point for the plugin.
- Updating the entry point for the plugin.

## Version 1.0.0

### Added

- Initial release that enables generation of ORD document for CAP based applications.
- Initial release that enables generation of ORD document for CAP based applications.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@cap-js/ord",
"version": "1.0.3",
"description": "CAP Plugin for generating ORD document.",
"repository": "cap-js/ord",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
"license": "SEE LICENSE IN LICENSE",
"main": "cds-plugin.js",
"files": [
"lib",
"data",
"LICENSES"
],
"scripts": {
"lint": "npx eslint .",
"test": "jest --ci --collectCoverage",
"update-snapshot": "jest --ci --updateSnapshot",
"cds:version": "cds v -i"
},
"devDependencies": {
"eslint": "^8",
"jest": "^29.7.0"
},
"peerDependencies": {
"@cap-js/asyncapi": "^1.0.0",
"@cap-js/openapi": "^1.0.2",
"@sap/cds": "^8.1.1",
"@sap/cds-compiler": "5.0.6"
},
"dependencies": {
"lodash": "^4.17.21"
}
}
"name": "@cap-js/ord",
"version": "1.1.0",
"description": "CAP Plugin for generating ORD document.",
"repository": "cap-js/ord",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
"license": "SEE LICENSE IN LICENSE",
"main": "cds-plugin.js",
"files": [
"lib",
"data",
"LICENSES"
],
"scripts": {
"lint": "npx eslint .",
"test": "jest --ci --collectCoverage",
"update-snapshot": "jest --ci --updateSnapshot",
"cds:version": "cds v -i"
},
"devDependencies": {
"eslint": "^8",
"jest": "^29.7.0"
},
"peerDependencies": {
"@cap-js/asyncapi": "^1.0.0",
"@cap-js/openapi": "^1.0.2",
"@sap/cds": "^8.1.1",
"@sap/cds-compiler": "5.0.6"
},
"dependencies": {
"lodash": "^4.17.21"
}
}

0 comments on commit 81f0d4a

Please sign in to comment.