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.
- Added a new function
rangeMap
which helps with creating an array of elements with predefined length.
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
- TS types removed, use
@types/adeira__js
, see: DefinitelyTyped/DefinitelyTyped#48501 - Internal changes,
@babel/runtime
dependency bump
- Extend
isObjectEmpty
to check for non-enumerable properties
- New basic TS types for
isBrowser
,isNumeric
,isObject
,isObjectEmpty
andsprintf
.
- New basic TS types for
invariant
,warning
andnullthrows
.