Skip to content

Commit e627ef3

Browse files
committed
release v2.0.0
1 parent 8f19697 commit e627ef3

File tree

8 files changed

+54
-60
lines changed

8 files changed

+54
-60
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
[![NPM version][npm-image]][npm-url]
88
[![Codacy Badge][codacy-image]][codacy-url]
9-
[![build status][travis-image]][travis-url]
109
[![Test coverage][codecov-image]][codecov-url]
1110
[![License][license-image]][license-url]
1211

@@ -109,8 +108,6 @@ Please open an issue [here](https://github.com/saqqdy/node-wxcrypto/issues).
109108
[npm-url]: https://npmjs.org/package/node-wxcrypto
110109
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
111110
[codacy-url]: https://www.codacy.com/gh/saqqdy/node-wxcrypto/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/node-wxcrypto&utm_campaign=Badge_Grade
112-
[travis-image]: https://travis-ci.com/saqqdy/node-wxcrypto.svg?branch=master
113-
[travis-url]: https://travis-ci.com/saqqdy/node-wxcrypto
114111
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/node-wxcrypto.svg?style=flat-square
115112
[codecov-url]: https://codecov.io/github/saqqdy/node-wxcrypto?branch=master
116113
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg

docs/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ index.md - v2.0.0 / [Exports](modules.md)
88

99
[![NPM version][npm-image]][npm-url]
1010
[![Codacy Badge][codacy-image]][codacy-url]
11-
[![build status][travis-image]][travis-url]
1211
[![Test coverage][codecov-image]][codecov-url]
1312
[![License][license-image]][license-url]
1413

@@ -111,8 +110,6 @@ Please open an issue [here](https://github.com/saqqdy/node-wxcrypto/issues).
111110
[npm-url]: https://npmjs.org/package/node-wxcrypto
112111
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
113112
[codacy-url]: https://www.codacy.com/gh/saqqdy/node-wxcrypto/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/node-wxcrypto&utm_campaign=Badge_Grade
114-
[travis-image]: https://travis-ci.com/saqqdy/node-wxcrypto.svg?branch=master
115-
[travis-url]: https://travis-ci.com/saqqdy/node-wxcrypto
116113
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/node-wxcrypto.svg?style=flat-square
117114
[codecov-url]: https://codecov.io/github/saqqdy/node-wxcrypto?branch=master
118115
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg

docs/classes/WxCrypto.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
5252

5353
#### Defined in
5454

55-
[src/index.ts:48](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L48)
55+
[src/index.ts:48](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L48)
5656

5757
## Properties
5858

@@ -62,7 +62,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
6262

6363
#### Defined in
6464

65-
[src/index.ts:46](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L46)
65+
[src/index.ts:46](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L46)
6666

6767
___
6868

@@ -72,7 +72,7 @@ ___
7272

7373
#### Defined in
7474

75-
[src/index.ts:45](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L45)
75+
[src/index.ts:45](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L45)
7676

7777
___
7878

@@ -82,7 +82,7 @@ ___
8282

8383
#### Defined in
8484

85-
[src/index.ts:44](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L44)
85+
[src/index.ts:44](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L44)
8686

8787
___
8888

@@ -92,7 +92,7 @@ ___
9292

9393
#### Defined in
9494

95-
[src/index.ts:47](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L47)
95+
[src/index.ts:47](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L47)
9696

9797
___
9898

@@ -102,7 +102,7 @@ ___
102102

103103
#### Defined in
104104

105-
[src/index.ts:43](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L43)
105+
[src/index.ts:43](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L43)
106106

107107
## Methods
108108

@@ -129,7 +129,7 @@ xml - xmData, eg. { ComponentVerifyTicket: 'xxxx', ..., AppId: 'xxxx' }
129129

130130
#### Defined in
131131

132-
[src/index.ts:135](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L135)
132+
[src/index.ts:135](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L135)
133133

134134
___
135135

@@ -155,7 +155,7 @@ encrypt - encrypt string, eg. oVMc1Y6qP86YfAa.../QGgk503Q68Q==
155155

156156
#### Defined in
157157

158-
[src/index.ts:103](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L103)
158+
[src/index.ts:103](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L103)
159159

160160
___
161161

@@ -179,4 +179,4 @@ xml - xmData, eg. { ComponentVerifyTicket: 'xxxx', ..., AppId: 'xxxx' }
179179

180180
#### Defined in
181181

182-
[src/index.ts:79](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L79)
182+
[src/index.ts:79](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L79)

docs/interfaces/BuildXMLOptions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ BuilderOptions.cdata
6262

6363
#### Defined in
6464

65-
[src/xml.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L13)
65+
[src/xml.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L13)
6666

6767
___
6868

@@ -104,7 +104,7 @@ BuilderOptions.headless
104104

105105
#### Defined in
106106

107-
[src/xml.ts:14](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L14)
107+
[src/xml.ts:14](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L14)
108108

109109
___
110110

@@ -132,7 +132,7 @@ BuilderOptions.rootName
132132

133133
#### Defined in
134134

135-
[src/xml.ts:15](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L15)
135+
[src/xml.ts:15](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L15)
136136

137137
___
138138

docs/interfaces/Options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#### Defined in
2020

21-
[src/index.ts:20](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L20)
21+
[src/index.ts:20](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L20)
2222

2323
___
2424

@@ -28,7 +28,7 @@ ___
2828

2929
#### Defined in
3030

31-
[src/index.ts:18](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L18)
31+
[src/index.ts:18](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L18)
3232

3333
___
3434

@@ -38,4 +38,4 @@ ___
3838

3939
#### Defined in
4040

41-
[src/index.ts:22](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L22)
41+
[src/index.ts:22](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L22)

docs/interfaces/withXMLProp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
#### Defined in
2424

25-
[src/index.ts:26](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/index.ts#L26)
25+
[src/index.ts:26](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/index.ts#L26)

docs/modules.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Renames and re-exports [WxCrypto](classes/WxCrypto.md)
4646

4747
#### Defined in
4848

49-
[src/xml.ts:18](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L18)
49+
[src/xml.ts:18](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L18)
5050

5151
## Functions
5252

@@ -95,7 +95,7 @@ str - return Buffer
9595

9696
#### Defined in
9797

98-
[src/aes256.ts:52](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/aes256.ts#L52)
98+
[src/aes256.ts:52](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/aes256.ts#L52)
9999

100100
___
101101

@@ -148,7 +148,7 @@ str - return string
148148

149149
#### Defined in
150150

151-
[src/aes256.ts:23](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/aes256.ts#L23)
151+
[src/aes256.ts:23](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/aes256.ts#L23)
152152

153153
___
154154

@@ -173,7 +173,7 @@ result - xmlString
173173

174174
#### Defined in
175175

176-
[src/xml.ts:62](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L62)
176+
[src/xml.ts:62](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L62)
177177

178178
___
179179

@@ -199,7 +199,7 @@ result - xmlString
199199

200200
#### Defined in
201201

202-
[src/xml.ts:85](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L85)
202+
[src/xml.ts:85](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L85)
203203

204204
___
205205

@@ -224,7 +224,7 @@ result - xml object
224224

225225
#### Defined in
226226

227-
[src/xml.ts:27](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L27)
227+
[src/xml.ts:27](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L27)
228228

229229
___
230230

@@ -250,7 +250,7 @@ result - xml object
250250

251251
#### Defined in
252252

253-
[src/xml.ts:42](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/xml.ts#L42)
253+
[src/xml.ts:42](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/xml.ts#L42)
254254

255255
___
256256

@@ -274,4 +274,4 @@ str - 返回加密后的字符串
274274

275275
#### Defined in
276276

277-
[src/sha1.ts:11](https://github.com/saqqdy/node-wxcrypto/blob/22555e1/src/sha1.ts#L11)
277+
[src/sha1.ts:11](https://github.com/saqqdy/node-wxcrypto/blob/8f19697/src/sha1.ts#L11)

0 commit comments

Comments
 (0)