Releases: RIAEvangelist/strong-type
Releases · RIAEvangelist/strong-type
1.1.0
1.0.1
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
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
supporting node v12
0.1.5
set dev deps to * as there are some cross dependancies reulting in en…
0.1.4
prepping for tests, Digital Ocean Apps static website, and Travis CI
0.1.3
Set theme jekyll-theme-hacker
0.1.1
This is the first release of strong-type type checking for javascript including both node and cross-browser via ES6 modules.