Skip to content

Commit ecd24ee

Browse files
committed
3.0.0-beta.6
1 parent a937945 commit ecd24ee

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
<a name="v3.0.0-beta.6"></a>
5+
## [v3.0.0-beta.6](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.5...v3.0.0-beta.6) - 2022-01-29
6+
7+
### Added
8+
* [Add lenient generation mode to ignore unsupported lang features](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/6654e77c8d9ff98cdbbd9639b64e79d9817087d1)
9+
* [Support indexed access type param ranges](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/823deb987b50efadaa0e22fb2ea7e637a7ea37ae)
10+
* [Support keyof typeof enum as union of enum keys](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/bc15b19c7789d70e3639be9194dd81054cdde561)
11+
12+
### Changed
13+
* [Emit typed memberFields instead of memberKeys](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/d58bfa24097617ca75e066f027b91589b91f5e4b)
14+
* [Ignore TSMappedType during generation](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/82082ffa9af45bde8e8bbbde720990664f886a44)
15+
* [Ignore unsupported function types](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/e40fef9f936cc0d39e25703f092aad61717fac6e)
16+
17+
### Fixed
18+
* [Fix empty context shortcuts being generated in some cases](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/458d2dea522c6898984baa0dd1b05e3835aad394)
19+
420
<a name="v3.0.0-beta.5"></a>
521
## [v3.0.0-beta.5](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.4...v3.0.0-beta.5) - 2022-01-17
622

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": "3.0.0-beta.5",
3+
"version": "3.0.0-beta.6",
44
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)