Skip to content

Commit d0a07dc

Browse files
committed
build: update changelog
1 parent 0601fbd commit d0a07dc

File tree

1 file changed

+156
-0
lines changed

1 file changed

+156
-0
lines changed

changelog.md

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
## 0.5.0 (2020-08-22)
2+
3+
* revert: incorrect changes ([0601fbd](https://github.com/posthtml/posthtml-parser/commit/0601fbd))
4+
* style: lintstage lint update ([43398d5](https://github.com/posthtml/posthtml-parser/commit/43398d5))
5+
* build: forgot conventional-changelog-cli ([8ff437a](https://github.com/posthtml/posthtml-parser/commit/8ff437a))
6+
* build: update dep dev ([f8efe55](https://github.com/posthtml/posthtml-parser/commit/f8efe55))
7+
* build: update lint/build system ([54adc49](https://github.com/posthtml/posthtml-parser/commit/54adc49))
8+
* build(deps): bump handlebars from 4.0.11 to 4.5.3 ([8773f14](https://github.com/posthtml/posthtml-parser/commit/8773f14))
9+
* ci: drop old node support ([cf95d62](https://github.com/posthtml/posthtml-parser/commit/cf95d62))
10+
* ci: drop support old node ([d415fb9](https://github.com/posthtml/posthtml-parser/commit/d415fb9))
11+
* fix: incorrect merge defaultOptions, close #47 ([11ba7fb](https://github.com/posthtml/posthtml-parser/commit/11ba7fb)), closes [#47](https://github.com/posthtml/posthtml-parser/issues/47)
12+
* test: update for, #41 ([3cfc5c6](https://github.com/posthtml/posthtml-parser/commit/3cfc5c6)), closes [#41](https://github.com/posthtml/posthtml-parser/issues/41)
13+
14+
15+
16+
## <small>0.4.2 (2019-11-08)</small>
17+
18+
* 0.4.2 ([f8a63ab](https://github.com/posthtml/posthtml-parser/commit/f8a63ab))
19+
* fix: version pkg ([d531970](https://github.com/posthtml/posthtml-parser/commit/d531970))
20+
* perf: remove objectAssign polyfill ([8083f07](https://github.com/posthtml/posthtml-parser/commit/8083f07))
21+
* build: update depDev ([df66e8d](https://github.com/posthtml/posthtml-parser/commit/df66e8d))
22+
* ci(.travis): update Node.js versions ([b6f4b50](https://github.com/posthtml/posthtml-parser/commit/b6f4b50))
23+
* feat: introduce TypeScript definitions ([100adc1](https://github.com/posthtml/posthtml-parser/commit/100adc1))
24+
* style: fix indent ([47cb744](https://github.com/posthtml/posthtml-parser/commit/47cb744))
25+
* docs: update options ([e771ac6](https://github.com/posthtml/posthtml-parser/commit/e771ac6))
26+
27+
28+
29+
## <small>0.4.1 (2018-02-16)</small>
30+
31+
* remove isobject module ([49a0ee6](https://github.com/posthtml/posthtml-parser/commit/49a0ee6))
32+
* v0.4.1 ([b8e5dff](https://github.com/posthtml/posthtml-parser/commit/b8e5dff))
33+
* fix: improve readablity ([222aa79](https://github.com/posthtml/posthtml-parser/commit/222aa79))
34+
35+
36+
37+
## 0.4.0 (2018-01-23)
38+
39+
* build RegEx from RegEx.source ([4bc2807](https://github.com/posthtml/posthtml-parser/commit/4bc2807))
40+
* fix code style ([01f8cad](https://github.com/posthtml/posthtml-parser/commit/01f8cad))
41+
* lowercase and reassign 'name' var ([6f046c8](https://github.com/posthtml/posthtml-parser/commit/6f046c8))
42+
* refactor directive parser ([f7d296c](https://github.com/posthtml/posthtml-parser/commit/f7d296c))
43+
* split directive checking per condition ([1b800f7](https://github.com/posthtml/posthtml-parser/commit/1b800f7))
44+
* v0.4.0 ([3bad693](https://github.com/posthtml/posthtml-parser/commit/3bad693))
45+
* directive: add support for regular expression custom directive. ([9403660](https://github.com/posthtml/posthtml-parser/commit/9403660))
46+
47+
48+
49+
## <small>0.3.3 (2018-01-19)</small>
50+
51+
* v0.3.3 ([137aa45](https://github.com/posthtml/posthtml-parser/commit/137aa45))
52+
* fix: icorrect concat directives ([b17f7c0](https://github.com/posthtml/posthtml-parser/commit/b17f7c0))
53+
54+
55+
56+
## <small>0.3.2 (2018-01-18)</small>
57+
58+
* 0.3.1 ([dd11797](https://github.com/posthtml/posthtml-parser/commit/dd11797))
59+
* revert default value for option ([8b9e4ed](https://github.com/posthtml/posthtml-parser/commit/8b9e4ed))
60+
* use `htmlparser2/lib/Parser` directly ([24c5e4e](https://github.com/posthtml/posthtml-parser/commit/24c5e4e))
61+
* v0.3.2 ([21d117d](https://github.com/posthtml/posthtml-parser/commit/21d117d))
62+
* test: fix test ([cad515c](https://github.com/posthtml/posthtml-parser/commit/cad515c))
63+
* fix: incoming options not merge with default options ([8eaa928](https://github.com/posthtml/posthtml-parser/commit/8eaa928))
64+
65+
66+
67+
## <small>0.3.1 (2017-12-27)</small>
68+
69+
* fix: if directive in content ([5e1650a](https://github.com/posthtml/posthtml-parser/commit/5e1650a))
70+
* fix: try fix for old node ([3086a08](https://github.com/posthtml/posthtml-parser/commit/3086a08))
71+
* fix(index): parse obj in attrs, close #22 ([7e32484](https://github.com/posthtml/posthtml-parser/commit/7e32484)), closes [#22](https://github.com/posthtml/posthtml-parser/issues/22)
72+
* revert(index): collect attrs ([7277faf](https://github.com/posthtml/posthtml-parser/commit/7277faf))
73+
* style: fix lint error ([6d1a2d5](https://github.com/posthtml/posthtml-parser/commit/6d1a2d5))
74+
* style(test): update title ([17b0c04](https://github.com/posthtml/posthtml-parser/commit/17b0c04))
75+
* test: for custom process directive ([db31f89](https://github.com/posthtml/posthtml-parser/commit/db31f89))
76+
* test: for directives and tag ([0b0f098](https://github.com/posthtml/posthtml-parser/commit/0b0f098))
77+
* test: update test for custom directives ([25ba6d0](https://github.com/posthtml/posthtml-parser/commit/25ba6d0))
78+
* test(test): add test for issue #11 ([aa8d0e3](https://github.com/posthtml/posthtml-parser/commit/aa8d0e3)), closes [#11](https://github.com/posthtml/posthtml-parser/issues/11)
79+
* test(test): for issue #22 ([a44f4fe](https://github.com/posthtml/posthtml-parser/commit/a44f4fe)), closes [#22](https://github.com/posthtml/posthtml-parser/issues/22)
80+
* chore: bump ([6abbc6d](https://github.com/posthtml/posthtml-parser/commit/6abbc6d))
81+
* chore(index): update htmlparser2 ([b3e4c2d](https://github.com/posthtml/posthtml-parser/commit/b3e4c2d))
82+
* chore(package): fix htmlparse2 version ([67edc28](https://github.com/posthtml/posthtml-parser/commit/67edc28))
83+
* perf: for loop directives ([3d7ef5a](https://github.com/posthtml/posthtml-parser/commit/3d7ef5a))
84+
* perf: forgot export default directives ([924cfca](https://github.com/posthtml/posthtml-parser/commit/924cfca))
85+
* feat: parse directives according incoming options ([7e8e624](https://github.com/posthtml/posthtml-parser/commit/7e8e624))
86+
* docs: desctiption for option directives ([12c0db9](https://github.com/posthtml/posthtml-parser/commit/12c0db9))
87+
88+
89+
90+
## <small>0.2.1 (2017-02-14)</small>
91+
92+
* Bump version to 0.2.1 ([00b41b0](https://github.com/posthtml/posthtml-parser/commit/00b41b0))
93+
* Disable lowerCaseAttributeNames option by default ([2145089](https://github.com/posthtml/posthtml-parser/commit/2145089))
94+
95+
96+
97+
## 0.2.0 (2016-07-19)
98+
99+
* 0.2.0 ([bf7395e](https://github.com/posthtml/posthtml-parser/commit/bf7395e))
100+
* add strict mode ([6980b91](https://github.com/posthtml/posthtml-parser/commit/6980b91))
101+
* Allow pass options to parser ([2cdc3e6](https://github.com/posthtml/posthtml-parser/commit/2cdc3e6)), closes [posthtml/posthtml/pull/150#issuecomment-232707133](https://github.com/posthtml/posthtml/pull/150/issues/issuecomment-232707133)
102+
* Create MAINTAINERS ([df024a4](https://github.com/posthtml/posthtml-parser/commit/df024a4))
103+
* document PostHTML AST ([65ee207](https://github.com/posthtml/posthtml-parser/commit/65ee207))
104+
* drop isEmpty helper ([10fc685](https://github.com/posthtml/posthtml-parser/commit/10fc685))
105+
* minor improvements ([fcfc1e9](https://github.com/posthtml/posthtml-parser/commit/fcfc1e9))
106+
* use if statement ([b867a45](https://github.com/posthtml/posthtml-parser/commit/b867a45))
107+
* use repository shortcut syntax ([878bd17](https://github.com/posthtml/posthtml-parser/commit/878bd17))
108+
109+
110+
111+
## <small>0.1.3 (2016-03-04)</small>
112+
113+
* 0.1.3 ([cf3927e](https://github.com/posthtml/posthtml-parser/commit/cf3927e))
114+
* Update index.js ([ea645e5](https://github.com/posthtml/posthtml-parser/commit/ea645e5))
115+
* Update index.js ([9a15925](https://github.com/posthtml/posthtml-parser/commit/9a15925))
116+
* Update index.js ([a327a5d](https://github.com/posthtml/posthtml-parser/commit/a327a5d))
117+
* Update index.js ([532cdf8](https://github.com/posthtml/posthtml-parser/commit/532cdf8))
118+
* Update index.js ([b1c6b5b](https://github.com/posthtml/posthtml-parser/commit/b1c6b5b))
119+
* Update index.js ([1dea63b](https://github.com/posthtml/posthtml-parser/commit/1dea63b))
120+
* Update test.js ([729ec64](https://github.com/posthtml/posthtml-parser/commit/729ec64))
121+
* Update test.js ([5e691b4](https://github.com/posthtml/posthtml-parser/commit/5e691b4))
122+
* Update test.js ([d1847c7](https://github.com/posthtml/posthtml-parser/commit/d1847c7))
123+
124+
125+
126+
## <small>0.1.2 (2016-03-03)</small>
127+
128+
* 0.1.2 ([906fa7e](https://github.com/posthtml/posthtml-parser/commit/906fa7e))
129+
* add more about PostHTML link ([ca1ff66](https://github.com/posthtml/posthtml-parser/commit/ca1ff66))
130+
* add PostHTML link ([e18ee18](https://github.com/posthtml/posthtml-parser/commit/e18ee18))
131+
* add test for camelCase tag name ([550755e](https://github.com/posthtml/posthtml-parser/commit/550755e))
132+
* Update index.js ([ab07822](https://github.com/posthtml/posthtml-parser/commit/ab07822))
133+
134+
135+
136+
## <small>0.1.1 (2015-11-02)</small>
137+
138+
* add npm scripts ([b4b6571](https://github.com/posthtml/posthtml-parser/commit/b4b6571))
139+
* doctype test ([d829aaa](https://github.com/posthtml/posthtml-parser/commit/d829aaa))
140+
* fix test texts & add test tag ([43ab5da](https://github.com/posthtml/posthtml-parser/commit/43ab5da))
141+
* Release 0.1.1 ([41b6b3a](https://github.com/posthtml/posthtml-parser/commit/41b6b3a))
142+
* test a not single nodes ([0360f87](https://github.com/posthtml/posthtml-parser/commit/0360f87))
143+
* test comments ([ca86fba](https://github.com/posthtml/posthtml-parser/commit/ca86fba))
144+
* tests for texts ([dc40c7c](https://github.com/posthtml/posthtml-parser/commit/dc40c7c))
145+
* upd Readme ([c8e9c29](https://github.com/posthtml/posthtml-parser/commit/c8e9c29))
146+
147+
148+
149+
## 0.1.0 (2015-10-20)
150+
151+
* add package.json ([3daf4bc](https://github.com/posthtml/posthtml-parser/commit/3daf4bc))
152+
* basic ([2e38720](https://github.com/posthtml/posthtml-parser/commit/2e38720))
153+
* Initial commit ([285d87f](https://github.com/posthtml/posthtml-parser/commit/285d87f))
154+
155+
156+

0 commit comments

Comments
 (0)