Skip to content

Releases: seanmay/io-guard

v0.2.3

01 Aug 06:32
b109046
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

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

16 Jul 08:59
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Extending methods, and removing needless dependency.

v0.2.1

16 Jul 08:47
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Attempting to appease the Yarn gods.

v0.2.0

16 Jul 08:41
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added customTest() and unsafeTest(), as well as documentation, and am working on improving build process.

v0.1.6

11 Jul 08:14
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Appropriately published types, and fixes from v0.1.5 unseen in npm.

v0.1.5

11 Jul 07:22
49ca1f0
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

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

08 Jul 23:12
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

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.