Updated changelog
parent
2b86e288e8
commit
0302c5776d
|
@ -1,6 +1,14 @@
|
||||||
An attempt at documenting the changes/new features introduced in each
|
An attempt at documenting the changes/new features introduced in each
|
||||||
release.
|
release.
|
||||||
|
|
||||||
|
---
|
||||||
|
## Edge
|
||||||
|
_These features are not yet properly released, you need to use [the edge builds](https://community.silverbullet.md/t/living-on-the-edge-builds/27) to try them._
|
||||||
|
|
||||||
|
* Numerous bug fixes and significant performance improvements in rendering templates (which now happen server-side), including code completion fixes.
|
||||||
|
* New `{{#each @varname in <expression>}}` syntax in [[Template Language#each directive]].
|
||||||
|
* New [[Functions#readPage(name)]] function
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
|
@ -60,3 +60,6 @@ This very page exists: {{pageExists(@page.name)}}
|
||||||
|
|
||||||
And this one: {{pageExists("non-existing")}}
|
And this one: {{pageExists("non-existing")}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## readPage(name)
|
||||||
|
Reads in the content of the page `name` and returns it as a string.
|
Loading…
Reference in New Issue