Releases: voidzero-dev/oxc-angular-compiler
Releases · voidzero-dev/oxc-angular-compiler
v0.0.30
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps): update dependency oxlint-tsgolint to ^0.23.0 by @renovate[bot] in #280
- chore(deps): update oxc to ^0.132.0 by @renovate[bot] in #281
- chore(deps): update oxc apps by @renovate[bot] in #282
- chore(deps): update dependency oxlint to v1.66.0 by @renovate[bot] in #283
- chore(deps): update rust crate oxc_resolver to v11.19.2 by @renovate[bot] in #294
- feat(vite-plugin): multi-component HMR + tokenizer-based @component field parsing by @ashley-hunter in #284
- chore(deps): update npm packages by @renovate[bot] in #292
- chore(deps): update rust crates by @renovate[bot] in #293
- chore(deps): update oxc apps by @renovate[bot] in #295
- chore(deps): update oxc to ^0.133.0 by @renovate[bot] in #296
- fix(di): resolve
T | nullconstructor param types as injection tokens by @Brooooooklyn in #297 - fix(decorator): fold
${const}template literals in metadata fields by @Brooooooklyn in #300 - feat(class_metadata): inline templateUrl/styleUrls + default-on, matching ngc by @ashley-hunter in #299
- chore(deps): update rust crate oxc_sourcemap to v7 by @renovate[bot] in #298
- fix(decorator): hoist consts referenced by emitted Ivy definitions by @Brooooooklyn in #302
- feat(class_metadata): emit JIT/TestBed metadata for signal members and all decorated class kinds by @ashley-hunter in #303
- chore(deps): update dependency oxlint to v1.67.0 by @renovate[bot] in #301
- chore(deps): update dependency @napi-rs/cli to v3.7.0 by @renovate[bot] in #304
- chore(deps): update rust crate oxc_resolver to v11.20.0 by @renovate[bot] in #305
- fix(di): emit ɵɵinvalidFactory for type-only constructor parameter imports by @Brooooooklyn in #306
- feat(defer): emit lazy resolver and async metadata for @Component.deferredImports by @Brooooooklyn in #307
- fix(parser): surface diagnostic when end tag skips an unclosed child by @Brooooooklyn in #308
- fix(transform): report templateUrl/styleUrls in result.dependencies by @Brooooooklyn in #309
Full Changelog: v0.0.29...v0.0.30
v0.0.29
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(vite-plugin): full HMR + reload matrix matching Angular CLI by @ashley-hunter in #264
- chore(deps): update dependency tsdown to v0.22.0 by @renovate[bot] in #265
- chore(deps): update rust crate mimalloc-safe to v0.1.59 by @renovate[bot] in #267
- chore(deps): update npm packages by @renovate[bot] in #266
- chore(deps): update oxc to ^0.130.0 by @renovate[bot] in #268
- chore(deps): update oxc apps by @renovate[bot] in #269
- chore(deps): update napi by @renovate[bot] in #270
- fix(import_elision): handle tuple type elements without panicking by @ashley-hunter in #272
- feat: resolve file-scope string consts in decorator metadata by @ashley-hunter in #271
- chore(deps): update oxc to ^0.131.0 by @renovate[bot] in #274
- chore(deps): update oxc apps - autoclosed by @renovate[bot] in #273
- chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 by @dependabot[bot] in #276
- chore(deps): update npm packages by @renovate[bot] in #278
- chore(deps): bump protobufjs from 7.5.4 to 7.5.8 by @dependabot[bot] in #275
- chore(deps): update rust crate mimalloc-safe to v0.1.61 by @renovate[bot] in #279
- chore: bump pnpm to 11.1.2 by @Boshen in #277
Full Changelog: v0.0.28...v0.0.29
v0.0.28
Immutable
release. Only release title and notes can be modified.
What's Changed
- ci: fix musl release builds by bumping taiki-e/install-action by @ashley-hunter in #263
Full Changelog: v0.0.27...v0.0.28
v0.0.27
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: handle TemplateLiteral in convert_ast_to_ir to register pipes and resolve @let variables by @ashley-hunter in #259
- fix: preserve object and array spread syntax in template bindings by @ashley-hunter in #260
- chore(deps): update oxc to ^0.129.0 by @renovate[bot] in #261
- chore(deps): update oxc apps by @renovate[bot] in #262
Full Changelog: v0.0.26...v0.0.27
v0.0.26
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps): update dependency oxlint-tsgolint to v0.21.1 by @renovate[bot] in #236
- chore(deps): update dependency tsdown to v0.21.9 by @renovate[bot] in #237
- chore(deps): update dependency rust to v1.95.0 by @renovate[bot] in #238
- chore(deps): update npm packages by @renovate[bot] in #239
- chore(deps): update rust crate mimalloc-safe to v0.1.57 by @renovate[bot] in #240
- chore(deps): update dependency diff to v9 by @renovate[bot] in #241
- chore(deps): update npm packages by @renovate[bot] in #242
- chore(deps): update oxc apps by @renovate[bot] in #243
- chore(deps): update oxc to ^0.127.0 by @renovate[bot] in #244
- chore(deps): update dependency tsdown to v0.21.10 by @renovate[bot] in #245
- chore(deps): bump rand from 0.8.5 to 0.8.6 by @dependabot[bot] in #246
- ci: replace actions/checkout with taiki-e/checkout-action by @Boshen in #247
- ci: pin GitHub Actions to commit hashes for latest tags by @claude in #253
- chore(deps): update oxc to ^0.128.0 by @renovate[bot] in #252
- chore(deps): update oxc apps by @renovate[bot] in #249
- chore(deps): update rust crate mimalloc-safe to v0.1.58 by @renovate[bot] in #251
- chore(deps): update npm packages by @renovate[bot] in #250
- fix: use byte-safe indexing in style encapsulation to prevent UTF-8 panics by @BenjaminDobler in #248
- chore(deps): update napi to v3.8.6 by @renovate[bot] in #254
- fix: emit syntheticHostListener for legacy animation host listeners by @ashley-hunter in #256
- fix: support outputFromObservable() from @angular/core/rxjs-interop by @ashley-hunter in #257
- chore(deps): update pnpm to v10.33.2 by @renovate[bot] in #255
- chore(deps): update npm packages by @renovate[bot] in #258
New Contributors
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- fix(angular): emit ɵɵControlFeature from linker for controlCreate metadata by @Brooooooklyn in #232
- fix(compiler): handle @Inject(TOKEN) on pipe constructor params by @BenjaminDobler in #231
- test(compiler): cover @Inject(TOKEN) on pipe constructor params by @Brooooooklyn in #235
- chore(deps): update napi by @renovate[bot] in #233
- chore(deps): update oxc to ^0.126.0 by @renovate[bot] in #234
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- chore(deps): update oxc apps by @renovate[bot] in #219
- chore(deps): update oxc to ^0.124.0 by @renovate[bot] in #220
- chore(deps): update dependency @napi-rs/cli to v3.6.1 by @renovate[bot] in #221
- chore(deps): update rust crates by @renovate[bot] in #223
- chore(deps): update npm packages by @renovate[bot] in #222
- chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #224
- chore(deps): update dependency tsdown to v0.21.8 by @renovate[bot] in #225
- chore(deps): update oxc apps by @renovate[bot] in #226
- chore(deps): update oxc to ^0.125.0 by @renovate[bot] in #227
- chore(deps): update dependency oxlint-tsgolint to ^0.21.0 by @renovate[bot] in #228
- fix(angular): align formField control binding with Angular by @Brooooooklyn in #230
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- feat: HMR support for inline template changes by @BenjaminDobler in #209
- fix: compile animation trigger host bindings to ɵɵsyntheticHostProperty by @ashley-hunter in #208
- chore(deps): update npm packages by @renovate[bot] in #212
- chore(deps): update rust crates by @renovate[bot] in #213
- chore(deps): update rust crate similar to v3 by @renovate[bot] in #214
- chore(deps): update dependency sass to v1.99.0 by @renovate[bot] in #215
- fix(vite-plugin): automatically skip Angular linker for packages in o… by @arnoudb in #211
- chore(deps): update dependency oxlint-tsgolint to ^0.20.0 by @renovate[bot] in #216
- chore(deps): update dependency vite to v8.0.5 [security] by @renovate[bot] in #218
New Contributors
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- chore(deps): update oxc apps by @renovate[bot] in #199
- chore(deps): update pnpm to v10.33.0 by @renovate[bot] in #201
- chore(deps): update oxc to ^0.123.0 by @renovate[bot] in #200
- chore(deps): update dependency oxlint-tsgolint to ^0.19.0 by @renovate[bot] in #202
- fix(angular): preserve block-body functions in decorator providers by @Brooooooklyn in #205
- fix(jit): lower non-Angular decorators via __decorate by @ashley-hunter in #204
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- chore: update ci to support cross platform by @eryue0220 in #182
- chore(deps): update npm packages by @renovate[bot] in #188
- chore(deps): update rust crates by @renovate[bot] in #189
- chore(deps): update dependency typescript to v6 by @renovate[bot] in #190
- fix: preserve multi-byte UTF-8 characters in CSS encapsulation by @Brooooooklyn in #192
- fix(vite): simplify linker transform filter for Vite/Rolldown compatibility by @Brooooooklyn in #193
- fix(injectable): don't default providedIn to 'root' when not specified by @ashley-hunter in #194
- fix(vite): stop swallowing HMR updates for non-component resources by @Brooooooklyn in #197
- fix(linker): update linker to support transform function by @eryue0220 in #198
- Addressing PR comments by @renovate[bot] in #195
Full Changelog: v0.0.20...v0.0.21