Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 493 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 493 Bytes

0.0.5

  • remove mori as regular dependency

0.0.4

  • remove rangeOf (since they can only be numeric)
  • add more type validators (contains)
  • add more specs

0.0.3

  • add collection validators (listOf, mapOf, queueOf, rangeOf, sortedMapOf, sortedSetOf, setOf, vecOf)
  • add more specs

0.0.2

  • polyfill missing mori type checks (isQueue, isRange, isSortedMap, isSortedSet)
  • add some specs

0.0.1

  • boilerplate project, get specs up and running
  • initial publish