Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@1.0.1
Patch Changes
- 94b2c02: Prevent insertion of maybeRenderHead on hoisted scripts
@astrojs/compiler@1.0.0
Major Changes
- 8e86bc6: The Astro compiler is officially stable! This release is entirely ceremonial, the code is the same as
@astrojs/compiler@0.33.0
@astrojs/compiler@0.33.0
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
@astrojs/compiler@0.32.0
Minor Changes
- 2404848: Remove
pathname
option in favour ofsourcefile
option - 2ca86f6: Remove
site
andprojectRoot
options in favour of theastroGlobalArgs
option - edd3e0e: Merge
sourcefile
andmoduleId
options as a singlefilename
option. Add a newnormalizedFilename
option to generate stable hashes instead. - 08843bd: Remove
experimentalStaticExtraction
option. It is now the default.
@astrojs/compiler@0.31.4
@astrojs/compiler@0.31.3
@astrojs/compiler@0.31.2
@astrojs/compiler@0.31.1
@astrojs/compiler@0.31.0
Minor Changes
- abdddeb: Update Go to 1.19