UNPKG

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