@astrojs/compiler 0.5.2 → 0.5.6

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.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 7ca419e: Improve behavior of empty expressions in body and attributes, where `{}` is equivalent to `{(void 0)}`
8
+
9
+ ## 0.5.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 7a41d7b: Fix `<>` syntax edge case inside of expressions
14
+ - b0d35b9: Fix edge case with conditional scripts
15
+
16
+ ## 0.5.4
17
+
18
+ ### Patch Changes
19
+
20
+ - f2e0322: Do not reconstruct active formatting elements on expression start
21
+ - 0103285: Bugfix: expressions in table context
22
+
23
+ ## 0.5.3
24
+
25
+ ### Patch Changes
26
+
27
+ - 50cbc57: Fix fragment expression behavior edge case
28
+
3
29
  ## 0.5.2
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.2",
4
+ "version": "0.5.6",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },