Skip to content

Releases: ArnoSaine/is

@arnosaine/is@0.2.9

23 Jan 15:11
2d7c6d1

Choose a tag to compare

Patch Changes

  • e2490f0: Fix children and fallback prop types of components with unknown condition names, e.g. role names

@arnosaine/is@0.2.8

23 Jan 10:01
3f8b471

Choose a tag to compare

Patch Changes

  • a666bea: Add type support for ClientActionFunctionArgs and ClientLoaderFunctionArgs from React Router v7
  • d5f39b1: - Cleaner syntax to provide values from the root loader:
    • return {__is: is.__values /* other loader data */ };
    • New: return { ...is /* other loader data */ };
    • Deprecation: is.__values and __is property in the root loader data. Use ...is or __is_values: is.__is_values instead.
  • e55e957: Workaround for typing unknown property (condition) names, e.g. role names as boolean props

@arnosaine/is@0.2.7

17 Jan 06:27
e4b2c29

Choose a tag to compare

Patch Changes

  • 021eb32: Upgrade to react-router@^7.0.0

@arnosaine/is@0.2.6

02 Aug 10:32
0742f1c

Choose a tag to compare

Patch Changes

  • 0bfb726: Fix interpretation of array condition type, for example: ["foo", "bar"] when value type is "foo" | "bar"

@arnosaine/is@0.2.5

01 Aug 21:20
9e6bdaa

Choose a tag to compare

Patch Changes

  • 921033b: Update react-router version range from ^6.23.1 to ^6.0.0

@arnosaine/is@0.2.4

30 Jul 20:44
f9ec820

Choose a tag to compare

Patch Changes

  • 435b0e0: Add support for ClientActionFunctionArgs & ClientLoaderFunctionArgs types

@arnosaine/is@0.2.3

20 Jun 09:12
d3675ed

Choose a tag to compare

Patch Changes

  • d6a965e: Add package.json keywords

@arnosaine/is@0.2.2

11 Jun 17:22
b3082c7

Choose a tag to compare

Patch Changes

  • 0b9bb54: Fix React Router compatibility

    • Change dependency from @remix-run/react to react-router

@arnosaine/is@0.2.1

10 Jun 13:17
44adbfa

Choose a tag to compare

Patch Changes

  • d666c03: Add toBooleanValues utility

@arnosaine/is@0.2.0

09 Jun 15:53
1179ec8

Choose a tag to compare

Minor Changes

  • ebdd4bd: Change the default method to match array type values and conditions from "every" to "some".