We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd143ad commit f0dad09Copy full SHA for f0dad09
1 file changed
UPDATE_LOG.md
@@ -14,6 +14,8 @@
14
15
```yaml
16
{type: 'loop',meta: {'$for': 'item','$in': [1,3,4]}}
17
+{type: 'loop',meta: {'$for': 'item','$in': "1...9"}}
18
+{type: 'loop',meta: {'$for': 'item','$in': "1:9:1"}}
19
```
20
21
### 3.6.0
0 commit comments