Releases: seanmay/io-guard
Releases · seanmay/io-guard
v0.2.3
Fixes an undeclared dependency on @types/node
in the build.
Eases typing restrictions (to any
; probably unknown
on move to 3.0) on input, to simplify usage.
v0.2.2
Extending methods, and removing needless dependency.
v0.2.1
Attempting to appease the Yarn gods.
v0.2.0
Added customTest()
and unsafeTest()
, as well as documentation, and am working on improving build process.
v0.1.6
Appropriately published types, and fixes from v0.1.5 unseen in npm.
v0.1.5
Changelog:
- #6 Adds existence chek to Guard and array check to GuardEach.
- Quick refactor of operators to pull out null/undef checks.
v0.1.4
Initial "good enough for people to test" release.
API is as-intended (for now), and (barely) documented, types are included, maps are generated, CJS and ES6 bundles are produced.
After further documenting, some code reorganization, and basic housekeeping, this is the API intended to hit 1.0, short of any new issues/features/requirements.