Skip to content

Commit 2930894

Browse files
committed
3.0.0-beta.5
1 parent e51427a commit 2930894

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
<a name="v3.0.0-beta.5"></a>
5+
## [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
6+
7+
### Added
8+
* [Generate wildcard parameter ranges](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/193ea080f4bfbc4e4591b2609eb5a4bf554f605e)
9+
* Improve generics support:
10+
* [Output generic type instances on class/iface extensions](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/3c7528ea4b774a808d053a8e55bc1f513ca9f022)
11+
* [Generate wrapped comp extensions as GenericComponentExtension](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/110e3832e45958e4a974fd7a057b292b2be18f6b)
12+
* [Handle references to external packages that do no expose components](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/22c43c03ed5fa3da7b4c4b6e06cd71e9eb0c048e)
13+
* [Cache interface range resolution](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/c184e4722c5cda54aafce7ca92bf070551d6baee)
14+
15+
### Fixed
16+
* [Inherit qualified path on class/iface chains](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/75d962c52423890ffb4ec9d27f88bf29a712149b)
17+
* [Fix resolution not working on type-only packages, Closes #83](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/e1c0126a7a396cd7792385bb1bdda9984cfd1626)
18+
* [Don't resolve as nested fields when handling extension data](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/a7401ef79e84d3ddef88ee7bf2008cdb91506b5e)
19+
* [Emit @type of ExtensionDefinitions](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/5545a4ebb116ea06f13a374dd65c658bf85dd15c)
20+
* [Fix qualified path incorrectly propagating to extension defs](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/2b12135a83d7132545b426cf8c2ecb75fd0a0d22)
21+
* [Don't throw on hash range when getNestedFields is false](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/f87ea4c03aca4bc7b2741aebbac669b2d84c6ca6)
22+
* [Fix generics not being generated for interfaces](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/facf5fc164321d9a2ec1be92c75d2f493f722120)
23+
424
<a name="v3.0.0-beta.4"></a>
525
## [v3.0.0-beta.4](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.3...v3.0.0-beta.4) - 2021-12-09
626

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.4",
3+
"version": "3.0.0-beta.5",
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)