Projekt

Obecné

Profil

Stáhnout (8.15 KB) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
# Change Log
2
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5
<a name="6.0.1"></a>
6
## [6.0.1](https://github.com/zkat/ssri/compare/v6.0.0...v6.0.1) (2018-08-27)
7
8
9
### Bug Fixes
10
11
* **opts:** use figgy-pudding to specify consumed opts ([cf86553](https://github.com/zkat/ssri/commit/cf86553))
12
13
14
15
<a name="6.0.0"></a>
16
# [6.0.0](https://github.com/zkat/ssri/compare/v5.3.0...v6.0.0) (2018-04-09)
17
18
19
### Bug Fixes
20
21
* **docs:** minor typo ([b71ef17](https://github.com/zkat/ssri/commit/b71ef17))
22
23
24
### meta
25
26
* drop support for node@4 ([d9bf359](https://github.com/zkat/ssri/commit/d9bf359))
27
28
29
### BREAKING CHANGES
30
31
* node@4 is no longer supported
32
33
34
35
<a name="5.3.0"></a>
36
# [5.3.0](https://github.com/zkat/ssri/compare/v5.2.4...v5.3.0) (2018-03-13)
37
38
39
### Features
40
41
* **checkData:** optionally throw when checkData fails ([bf26b84](https://github.com/zkat/ssri/commit/bf26b84))
42
43
44
45
<a name="5.2.4"></a>
46
## [5.2.4](https://github.com/zkat/ssri/compare/v5.2.3...v5.2.4) (2018-02-16)
47
48
49
50
<a name="5.2.3"></a>
51
## [5.2.3](https://github.com/zkat/ssri/compare/v5.2.2...v5.2.3) (2018-02-16)
52
53
54
### Bug Fixes
55
56
* **hashes:** filter hash priority list by available hashes ([2fa30b8](https://github.com/zkat/ssri/commit/2fa30b8))
57
* **integrityStream:** dedupe algorithms to generate ([d56c654](https://github.com/zkat/ssri/commit/d56c654))
58
59
60
61
<a name="5.2.2"></a>
62
## [5.2.2](https://github.com/zkat/ssri/compare/v5.2.1...v5.2.2) (2018-02-14)
63
64
65
### Bug Fixes
66
67
* **security:** tweak strict SRI regex ([#10](https://github.com/zkat/ssri/issues/10)) ([d0ebcdc](https://github.com/zkat/ssri/commit/d0ebcdc))
68
69
70
71
<a name="5.2.1"></a>
72
## [5.2.1](https://github.com/zkat/ssri/compare/v5.2.0...v5.2.1) (2018-02-06)
73
74
75
76
<a name="5.2.0"></a>
77
# [5.2.0](https://github.com/zkat/ssri/compare/v5.1.0...v5.2.0) (2018-02-06)
78
79
80
### Features
81
82
* **match:** add integrity.match() ([3c49cc4](https://github.com/zkat/ssri/commit/3c49cc4))
83
84
85
86
<a name="5.1.0"></a>
87
# [5.1.0](https://github.com/zkat/ssri/compare/v5.0.0...v5.1.0) (2018-01-18)
88
89
90
### Bug Fixes
91
92
* **checkStream:** integrityStream now takes opts.integrity algos into account ([d262910](https://github.com/zkat/ssri/commit/d262910))
93
94
95
### Features
96
97
* **sha3:** do some guesswork about upcoming sha3 ([7fdd9df](https://github.com/zkat/ssri/commit/7fdd9df))
98
99
100
101
<a name="5.0.0"></a>
102
# [5.0.0](https://github.com/zkat/ssri/compare/v4.1.6...v5.0.0) (2017-10-23)
103
104
105
### Features
106
107
* **license:** relicense to ISC (#9) ([c82983a](https://github.com/zkat/ssri/commit/c82983a))
108
109
110
### BREAKING CHANGES
111
112
* **license:** the license has been changed from CC0-1.0 to ISC.
113
114
115
116
<a name="4.1.6"></a>
117
## [4.1.6](https://github.com/zkat/ssri/compare/v4.1.5...v4.1.6) (2017-06-07)
118
119
120
### Bug Fixes
121
122
* **checkStream:** make sure to pass all opts through ([0b1bcbe](https://github.com/zkat/ssri/commit/0b1bcbe))
123
124
125
126
<a name="4.1.5"></a>
127
## [4.1.5](https://github.com/zkat/ssri/compare/v4.1.4...v4.1.5) (2017-06-05)
128
129
130
### Bug Fixes
131
132
* **integrityStream:** stop crashing if opts.algorithms and opts.integrity have an algo mismatch ([fb1293e](https://github.com/zkat/ssri/commit/fb1293e))
133
134
135
136
<a name="4.1.4"></a>
137
## [4.1.4](https://github.com/zkat/ssri/compare/v4.1.3...v4.1.4) (2017-05-31)
138
139
140
### Bug Fixes
141
142
* **node:** older versions of node[@4](https://github.com/4) do not support base64buffer string parsing ([513df4e](https://github.com/zkat/ssri/commit/513df4e))
143
144
145
146
<a name="4.1.3"></a>
147
## [4.1.3](https://github.com/zkat/ssri/compare/v4.1.2...v4.1.3) (2017-05-24)
148
149
150
### Bug Fixes
151
152
* **check:** handle various bad hash corner cases better ([c2c262b](https://github.com/zkat/ssri/commit/c2c262b))
153
154
155
156
<a name="4.1.2"></a>
157
## [4.1.2](https://github.com/zkat/ssri/compare/v4.1.1...v4.1.2) (2017-04-18)
158
159
160
### Bug Fixes
161
162
* **stream:** _flush can be called multiple times. use on("end") ([b1c4805](https://github.com/zkat/ssri/commit/b1c4805))
163
164
165
166
<a name="4.1.1"></a>
167
## [4.1.1](https://github.com/zkat/ssri/compare/v4.1.0...v4.1.1) (2017-04-12)
168
169
170
### Bug Fixes
171
172
* **pickAlgorithm:** error if pickAlgorithm() is used in an empty Integrity ([fab470e](https://github.com/zkat/ssri/commit/fab470e))
173
174
175
176
<a name="4.1.0"></a>
177
# [4.1.0](https://github.com/zkat/ssri/compare/v4.0.0...v4.1.0) (2017-04-07)
178
179
180
### Features
181
182
* adding ssri.create for a crypto style interface (#2) ([96f52ad](https://github.com/zkat/ssri/commit/96f52ad))
183
184
185
186
<a name="4.0.0"></a>
187
# [4.0.0](https://github.com/zkat/ssri/compare/v3.0.2...v4.0.0) (2017-04-03)
188
189
190
### Bug Fixes
191
192
* **integrity:** should have changed the error code before. oops ([8381afa](https://github.com/zkat/ssri/commit/8381afa))
193
194
195
### BREAKING CHANGES
196
197
* **integrity:** EBADCHECKSUM -> EINTEGRITY for verification errors
198
199
200
201
<a name="3.0.2"></a>
202
## [3.0.2](https://github.com/zkat/ssri/compare/v3.0.1...v3.0.2) (2017-04-03)
203
204
205
206
<a name="3.0.1"></a>
207
## [3.0.1](https://github.com/zkat/ssri/compare/v3.0.0...v3.0.1) (2017-04-03)
208
209
210
### Bug Fixes
211
212
* **package.json:** really should have these in the keywords because search ([a6ac6d0](https://github.com/zkat/ssri/commit/a6ac6d0))
213
214
215
216
<a name="3.0.0"></a>
217
# [3.0.0](https://github.com/zkat/ssri/compare/v2.0.0...v3.0.0) (2017-04-03)
218
219
220
### Bug Fixes
221
222
* **hashes:** IntegrityMetadata -> Hash ([d04aa1f](https://github.com/zkat/ssri/commit/d04aa1f))
223
224
225
### Features
226
227
* **check:** return IntegrityMetadata on check success ([2301e74](https://github.com/zkat/ssri/commit/2301e74))
228
* **fromHex:** ssri.fromHex to make it easier to generate them from hex valus ([049b89e](https://github.com/zkat/ssri/commit/049b89e))
229
* **hex:** utility function for getting hex version of digest ([a9f021c](https://github.com/zkat/ssri/commit/a9f021c))
230
* **hexDigest:** added hexDigest method to Integrity objects too ([85208ba](https://github.com/zkat/ssri/commit/85208ba))
231
* **integrity:** add .isIntegrity and .isIntegrityMetadata ([1b29e6f](https://github.com/zkat/ssri/commit/1b29e6f))
232
* **integrityStream:** new stream that can both generate and check streamed data ([fd23e1b](https://github.com/zkat/ssri/commit/fd23e1b))
233
* **parse:** allow parsing straight into a single IntegrityMetadata object ([c8ddf48](https://github.com/zkat/ssri/commit/c8ddf48))
234
* **pickAlgorithm:** Intergrity#pickAlgorithm() added ([b97a796](https://github.com/zkat/ssri/commit/b97a796))
235
* **size:** calculate and update stream sizes ([02ed1ad](https://github.com/zkat/ssri/commit/02ed1ad))
236
237
238
### BREAKING CHANGES
239
240
* **hashes:** `.isIntegrityMetadata` is now `.isHash`. Also, any references to `IntegrityMetadata` now refer to `Hash`.
241
* **integrityStream:** createCheckerStream has been removed and replaced with a general-purpose integrityStream.
242
243
To convert existing createCheckerStream code, move the `sri` argument into `opts.integrity` in integrityStream. All other options should be the same.
244
* **check:** `checkData`, `checkStream`, and `createCheckerStream` now yield a whole IntegrityMetadata instance representing the first successful hash match.
245
246
247
248
<a name="2.0.0"></a>
249
# [2.0.0](https://github.com/zkat/ssri/compare/v1.0.0...v2.0.0) (2017-03-24)
250
251
252
### Bug Fixes
253
254
* **strict-mode:** make regexes more rigid ([122a32c](https://github.com/zkat/ssri/commit/122a32c))
255
256
257
### Features
258
259
* **api:** added serialize alias for unparse ([999b421](https://github.com/zkat/ssri/commit/999b421))
260
* **concat:** add Integrity#concat() ([cae12c7](https://github.com/zkat/ssri/commit/cae12c7))
261
* **pickAlgo:** pick the strongest algorithm provided, by default ([58c18f7](https://github.com/zkat/ssri/commit/58c18f7))
262
* **strict-mode:** strict SRI support ([3f0b64c](https://github.com/zkat/ssri/commit/3f0b64c))
263
* **stringify:** replaced unparse/serialize with stringify ([4acad30](https://github.com/zkat/ssri/commit/4acad30))
264
* **verification:** add opts.pickAlgorithm ([f72e658](https://github.com/zkat/ssri/commit/f72e658))
265
266
267
### BREAKING CHANGES
268
269
* **pickAlgo:** ssri will prioritize specific hashes now
270
* **stringify:** serialize and unparse have been removed. Use ssri.stringify instead.
271
* **strict-mode:** functions that accepted an optional `sep` argument now expect `opts.sep`.
272
273
274
275
<a name="1.0.0"></a>
276
# 1.0.0 (2017-03-23)
277
278
279
### Features
280
281
* **api:** implemented initial api ([4fbb16b](https://github.com/zkat/ssri/commit/4fbb16b))
282
283
284
### BREAKING CHANGES
285
286
* **api:** Initial API established.