You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
Just a quick corrective version over v0.3.7 to fix the behaviour of several untested features, like the newly added filters of `for` loops.
4
4
This release also introduces few more meta-expression operators to allow escaping, and a realistic example emitting HTML to complement the rest of the docs.
5
5
6
+
### New features
7
+
8
+
-`when` as a prop command for the conditional rendering of the owner.
9
+
6
10
### Breaking changes
7
11
8
12
-`sort-by` and `order-by` will now use `|` in place `,` to split multiple options.
Just a quick corrective version over v0.3.7 to fix the behaviour of several untested features, like the newly added filters of `for` loops.
4
+
This release also introduces few more meta-expression operators to allow escaping, and a realistic example emitting HTML to complement the rest of the docs.
5
+
6
+
### New features
7
+
8
+
-`when` as a prop command for the conditional rendering of the owner.
9
+
10
+
### Breaking changes
11
+
12
+
-`sort-by` and `order-by` will now use `|` in place `,` to split multiple options.
13
+
-`when`/`is` fully replaced. The older syntax was dreadful but necessary without the RPN virtual machine, but now that we have... say hello to `test`/`case`.
0 commit comments