Skip to content

Latest commit

 

History

History
188 lines (72 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

188 lines (72 loc) · 5.29 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.2.9 (2019-07-15)

Tests

4.2.8 (2019-06-15)

Tests

  • 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)

Tests

  • update cased of parseTextEncoder(), parseTextDecoder() (1e2d625)

4.2.5 (2019-06-14)

Tests

4.2.4 (2019-06-13)

4.2.3 (2019-06-13)

4.2.2 (2019-06-13)

4.2.1 (2019-06-13)

Build System

  • use base64 as name of package for building ESM (db96fe8)

Tests

  • browser: polyfill for ie11 (5976675)

4.2.0 (2019-06-13)

Features

4.1.0 (2019-06-12)

Features

  • 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)

Bug Fixes

  • start should less then end for encodeChunk() (1da0769)

Features

  • b64toURLSafe() convert base64 string to URL-safe string (fdd0300)
  • export testB64(), testB64URL, validB64URLChars() (5863162)

Tests

  • for validateB64(), validateB64URL() (65306d3)

3.0.1 (2019-06-12)

3.0.0 (2019-06-12)

Bug Fixes

  • error message with getLens() (7ca94fb)

Features

  • zero length of base64 not allowed of getLens() (52e0be1)

Tests

2.2.0 (2019-06-11)

Bug Fixes

  • wrong validating function within parseTextDecoder() (b7db14e)

Features

  • detect ArrayBuffer instance via isArrayBuffer() (930139a)
  • detect Uint8Array instance via isUint8Array() (164c6cf)
  • validate input value for fromBuffer() (c5f8a72)
  • validate input value for fromBuffer() (4ce5c24)

Tests

2.1.0 (2019-06-11)

Features

2.0.0 (2019-06-11)

1.1.0 (2019-06-11)

Features

  • b64FromBuffer() encoding from ArrayBuffer or Uint8Array input (236feda)

1.0.0 (2019-06-11)

Features

  • b64encode() and b64decode() (09f44c1)