Skip to content

Releases: lawvs/fn-sphere

@fn-sphere/[email protected]

11 Aug 08:19
3b53224
Compare
Choose a tag to compare

Patch Changes

  • e0f5632: Fix isValidRule incorrectly returned false for functions with skipValidate enabled

    Now, even if skipValidate is enabled, the input data is still checked for length.

  • 744b13e: Allow attaching meta to filter rule

  • b042713: Add countValidRules function

@fn-sphere/[email protected]

07 Aug 16:06
ee4de0e
Compare
Choose a tag to compare

Patch Changes

@fn-sphere/[email protected]

07 Aug 11:11
291fddf
Compare
Choose a tag to compare

Patch Changes

@fn-sphere/[email protected]

07 Aug 16:05
ee4de0e
Compare
Choose a tag to compare

@fn-sphere/[email protected]

07 Aug 11:11
291fddf
Compare
Choose a tag to compare

@fn-sphere/[email protected]

06 Aug 17:15
cb48139
Compare
Choose a tag to compare

Patch Changes

  • b272f24: Export FnSchema, StandardFnSchema and GenericFnSchema type from core package.

    Export defineGenericFn and defineTypedFn from core package.

@fn-sphere/[email protected]

06 Aug 12:02
bb619e3
Compare
Choose a tag to compare

Patch Changes

  • 98b38de: Add field schema to the match function in the DataInputViewSpec.

  • 75feec4: Update data input view to handle empty values

    If input value is empty string, the input view will update the rule args to [] instead of [""]. This is to prevent the rule from running with an empty string as an argument.

@fn-sphere/[email protected]

06 Aug 09:34
3d04bc5
Compare
Choose a tag to compare

Patch Changes

@fn-sphere/[email protected]

06 Aug 17:15
cb48139
Compare
Choose a tag to compare

@fn-sphere/[email protected]

06 Aug 12:02
bb619e3
Compare
Choose a tag to compare