|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## Version 0.8.0 (2025-09-19) |
| 4 | + - Updates `bitops` to `0.3.0` |
| 5 | + - Updates `core` to `0.8.0` |
| 6 | + - Updates `error` to `0.4.0` |
| 7 | + - Updates `hash` to `0.8.0` |
| 8 | + - Updates `macs` to `0.8.0` |
| 9 | + - Updates `random` to `0.6.0` |
| 10 | + - Updates `sponges` to `0.5.0` |
| 11 | + - Removes deprecated libraries/versions |
| 12 | + - version `endians` |
| 13 | + - version `secureRandom` |
| 14 | + - library `core-common` |
| 15 | + - library `endians-endians` |
| 16 | + - library `secureRandom` |
| 17 | + |
3 | 18 | ## Version 0.7.2 (2025-08-25) |
4 | 19 | - Updates `bitops` to `0.2.1` |
5 | 20 | - Updates `core` to `0.7.1` |
|
43 | 58 | - Updates `endians` to `0.3.2` |
44 | 59 | - Deprecates `endians-endians` |
45 | 60 | - Functionality replaced by `bitops-endian` library |
46 | | - - Removes `hash-md5` |
47 | | - - Removes `macs-hmac-md5` |
| 61 | + - Removes deprecated libraries |
| 62 | + - library `hash-md5` |
| 63 | + - library `macs-hmac-md5` |
48 | 64 |
|
49 | 65 | ## Version 0.5.6 (2024-12-28) |
50 | 66 | - Updates `hash` to `0.5.6` |
|
94 | 110 | - Updates `core` to `0.3.0` |
95 | 111 | - Updates `hash` to `0.3.0` |
96 | 112 | - Updates `macs` to `0.3.0` |
97 | | - - Add `hash-md` |
| 113 | + - Adds `hash-md` |
98 | 114 | - Replacement for `hash-md5` |
99 | | - - Add `macs-hmac-md` |
| 115 | + - Adds `macs-hmac-md` |
100 | 116 | - Replacement for `macs-hmac-md5` |
101 | 117 |
|
102 | 118 | ## Version 0.2.7 (2023-06-09) |
103 | 119 | - Updates `core` to `0.2.7` |
104 | 120 | - Updates `hash` to `0.2.7` |
105 | 121 | - Updates `macs` to `0.2.7` |
106 | | - - |
| 122 | + |
107 | 123 | ## Version 0.2.6 (2023-06-08) |
108 | 124 | - Updates `core` to `0.2.6` |
109 | 125 | - Updates `hash` to `0.2.6` |
|
118 | 134 | - Update `core` to `0.2.4` |
119 | 135 | - Update `hash` to `0.2.4` |
120 | 136 | - Update `macs` to `0.2.4` |
121 | | - - Add `macs-kmac` |
| 137 | + - Adds `macs-kmac` |
122 | 138 |
|
123 | 139 | ## Version 0.2.3 (2023-04-08) |
124 | 140 | - Update `core` to `0.2.3` |
125 | 141 | - Update `hash` to `0.2.3` |
126 | 142 | - Update `macs` to `0.2.3` |
127 | | - - Add `core-xof` |
128 | | - - Add `hash-sha3` |
129 | | - - Add `macs-hmac-sha3` |
130 | | - - Add `endians-endians` |
131 | | - - Add `sponges-keccak` |
| 143 | + - Adds `core-xof` |
| 144 | + - Adds `hash-sha3` |
| 145 | + - Adds `macs-hmac-sha3` |
| 146 | + - Adds `endians-endians` |
| 147 | + - Adds `sponges-keccak` |
132 | 148 |
|
133 | 149 | ## Version 0.2.1 (2023-03-29) |
134 | 150 | - Initial Release |
0 commit comments