Skip to content

Commit efc4a41

Browse files
committed
2.0.5
1 parent fcdda46 commit efc4a41

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## <small>2.0.5 (2021-06-10)</small>
2+
3+
* test: for long test ([d019534](https://github.com/posthtml/posthtml-render/commit/d019534))
4+
* test: invalid in htmlnano travis ([69d666b](https://github.com/posthtml/posthtml-render/commit/69d666b))
5+
* test: more tests ([4dfa92e](https://github.com/posthtml/posthtml-render/commit/4dfa92e))
6+
* test: off only one test ([fcdda46](https://github.com/posthtml/posthtml-render/commit/fcdda46))
7+
* fix: empty and false content, close #58 ([af9d828](https://github.com/posthtml/posthtml-render/commit/af9d828)), closes [#58](https://github.com/posthtml/posthtml-render/issues/58)
8+
9+
10+
111
## <small>2.0.4 (2021-06-08)</small>
212

13+
* 2.0.4 ([698e31f](https://github.com/posthtml/posthtml-render/commit/698e31f))
314
* perf: engine up to 12 version ([7c430be](https://github.com/posthtml/posthtml-render/commit/7c430be))
415
* fix: if tree contains empty string, close #58 ([401f5a6](https://github.com/posthtml/posthtml-render/commit/401f5a6)), closes [#58](https://github.com/posthtml/posthtml-render/issues/58)
516
* test: if tree exists empty string, issue #58 ([3493d4f](https://github.com/posthtml/posthtml-render/commit/3493d4f)), closes [#58](https://github.com/posthtml/posthtml-render/issues/58)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-render",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Renders PostHTML Tree to HTML/XML",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-render",

0 commit comments

Comments
 (0)