Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 1.28 KB

Unreleased

2.1.1

Note for all Flow users: all projects in adeira/universe now use implicit exact Flow types ({} for strict objects and { ... } for open objects, syntax {||} is deprecated). We do not expect any issues as long as you are using exact_by_default=true Flow option.

  • Dependency requirements were updated.
  • Minor internal changes.

2.1.0

  • Added a new function rangeMap which helps with creating an array of elements with predefined length.

2.0.0

Support for Node.js 12 has been removed. This package might continue working on older Node.js versions, however, it's highly recommended upgrading to Node.js version 14 or newer. For more details, see: https://nodejs.org/en/about/releases/, or discuss here: adeira/universe#1588

1.3.0

1.2.4

  • Extend isObjectEmpty to check for non-enumerable properties

1.2.0

  • New basic TS types for isBrowser, isNumeric, isObject, isObjectEmpty and sprintf.

1.1.0

  • New basic TS types for invariant, warning and nullthrows.