Skip to content

Releases: RIAEvangelist/strong-type

1.1.0

05 Jul 07:13
Compare
Choose a tag to compare

.compare now throws a new Error expressly showing that the values are not == to one another.

1.0.1

22 Mar 06:53
ac6368e
Compare
Choose a tag to compare

Fleshed out features and tests.

Added

  • is.union(..., ...) accepts multiple types ie. string|number|...
  • is.defined(...)
  • is.any(...)
  • is.exists(...)

fixed a test bug in v1.0.0

1.0.0

22 Mar 06:44
Compare
Choose a tag to compare

Fleshed out features and tests.

Added

  • is.union(..., ...) accepts multiple types ie. string|number|...
  • is.defined(...)
  • is.any(...)
  • is.exists(...)

had a test bug, otherwise fully functional

0.1.6

03 Jan 17:40
Compare
Choose a tag to compare

supporting node v12

0.1.5

26 Nov 17:08
Compare
Choose a tag to compare
set dev deps to * as there are some cross dependancies reulting in en…

…dless loops of me updating

0.1.4

26 Nov 16:55
Compare
Choose a tag to compare

prepping for tests, Digital Ocean Apps static website, and Travis CI

0.1.3

22 Nov 08:07
Compare
Choose a tag to compare
Set theme jekyll-theme-hacker

0.1.1

19 Nov 22:53
Compare
Choose a tag to compare

This is the first release of strong-type type checking for javascript including both node and cross-browser via ES6 modules.