All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.1.2 - 2024-12-11
- [actions] split out node 10-20, and 20+
6a88895
- [Refactor] use
call-bound
andmath-intrinsics
directly891fc01
- [Deps] update
call-bind
,es-abstract
,get-intrinsic
,typed-array-byte-offset
,typed-array-length
,which-typed-array
0251e2f
- [Dev Deps] update
auto-changelog
,is-core-module
,object-inspect
,tape
dbfd9dd
- [Tests] replace
aud
withnpm audit
60d7698
- [Dev Deps] add missing peer dep
1c07138
v1.1.1 - 2024-07-08
v1.1.0 - 2024-06-12
- [patch]
FromHex
AO spec changes1dd5e0a
- [Refactor] editorial tweaks from tc39/proposal-arraybuffer-base64#55
f11b293
- [New]
Uint8Array.prototype.toBase64
: addomitPadding
option, per spece195980
- [Deps] update
es-abstract
,typed-array-length
ea55cf0
- [Dev Deps] update
@ljharb/eslint-config
71eff04
- [Deps] update
es-abstract
eece9c4
v1.0.3 - 2024-03-15
- [Deps] update
es-abstract
c78cb14
v1.0.2 - 2024-03-14
- [Tests] add more coverage from tc39/test262#3994
b0d4dd8
- [Fix] add missing
exports
entriese260b77
- [Deps] update
safe-array-concat
,which-typed-array
06f7137
v1.0.1 - 2024-02-28
- [Fix]
Uint8Array.prototype.setFromBase64
: avoid invoking toString on a non-stringstring
argumentef96249
- [Fix]
Uint8Array.fromBase64
: properly throw in some cases withstrict
lastChunkHandlingaae0940
- [Fix]
Uint8Array.prototype.toBase64
: properly check detachment; avoid invoking toString on a non-stringstring
argument97ea97f
- [Fix]
Uint8Array.prototype.setFromHex
: avoid invoking toString on a non-stringstring
argumente8f558a
- [Tests]
Uint8Array.prototype.toHex
: add test coverage from tc39/test262#3994cc72c2f
- [Fix]
Uint8Array.fromHex
: avoid invoking toString on a non-stringstring
argument85c927f
- [Tests] fix
.test
param orderfae569b
- [Tests] use es-abstract forEach helper
5438ba6
- [Deps] update
call-bind
,es-abstract
5490f60
- [Deps] update
es-abstract
,is-shared-array-buffer
,typed-array-buffer
,typed-array-byte-offset
,typed-array-length
bab0110
- [Deps] add missing prod deps
a68ccf5
- [Dev Deps] pin
jackspeak
andglob
, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 61b9056b
- [Dev Deps] update
tape
100b0d1
- [readme] fix spec link
ccc5bfc
- [Deps] remove unused dep
feef0aa
- Initial implementation, tests, readme
ed4e571
- [Refactor] move
into
static methods to prototype and rename3a52985
- Initial commit
a18dcfd
- [Deps] update
array-buffer-byte-length
,is-array-buffer
,which-typed-array
698a83e
- npm init
48175a7
- [Deps] update
call-bind
,es-errors
,safe-regex-test
,typed-array-buffer
,typedarray.prototype.slice
87095c4
- Only apps should have lockfiles
57d2588
- [meta] add missing
version
script19d805a