Skip to content

Releases: ArnoSaine/is

@arnosaine/[email protected]

17 Jan 06:27
e4b2c29
Compare
Choose a tag to compare

Patch Changes

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

@arnosaine/[email protected]

02 Aug 10:32
0742f1c
Compare
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/[email protected]

01 Aug 21:20
9e6bdaa
Compare
Choose a tag to compare

Patch Changes

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

@arnosaine/[email protected]

30 Jul 20:44
f9ec820
Compare
Choose a tag to compare

Patch Changes

  • 435b0e0: Add support for ClientActionFunctionArgs & ClientLoaderFunctionArgs types

@arnosaine/[email protected]

20 Jun 09:12
d3675ed
Compare
Choose a tag to compare

Patch Changes

  • d6a965e: Add package.json keywords

@arnosaine/[email protected]

11 Jun 17:22
b3082c7
Compare
Choose a tag to compare

Patch Changes

  • 0b9bb54: Fix React Router compatibility

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

@arnosaine/[email protected]

10 Jun 13:17
44adbfa
Compare
Choose a tag to compare

Patch Changes

  • d666c03: Add toBooleanValues utility

@arnosaine/[email protected]

09 Jun 15:53
1179ec8
Compare
Choose a tag to compare

Minor Changes

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

@arnosaine/[email protected]

09 Jun 15:17
348d0ea
Compare
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/[email protected]

28 May 15:28
Compare
Choose a tag to compare

Patch Changes

  • Update README.md