@astrojs/compiler 0.5.1 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 7a41d7b: Fix `<>` syntax edge case inside of expressions
8
+ - b0d35b9: Fix edge case with conditional scripts
9
+
10
+ ## 0.5.4
11
+
12
+ ### Patch Changes
13
+
14
+ - f2e0322: Do not reconstruct active formatting elements on expression start
15
+ - 0103285: Bugfix: expressions in table context
16
+
17
+ ## 0.5.3
18
+
19
+ ### Patch Changes
20
+
21
+ - 50cbc57: Fix fragment expression behavior edge case
22
+
23
+ ## 0.5.2
24
+
25
+ ### Patch Changes
26
+
27
+ - 8f0e3d7: Fix fragment parsing bugs when frontmatter is missing or top-level expressions are present
28
+
3
29
  ## 0.5.1
4
30
 
5
31
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/compiler",
3
3
  "type": "module",
4
- "version": "0.5.1",
4
+ "version": "0.5.5",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },