Releases: voidzero-dev/oxc-angular-compiler
Releases · voidzero-dev/oxc-angular-compiler
v0.0.18
What's Changed
- chore(deps): update dependency vite to v8.0.0 by @renovate[bot] in #125
- chore(deps): update pnpm to v10.32.1 by @renovate[bot] in #126
- fix(deps): update dependency interactjs to v1.10.27 by @renovate[bot] in #130
- fix(deps): update dependency @sanity/asset-utils to v1.3.2 - autoclosed by @renovate[bot] in #129
- fix(deps): update angular monorepo by @renovate[bot] in #127
- fix(deps): update dependency @portabletext/to-html to v2.0.17 by @renovate[bot] in #128
- fix(deps): update dependency rxjs to v7.8.2 by @renovate[bot] in #131
- chore(deps): update dependency @sanity/types to v3.99.0 by @renovate[bot] in #132
- chore(deps): update dependency vitest to v4.1.0 by @renovate[bot] in #134
- chore(deps): update oxlint monorepo by @renovate[bot] in #136
- chore(deps): update dependency @tailwindcss/vite to v4.2.1 by @renovate[bot] in #133
- chore(deps): update dependency tsdown to v0.21.3 by @renovate[bot] in #135
- chore(deps): update dependency oxlint-tsgolint to ^0.17.0 by @renovate[bot] in #137
- fix(deps): update angularmaterial monorepo to v20.2.14 by @renovate[bot] in #138
- chore(deps): update dependency tsdown to v0.21.4 by @renovate[bot] in #147
- chore(deps): update oxc to ^0.120.0 by @renovate[bot] in #146
- chore(deps): update rust crate tempfile to v3.27.0 by @renovate[bot] in #145
- feat(vite): add templateTransform hook for template preprocessing by @BenjaminDobler in #150
- chore(deps): update oxc to ^0.121.0 by @renovate[bot] in #151
- chore(deps): update rust crate oxc_sourcemap to v6.1.0 by @renovate[bot] in #153
- fix(compiler): correct host directive mapping array order by @ashley-hunter in #152
- fix(compiler): quote object keys containing dots or hyphens in inputs/outputs by @ashley-hunter in #155
- chore(deps): upgrade oxlint by @Brooooooklyn in #156
- Add native component style minification by @wisdman in #124
New Contributors
- @BenjaminDobler made their first contribution in #150
- @ashley-hunter made their first contribution in #152
- @wisdman made their first contribution in #124
Full Changelog: v0.0.17...v0.0.18
v0.0.16
What's Changed
- fix: version-gate conditionalCreate/conditionalBranchCreate for Angular 19 support by @Brooooooklyn in #106
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- feat: generate .d.ts Ivy type declarations for Angular library builds by @Brooooooklyn in #101
- chore: upgrade deps by @Brooooooklyn in #102
- chore: upgrade more deps by @Brooooooklyn in #103
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- fix: populate source map in transformAngularFile when sourcemap option is enabled by @Brooooooklyn in #100
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- fix: linker emits NgModule scope fields and aligns forwardRef handling with Angular TS compiler by @Brooooooklyn in #96
- feat: implement JIT compilation output for transformAngularFile by @Brooooooklyn in #98
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- refactor: single-parse edit-based transform pipeline by @Brooooooklyn in #93
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- chore: upgrade oxc_* dependencies from 0.110 to 0.116 by @Brooooooklyn in #84
- fix: linker uses version-aware standalone defaulting for pre-v19 libraries by @Brooooooklyn in #90
- fix: align linker output with Angular TypeScript compiler by @Brooooooklyn in #91
- fix: linker handles old-style directives/components/pipes fields for pre-v14 libraries by @Brooooooklyn in #92
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- fix: linker compiles hostBindings/hostVars for directives and emits signals flag by @Brooooooklyn in #83
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- feat: add SSR manifest plugin for AngularNodeAppEngine support by @Brooooooklyn in #74
- fix: compile @Injectable with coexisting PRIMARY decorators on the same class by @Brooooooklyn in #75
- fix: linker converts providers/usesInheritance/usesOnChanges to features for directives by @Brooooooklyn in #76
- fix: directive compiler uses flat array format for hostDirectives input/output mappings by @Brooooooklyn in #77
- fix: linker converts hostDirectives to ɵɵHostDirectivesFeature in features array by @Brooooooklyn in #78
- fix: directive compiler resolves namespace imports for hostDirectives references by @Brooooooklyn in #79
- fix: linker handles :not() pseudo-class selectors and uses correct SelectorFlags by @Brooooooklyn in #80
- fix: linker converts queries/viewQueries to contentQueries/viewQuery for directives by @Brooooooklyn in #81
- feat: add useDefineForClassFields playground fixture and pass tsconfig to Rolldown by @Brooooooklyn in #82
Full Changelog: v0.0.8...v0.0.9