Skip to content

Commit c969d74

Browse files
committed
2.5.0
1 parent 8527ca0 commit c969d74

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v2.5.0"></a>
5+
## [v2.5.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.4.0...v2.5.0) - 2021-06-30
6+
7+
### Added
8+
* [Mark array properties as RDF list (support for empty arrays)](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/8527ca04877e0e97333c457b4e9b783252810068)
9+
* [Strip away unsupported types in constructor arguments](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/2b1fbe9d915ebf447f7a04c576c8a110b381c97d)
10+
* [Support keywords like 'public' in constructor args](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/ba8f743809cd1bf61dab16edac5fb6e95f384419)
11+
412
<a name="v2.4.0"></a>
513
## [v2.4.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.3.0...v2.4.0) - 2021-06-14
614

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs-generator",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)