Skip to content

Releases: LoudBit/is-too

v2.3.0

29 Apr 15:06

Choose a tag to compare

Added is.unequal and is.notExactly to improve the usefulness of the-thing-is when checking for specific states of complex objects. For example:

the(thing).is({ 
  foo: {
    equal:'foo'
  }, 
  bar: {
    unequal:'foo' 
  }
})

is-match

09 Dec 20:33

Choose a tag to compare

Adds an is.match method for checking subjects against regular expressions.

instance-of

09 May 21:40

Choose a tag to compare

Added the is.instanceOf method to facilitate some model hierarchies in the-thing-is.

v2.0.0 - A New Beginning

30 Apr 00:31

Choose a tag to compare

A rebuilt test suite, some breaking changes to the api, and an additional regex check.