All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.2.9 (2019-07-15)
- for '\u{10121}' (fb4ab93)
4.2.8 (2019-06-15)
- update log (ebffed1)
- browser: add 30_helper.test.ts (13a8844)
- browser: add 40_browser-textencoder-polyfill.test.ts, and skipped (6e2eb21)
4.2.6 (2019-06-14)
- update cased of parseTextEncoder(), parseTextDecoder() (1e2d625)
4.2.5 (2019-06-14)
- validateDecoder() (2f10583)
4.2.4 (2019-06-13)
4.2.3 (2019-06-13)
4.2.2 (2019-06-13)
4.2.1 (2019-06-13)
- use base64 as name of package for building ESM (db96fe8)
- browser: polyfill for ie11 (5976675)
4.2.0 (2019-06-13)
- b64urlFromBuffer() (0652596)
4.1.0 (2019-06-12)
- b64fromURLSafe() Convert URL-safe base64 string to base64 string (cf267ff)
- b64urlDecode() Decode URL-safe base64 to original string (a30ba9d)
- b64urlEncode() Encode to URL-safe base64 (0129fc7)
4.0.1 (2019-06-12)
4.0.0 (2019-06-12)
- start should less then end for encodeChunk() (1da0769)
- b64toURLSafe() convert base64 string to URL-safe string (fdd0300)
- export testB64(), testB64URL, validB64URLChars() (5863162)
- for validateB64(), validateB64URL() (65306d3)
3.0.1 (2019-06-12)
3.0.0 (2019-06-12)
- error message with getLens() (7ca94fb)
- zero length of base64 not allowed of getLens() (52e0be1)
- fix import name (a79854f)
2.2.0 (2019-06-11)
- wrong validating function within parseTextDecoder() (b7db14e)
- detect ArrayBuffer instance via isArrayBuffer() (930139a)
- detect Uint8Array instance via isUint8Array() (164c6cf)
- validate input value for fromBuffer() (c5f8a72)
- validate input value for fromBuffer() (4ce5c24)
- add 30_helper.test.ts (9d7ac1b)
- add case for encodeChunk() (f90d3e8)
- fix import module (686eb11)
- update cases of b64decode() (8f96c13)
2.1.0 (2019-06-11)
- b64byteLength() (477fe7b)
2.0.0 (2019-06-11)
1.1.0 (2019-06-11)
- b64FromBuffer() encoding from ArrayBuffer or Uint8Array input (236feda)
- b64encode() and b64decode() (09f44c1)