All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2017-03-10)
- package: update deps (c2c806d)
- package: update deps to test on node 0.10 and npm scripts (ac54d55)
- readme: update start license year to 2015 (8d7947d)
2.0.0 (2016-11-06)
- api: update api docs, expose is-kindof too (bcc2eda)
- custom: allow passing custom error message (4e93b1f)
- index: simplify, make it not so expressive (958bbac)
- index: simplify, now just have methods for all of the types and methods in "not" modifier
like "is.not.object(val)", "is.not.string(val)" and etc. Also has "is.string(val)" and such methods
exported
- Release v1.0.1 / [email protected]
- ensure filepath exists in stack, partial fix of #3 problem
- remove coveralls.yml
- Release v1.0.0 / [email protected]
- is-kindof reference
- add more keywords, update desc
- update readme
- [email protected]
- add new tests
- should inherits prototype of TypeError, not Error
- update deps
- run keywords(1)
- update tests
- add tests, 100% coverage
- [email protected]
- expose
is-kindof
, add notices - update usage, tbc
- run traviscov(1)
- first commits