Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ext

medikoo37.4mISC1.7.0

JavaScript utilities with respect to emerging standard

ecmascript, es, es6, extensions, ext, addons, lodash, extras, harmony, javascript, polyfill, shim, util, utils, utilities

readme

Build status npm version

ext

(Previously known as es5-ext)

JavaScript language extensions (with respect to evolving standard)

Non-standard or soon to be standard language utilities in a future proof, non-invasive form.

Doesn't enforce transpilation step. Where it's applicable utilities/extensions are safe to use in all ES3+ implementations.

Installation

npm install ext

Utilities

changelog

Changelog

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

1.7.0 (2022-08-31)

Features

  • string.camelToHyphen method (b8ea4ab)
  • string.capitalize method (32e7360)

1.6.0 (2021-09-24)

Features

Bug Fixes

  • Fix Object.entries to not return non enumerable properties (44fb872)

1.5.0 (2021-08-23)

Features

1.4.0 (2019-11-29)

Features

  • charset option for String.random (2a20eeb)
  • String.prototype.includes implementation (ceebe8d)

1.3.0 (2019-11-28)

Features

1.2.1 (2019-11-26)

1.2.0 (2019-11-07)

Features

  • ceil10, floor10 and round10 for Math (6a2bc4b)

1.1.2 (2019-10-29)

Bug Fixes

  • Improve globalThis detection (470862d)

1.1.1 (2019-10-29)

Bug Fixes

  • Provide naive fallback for sealed Object.prototype case (a8d528b)
  • Workaournd Safari incompatibility case (0b051e6)

1.1.0 (2019-10-21)

Features

  • Object.entries implementation (cf51e45)

1.0.3 (2019-07-03)

Remove obsolete files from publication

1.0.2 (2019-07-03)

(no changes)

1.0.1 (2019-07-03)

Prettify

1.0.0 (2019-07-03)

Features

  • function/identity (adapted from es5-ext) (f0102af)
  • thenable/finally (adapted from es5-ext) (a8494ac)
  • global-this/is-implemented (3a80904)
  • globalThis (mostly adapted from es5-ext) (6559bd3)