Skip to content

Commit 05f15f3

Browse files
committed
3.0.0
1 parent d489cbc commit 05f15f3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/wessberg/di-compiler/compare/v2.2.6...v3.0.0) (2022-08-01)
2+
3+
4+
### Features
5+
6+
* add new sponsor: scrubtheweb ([80eb1e2](https://github.com/wessberg/di-compiler/commit/80eb1e2ecee16851de867eb50c4c2e53ea00653f))
7+
* add TypeScript v4.6 support ([7072df7](https://github.com/wessberg/di-compiler/commit/7072df7d83d93e29ad4662d39d6b6047ef84f1e5))
8+
* migrate to ESM. Make passing a TypeScript program optional ([e4d9d0b](https://github.com/wessberg/di-compiler/commit/e4d9d0bd1b75f0d7982375d739be634651b47056))
9+
* support operating without a Program ([d489cbc](https://github.com/wessberg/di-compiler/commit/d489cbc91b7434653f55f581295ea12843c993fd))
10+
11+
12+
113
## [2.2.6](https://github.com/wessberg/di-compiler/compare/v2.2.5...v2.2.6) (2021-11-19)
214

315

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Integration with popular tools such as Webpack, esbuild, Rollup, or something el
3636
It is optimized for _performance_, but how fast it can go depends on your setup. Please see the [Optimization](#optimization) section for details on how to tweak `DI-Compiler`
3737
so that it works most efficiently.
3838

39-
4039
<!-- SHADOW_SECTION_FEATURES_START -->
4140

4241
### Features
@@ -84,8 +83,9 @@ so that it works most efficiently.
8483
- [Usage](#usage)
8584
- [Usage as an API](#usage-as-an-api)
8685
- [Usage as a Node.js loader](#usage-as-a-nodejs-loader)
87-
- [Loader caching](#loader-caching)
88-
- [Customizing DI-Compiler when used as a loader](#customizing-di-compiler-when-used-as-a-loader)
86+
- [Loader SourceMaps](#loader-sourcemaps)
87+
- [Loader caching](#loader-caching)
88+
- [Customizing DI-Compiler when used as a loader](#customizing-di-compiler-when-used-as-a-loader)
8989
- [Usage as a TypeScript Custom Transformer](#usage-as-a-typescript-custom-transformer)
9090
- [Usage with TypeScript's Compiler APIs](#usage-with-typescripts-compiler-apis)
9191
- [Usage with ts-nodes programmatic API](#usage-with-ts-nodes-programmatic-api)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/di-compiler",
3-
"version": "2.2.6",
3+
"version": "3.0.0",
44
"description": "A Custom Transformer for Typescript that enables compile-time Dependency Injection",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)