Skip to content

Releases: withastro/compiler

@astrojs/compiler@1.0.1

19 Jan 18:00
141dcc3
Compare
Choose a tag to compare

Patch Changes

  • 94b2c02: Prevent insertion of maybeRenderHead on hoisted scripts

@astrojs/compiler@1.0.0

18 Jan 21:18
d2b51cf
Compare
Choose a tag to compare

Major Changes

@astrojs/compiler@0.33.0

17 Jan 15:05
d9bb735
Compare
Choose a tag to compare

Minor Changes

  • 1adac72: Improve error recovery when using the transform function. The compiler will now properly reject the promise with a useful message and stacktrace rather than print internal errors to stdout.

Patch Changes

  • 68d3c0c: Fix edge case where export type could hang the compiler
  • ec1ddf0: Handle edge case with TypeScript generics handling and our TSX output
  • 23d1fc0: Ignore trailing whitespace in components

@astrojs/compiler@0.32.0

11 Jan 17:54
47e4cf4
Compare
Choose a tag to compare

Minor Changes

  • 2404848: Remove pathname option in favour of sourcefile option
  • 2ca86f6: Remove site and projectRoot options in favour of the astroGlobalArgs option
  • edd3e0e: Merge sourcefile and moduleId options as a single filename option. Add a new normalizedFilename option to generate stable hashes instead.
  • 08843bd: Remove experimentalStaticExtraction option. It is now the default.

@astrojs/compiler@0.31.4

04 Jan 19:49
32f3c2f
Compare
Choose a tag to compare

Patch Changes

  • 960b853: Rename SerializeOtions interface to SerializeOptions
  • fcab891: Fixes export hoisting edge case
  • 47de01a: Handle module IDs containing quotes

@astrojs/compiler@0.31.3

20 Dec 23:05
86be49c
Compare
Choose a tag to compare

Patch Changes

@astrojs/compiler@0.31.2

20 Dec 22:32
6e202cc
Compare
Choose a tag to compare

Patch Changes

  • 89c0cee: fix: corner case that component in head expression will case body tag missing
  • 20497f4: Improve fidelity of sourcemaps for frontmatter

@astrojs/compiler@0.31.1

16 Dec 21:28
61ff04b
Compare
Choose a tag to compare

Patch Changes

  • 24dcf7e: Allow script and style before HTML
  • ef391fa: fix: corner case with slot expression in head will cause body tag missing

@astrojs/compiler@0.31.0

07 Dec 22:17
6c0d047
Compare
Choose a tag to compare

Minor Changes

@astrojs/compiler@0.30.1

07 Dec 20:03
f95ced5
Compare
Choose a tag to compare

Patch Changes

  • ff9e7ba: Fix edge case where < was not handled properly inside of expressions
  • f31d535: Fix edge case with Prop detection for TSX output