Skip to content

Releases: sindresorhus/ow

v0.24.1

05 Jun 09:55
Compare
Choose a tag to compare

v0.24.0

05 Jun 09:44
Compare
Choose a tag to compare

Breaking

Improvements

v0.23.1...v0.24.0

v0.23.1

04 Jun 05:32
Compare
Choose a tag to compare
  • Fix ow.object to return ArgumentError when null or undefined is passed (#211) 2ad149b

v0.23.0...v0.23.1

v0.23.0

20 Jan 10:10
Compare
Choose a tag to compare

v0.22.0...v0.23.0

v0.22.0

08 Jan 17:49
Compare
Choose a tag to compare

v0.21.0...v0.22.0

v0.21.0

19 Dec 17:29
Compare
Choose a tag to compare

v0.20.0...v0.21.0

v0.20.0

28 Nov 07:57
Compare
Choose a tag to compare

Breaking

CommonJS users needs to change their import:

-const ow = require('ow')
+const {default: ow} = require('ow')

Improvements

  • Stop bundling e48b550
    This fixes a lot of issues. See the commit.

v0.19.0...v0.20.0

v0.19.0

29 Oct 23:34
Compare
Choose a tag to compare
  • Allow potentially undefined functions to be checked (#184) 06b98a5

v0.18.0...v0.19.0

v0.18.0

30 Sep 12:34
Compare
Choose a tag to compare

Improvements

  • Add the ability to provide custom messages (#177) 57a1f5b

Fixes

  • Fix for static type error for ow.object.valuesOfType() (#185) b3c5fbd

v0.17.0...v0.18.0

v0.17.0

22 Feb 11:59
Compare
Choose a tag to compare
  • Add ArrayBufferPredicate, DataViewPredicate, TypedArrayPredicate (#173) f010b90

v0.16.0...v0.17.0