Skip to content

Commit 43398d5

Browse files
committedAug 22, 2020
style: lintstage lint update
1 parent 8ff437a commit 43398d5

File tree

4 files changed

+572
-3
lines changed

4 files changed

+572
-3
lines changed
 

‎.lintstagedrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"*.{js,md}": "eslint"
2+
"*.js": "jshint . && jscs ."
33
}

‎changelog.md

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

‎package-lock.json

+417-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"scripts": {
1818
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
1919
"test": "mocha",
20-
"lint": "jshint . && jscs .",
2120
"coverage": "nyc report --reporter=text-lcov | coveralls"
2221
},
2322
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)
Please sign in to comment.