Skip to content

v6.0.0

Compare
Choose a tag to compare
@gajus gajus released this 21 May 23:44

6.0.0 (2019-05-21)

BREAKING CHANGES

  • check-types now expects "object" instead of "Object"

Makes consistent with Typescript recommendation and fact that Object.create(null) is not instanceof Object but its typeof is object.