- remove mori as regular dependency
- remove rangeOf (since they can only be numeric)
- add more type validators (contains)
- add more specs
- add collection validators (listOf, mapOf, queueOf, rangeOf, sortedMapOf, sortedSetOf, setOf, vecOf)
- add more specs
- polyfill missing mori type checks (isQueue, isRange, isSortedMap, isSortedSet)
- add some specs
- boilerplate project, get specs up and running
- initial publish