Skip to content

Releases: voidzero-dev/oxc-angular-compiler

v0.0.15

10 Mar 08:49
v0.0.15
c0a2432

Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

10 Mar 02:45
v0.0.14
c380a55

Choose a tag to compare

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

09 Mar 06:01
v0.0.13
7cd9633

Choose a tag to compare

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

07 Mar 14:07
v0.0.12
358c046

Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

06 Mar 09:08
v0.0.11
a0787fd

Choose a tag to compare

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

05 Mar 15:33
v0.0.10
aa92562

Choose a tag to compare

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

05 Mar 09:08
v0.0.9
bccbac7

Choose a tag to compare

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