Skip to content

Releases: ArnoSaine/is

@arnosaine/is@0.1.3

09 Jun 15:17
348d0ea

Choose a tag to compare

Patch Changes

  • f70b0e2: Improve typings & add test:

    • Allow read-only array conditions
    • Disallow children & fallback as condition names

    Add option to specify how to match array type values and conditions:

    • Use "every" (default) to require all conditions to match the values, or "some" to require only some conditions to match.
    • The default will be switched to "some" in version 0.2.

@arnosaine/is@0.1.2

28 May 15:28

Choose a tag to compare

Patch Changes

  • Update README.md

@arnosaine/is@0.1.1

25 May 18:35
9b6a1f7

Choose a tag to compare

Patch Changes

  • 75ff4a0: Update logic for comparing values to array-type conditions. Fix README.md.

@arnosaine/is@0.1.0

25 May 08:20

Choose a tag to compare

Minor Changes