mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated CHANGELOG.md
This commit is contained in:
parent
a936c93b4c
commit
ea549b912e
@ -5,10 +5,14 @@ Changelog
|
||||
|
||||
## 2.0.x
|
||||
|
||||
### 2.0.3
|
||||
### 2.0.4
|
||||
|
||||
- :exclamation: Fixed #36 - Deprecated - When using `<include>` with body content, nested body content is now passed in as `String` property named `body`. Old behavior: nested content would be passed in as a `Function` property named `invokeBody` that would return the `String` value of the nested content. `invokeBody()` has been deprecated.
|
||||
|
||||
### 2.0.3
|
||||
|
||||
- Fixed #36 - Don't use `invokeBody()` in test code and the HTML comments tag
|
||||
|
||||
### 2.0.2
|
||||
|
||||
- :exclamation: Fixed #36 - Deprecated `input.invokeBody()` in favor of `input.renderBody(out)`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user