Skip to content

Releases: polkadot-js/common

v10.2.6

13 Jan 14:23
Compare
Choose a tag to compare

Changes:

  • Drop stray console.error log (it really is Friday 13th)

v10.2.5

13 Jan 14:06
Compare
Choose a tag to compare

Changes:

  • Bugfix for formatBalance (forceUnit) with BN inputs where output is less than 0

v10.2.4

13 Jan 07:49
Compare
Choose a tag to compare

Changes:

  • Add the withAll (default false) flag to formatBalance to format to max decimals
  • Add the withZero (default true) flags to formatBalance to retain trailing zeros

v10.2.3

07 Jan 13:22
Compare
Choose a tag to compare

Changes:

  • Adjust isBuffer check on xglobal (no auto-polyfill detection on eg. parcel)
  • Upgrade dependencies to latest stable versions

v10.2.2

06 Jan 10:39
Compare
Choose a tag to compare

Contributed:

Changes:

  • Upgrade dependencies to latest stable versions

v10.2.1

04 Dec 09:46
Compare
Choose a tag to compare

Contributed:

Changes:

  • has{Buffer, Process} now checks on globalThis (helps bundlers with auto-injection)
  • Add /*#__PURE__*/ annotations for specific export const something = someFunction(...)
  • Upgrade dependencies to latest stable versions
  • Upgrade to @polkadot/wasm-crypto 6.4.1

v10.1.14

27 Nov 07:35
Compare
Choose a tag to compare

Changes:

  • Upgrade dependencies to latest stable versions

v10.1.13

20 Nov 09:26
Compare
Choose a tag to compare

Contributed:

Changes:

  • Expand type descriptions around Ledger-based structures
  • Upgrade dependencies to latest stable versions

v10.1.12

13 Nov 08:30
Compare
Choose a tag to compare

Changes:

  • Upgrade dependencies to latest stable versions

v10.1.11

15 Oct 09:57
Compare
Choose a tag to compare

Changes:

  • Upgrade dependencies to latest stable versions