Skip to content

Commit 861ad7b

Browse files
committed
0.5.2
1 parent 1ccca5c commit 861ad7b

3 files changed

Lines changed: 108 additions & 18 deletions

File tree

changelog.md

Lines changed: 105 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,112 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
This project adheres to [Semantic Versioning](http://semver.org/).
1+
## <small>0.5.2 (2020-11-13)</small>
42

5-
## [0.2.0] - 2017-12-14
6-
### Added
7-
- Plugins options - call your plugins after extend.
3+
* test: fix require extend ([1ccca5c](https://github.com/posthtml/posthtml-extend/commit/1ccca5c))
4+
* ci: drop windows ([ce69a54](https://github.com/posthtml/posthtml-extend/commit/ce69a54))
5+
* docs: fix typo ([e252a69](https://github.com/posthtml/posthtml-extend/commit/e252a69))
6+
* style: after lint ([34906c1](https://github.com/posthtml/posthtml-extend/commit/34906c1))
7+
* fix: lost tree context ([2be839e](https://github.com/posthtml/posthtml-extend/commit/2be839e))
8+
* build: update build system ([d109d83](https://github.com/posthtml/posthtml-extend/commit/d109d83))
89

910

10-
## [0.1.2] - 2016-01-09
11-
### Fixed
12-
- Error with empty blocks [#3].
1311

12+
## <small>0.5.1 (2020-10-28)</small>
13+
14+
* 0.5.1 ([927ebd2](https://github.com/posthtml/posthtml-extend/commit/927ebd2))
15+
* build(deps): bump posthtml from 0.13.2 to 0.13.4 ([8556659](https://github.com/posthtml/posthtml-extend/commit/8556659))
16+
* build(deps): bump posthtml-parser from 0.4.2 to 0.5.1 ([dbb9272](https://github.com/posthtml/posthtml-extend/commit/dbb9272))
17+
18+
19+
20+
## 0.5.0 (2020-08-19)
21+
22+
* 0.5.0 ([c21a1d7](https://github.com/posthtml/posthtml-extend/commit/c21a1d7))
23+
* build: update dep dev ([629fd7f](https://github.com/posthtml/posthtml-extend/commit/629fd7f))
24+
* docs: update readme ([9f83a22](https://github.com/posthtml/posthtml-extend/commit/9f83a22))
25+
* feat: custom tag name ([47ab055](https://github.com/posthtml/posthtml-extend/commit/47ab055))
26+
27+
28+
29+
## 0.4.0 (2020-08-12)
30+
31+
* 0.4.0 ([55ccf0d](https://github.com/posthtml/posthtml-extend/commit/55ccf0d))
32+
* docs: add configurable slot/fill tag name ([7790f2d](https://github.com/posthtml/posthtml-extend/commit/7790f2d))
33+
* feat: slot/fill tag name, close #22 ([2669bcd](https://github.com/posthtml/posthtml-extend/commit/2669bcd)), closes [#22](https://github.com/posthtml/posthtml-extend/issues/22)
34+
* test: for feat slot/fill, issue #22 ([6f894b8](https://github.com/posthtml/posthtml-extend/commit/6f894b8)), closes [#22](https://github.com/posthtml/posthtml-extend/issues/22)
35+
* ci: drop support old node ([2e342a5](https://github.com/posthtml/posthtml-extend/commit/2e342a5))
36+
37+
38+
39+
## 0.3.0 (2020-08-12)
40+
41+
* 0.3.0 ([0d25f96](https://github.com/posthtml/posthtml-extend/commit/0d25f96))
42+
* Add “Messages” test suite and update `init()` ([5ba1f9e](https://github.com/posthtml/posthtml-extend/commit/5ba1f9e))
43+
* add an option to disable strict name checking (closes #16) ([a72ca0e](https://github.com/posthtml/posthtml-extend/commit/a72ca0e)), closes [#16](https://github.com/posthtml/posthtml-extend/issues/16)
44+
* Bump eslint from 4.15.0 to 4.18.2 ([1523114](https://github.com/posthtml/posthtml-extend/commit/1523114))
45+
* Fix api, tree.messages and tree.options ([fa002cb](https://github.com/posthtml/posthtml-extend/commit/fa002cb))
46+
* Fix Tree API ([fcf0e6d](https://github.com/posthtml/posthtml-extend/commit/fcf0e6d))
47+
* Fix whitespace ([9c09e88](https://github.com/posthtml/posthtml-extend/commit/9c09e88))
48+
* refactor ([dadd280](https://github.com/posthtml/posthtml-extend/commit/dadd280))
49+
* refactor ([530ff4e](https://github.com/posthtml/posthtml-extend/commit/530ff4e))
50+
* Refactor ([b53b3da](https://github.com/posthtml/posthtml-extend/commit/b53b3da))
51+
* Update extend.es6 ([abe5fc1](https://github.com/posthtml/posthtml-extend/commit/abe5fc1))
52+
* Update extend.es6 ([2ab1130](https://github.com/posthtml/posthtml-extend/commit/2ab1130))
53+
* Update extend.es6 ([56de515](https://github.com/posthtml/posthtml-extend/commit/56de515))
54+
* Update posthtml to 0.11.3 ([e334dab](https://github.com/posthtml/posthtml-extend/commit/e334dab))
55+
* Update README examples with template literals ([5927b53](https://github.com/posthtml/posthtml-extend/commit/5927b53))
56+
* Utilize tree.messages API ([b194a72](https://github.com/posthtml/posthtml-extend/commit/b194a72))
57+
* build: bump ([211cb3a](https://github.com/posthtml/posthtml-extend/commit/211cb3a))
58+
* perf: destruct only match method ([53d33f3](https://github.com/posthtml/posthtml-extend/commit/53d33f3))
59+
60+
61+
62+
## 0.2.0 (2017-12-14)
63+
64+
* Add the changelog #4 ([068ddfa](https://github.com/posthtml/posthtml-extend/commit/068ddfa)), closes [#4](https://github.com/posthtml/posthtml-extend/issues/4)
65+
* Bump to 0.2.0 ([7d5cece](https://github.com/posthtml/posthtml-extend/commit/7d5cece))
66+
* Change the title in the README ([f5e8dec](https://github.com/posthtml/posthtml-extend/commit/f5e8dec))
67+
* Check for global variable leaks ([db31ff7](https://github.com/posthtml/posthtml-extend/commit/db31ff7))
68+
* Update repository links ([353d814](https://github.com/posthtml/posthtml-extend/commit/353d814)), closes [#7](https://github.com/posthtml/posthtml-extend/issues/7)
69+
* build(): Fix lint errors ([e1bbbe1](https://github.com/posthtml/posthtml-extend/commit/e1bbbe1))
70+
* build(): return linting ([a294065](https://github.com/posthtml/posthtml-extend/commit/a294065))
71+
* chore(): update depDev ([dcdf0bf](https://github.com/posthtml/posthtml-extend/commit/dcdf0bf))
72+
* chore(): update dependencies ([6a70a9e](https://github.com/posthtml/posthtml-extend/commit/6a70a9e))
73+
* docs(changelog): add description for plugins option ([2e520bc](https://github.com/posthtml/posthtml-extend/commit/2e520bc))
74+
* docs(changelog): Fix typo ([2b5eaaa](https://github.com/posthtml/posthtml-extend/commit/2b5eaaa))
75+
* docs(readme): add description for plugin option ([5ae4090](https://github.com/posthtml/posthtml-extend/commit/5ae4090))
76+
* docs(readme): Improve "Plugins" section ([161106b](https://github.com/posthtml/posthtml-extend/commit/161106b))
77+
* ci(travis): drop support 0.12 ([b494e4f](https://github.com/posthtml/posthtml-extend/commit/b494e4f))
78+
* test(extend): for call plugins after extend ([b1ad5fb](https://github.com/posthtml/posthtml-extend/commit/b1ad5fb))
79+
* feat(extend.es6): add call plugins after extend ([3328201](https://github.com/posthtml/posthtml-extend/commit/3328201))
80+
81+
82+
83+
## <small>0.1.2 (2016-01-09)</small>
84+
85+
* Bump to 0.1.2 ([3943cd5](https://github.com/posthtml/posthtml-extend/commit/3943cd5))
86+
* Fix error with empty blocks #3 ([80867ea](https://github.com/posthtml/posthtml-extend/commit/80867ea)), closes [#3](https://github.com/posthtml/posthtml-extend/issues/3)
87+
* Highlight HTML in the README ([73013d0](https://github.com/posthtml/posthtml-extend/commit/73013d0))
88+
* Improve README #2 ([ec7a887](https://github.com/posthtml/posthtml-extend/commit/ec7a887)), closes [#2](https://github.com/posthtml/posthtml-extend/issues/2)
89+
* Move posthtml to dependencies and update to ^0.8.1 ([d2ff461](https://github.com/posthtml/posthtml-extend/commit/d2ff461))
90+
* Refactor ([3458c2d](https://github.com/posthtml/posthtml-extend/commit/3458c2d))
91+
92+
93+
94+
## <small>0.1.1 (2016-01-03)</small>
95+
96+
* Allow to append content #1 ([b162108](https://github.com/posthtml/posthtml-extend/commit/b162108)), closes [#1](https://github.com/posthtml/posthtml-extend/issues/1)
97+
* Allow to prepend content #1 ([1473640](https://github.com/posthtml/posthtml-extend/commit/1473640)), closes [#1](https://github.com/posthtml/posthtml-extend/issues/1)
98+
* Bump to 0.1.1 ([6a24351](https://github.com/posthtml/posthtml-extend/commit/6a24351))
99+
* Refactor ([2b578ab](https://github.com/posthtml/posthtml-extend/commit/2b578ab))
100+
* Write about append and prepend in the README ([a1f0b8b](https://github.com/posthtml/posthtml-extend/commit/a1f0b8b))
101+
102+
103+
104+
## 0.1.0 (2015-12-26)
105+
106+
* Add Travis CI integration ([137b232](https://github.com/posthtml/posthtml-extend/commit/137b232))
107+
* Bump to 0.1.0 ([6d28667](https://github.com/posthtml/posthtml-extend/commit/6d28667))
108+
* Extend templates ([2e99880](https://github.com/posthtml/posthtml-extend/commit/2e99880))
109+
* init ([f5a8558](https://github.com/posthtml/posthtml-extend/commit/f5a8558))
14110

15-
## [0.1.1] - 2016-01-03
16-
### Added
17-
- Allow to append and prepend content to a block.
18111

19112

20-
[0.2.0]: https://github.com/posthtml/posthtml-extend/compare/0.1.2...0.2.0
21-
[0.1.2]: https://github.com/posthtml/posthtml-extend/compare/0.1.1...0.1.2
22-
[0.1.1]: https://github.com/posthtml/posthtml-extend/compare/0.1.0...0.1.1

package-lock.json

Lines changed: 2 additions & 2 deletions
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-extend",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Templates extending (Jade-like)",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-extend",

0 commit comments

Comments
 (0)