Releases: ArnoSaine/is
Releases · ArnoSaine/is
@arnosaine/[email protected]
Patch Changes
- 021eb32: Upgrade to
react-router@^7.0.0
@arnosaine/[email protected]
Patch Changes
- 0bfb726: Fix interpretation of array condition type, for example:
["foo", "bar"]
when value type is"foo" | "bar"
@arnosaine/[email protected]
Patch Changes
- 921033b: Update
react-router
version range from^6.23.1
to^6.0.0
@arnosaine/[email protected]
Patch Changes
- 435b0e0: Add support for
ClientActionFunctionArgs
&ClientLoaderFunctionArgs
types
@arnosaine/[email protected]
Patch Changes
- d6a965e: Add package.json keywords
@arnosaine/[email protected]
Patch Changes
-
0b9bb54: Fix React Router compatibility
- Change dependency from
@remix-run/react
toreact-router
- Change dependency from
@arnosaine/[email protected]
Patch Changes
- d666c03: Add
toBooleanValues
utility
@arnosaine/[email protected]
Minor Changes
- ebdd4bd: Change the default method to match array type values and conditions from
"every"
to"some"
.
@arnosaine/[email protected]
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 version0.2
.
@arnosaine/[email protected]
Patch Changes
- Update README.md