Releases: jonschlinkert/is-plain-object
Releases · jonschlinkert/is-plain-object
v5.0.0
- Migrated from default to named export (see why here lukeed/klona#17):
ESM/TypeScript
- import isPlainObject from 'is-plain-object';
+ import { isPlainObject } from 'is-plain-object';
CommonJS
- const isPlainObject = require('is-plain-object');
+ const { isPlainObject } = require('is-plain-object');
- Added native ESM support via
exports
mapping
v4.1.0
Reduced size and added type guide to ts definition (thanks to @lifeiscontent)
v4.0.0
v3.0.0
2.0.1
metadata updates