-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG.txt
69 lines (50 loc) · 1.74 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== 1.5.3 (2023-07-30) ===
CHANGED: dependency maintenance
=== 1.5.2 (2023-03-27) ===
CHANGED: dependency maintenance
=== 1.5.1 (2022-05-27) ===
CHANGED: dependency maintenance
FIXED: minor fixes to README
=== 1.5.0 (2022-01-24) ===
CHANGED: use Buffer via module to aid usage in browser environment (thanks to johnwchadwick)
CHANGED: dependency maintenance
=== 1.4.3 (2021-12-19) ===
CHANGED: dependency maintenance
=== 1.4.2 (2021-07-05) ===
FIXED: to include tls.* files in the package
=== 1.4.1 (2021-07-02) ===
FIXED: hkdf.tls() direct invocation
=== 1.4.0 (2021-07-02) ===
CHANGED: hdkf.expand() info parameter to use binary buffer as-is without copying
CHANGED: dependency maintenance
NEW: tls, tls.info() and tls.expand_label() feature inspired by TLS v1.3 RFC8446 section 7.1
=== 1.3.3 (2021-01-31) ===
CHANGED: dependency maintenance
=== 1.3.2 (2020-03-15) ===
CHANGED: dependency maintenance
=== 1.3.1 (2020-01-10) ===
FIXED: clarified hash parameter for advanced usage
=== 1.3.0 (2019-12-24) ===
CHANGED: fixed TypeScript definitions
CHANGED: updated deps
=== 1.2.1 (2019-09-27) ===
CHANGED: deps maintenance
=== 1.2.0 (2019-08-01) ===
NEW: TypeScript bindings
=== 1.1.0 (2019-07-14) ===
CHANGED: dependency maintenance
CHANGED: dropped Node v6 support
NEW: hardcoded SHA3 lengths and length caching for unknown algos
=== 1.0.3 (2019-01-11) ===
CHANGED: dependency maintenance
=== 1.0.2 (2018-08-11) ===
CHANGED: dependency maintenance
=== 1.0.1 (2018-04-23) ===
FIXED: to allow maximum length of 255 steps for ORM
- Thanks to https://github.com/davidjludwig
for reporting https://github.com/futoin/util-js-hkdf/issues/1
and providing a fix.
=== 1.0.0 (2018-01-12) ===
No changes. Going final.
=== 0.9.0 (2018-01-12) ===
Initial version