You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-querybuilder/fluent

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/fluent - npm Package Versions

1
5678

6.1.0

Diff
j
jakeboone02
published 6.1.0 •

Changelog

Source

[v6.1.0] - 2023-03-16

Fixed

  • [#488] The formatQuery option quoteFieldNamesWith now applies to values that represent field names (i.e. valueSource: 'field') when exporting to a SQL-based format.

Added

  • [#488] The formatQuery option ruleProcessor now applies to the "sql" format (though notably not the other SQL-based formats, "parameterized" and "parameterized_named"), allowing complete control over each rule's translation to SQL. The default rule processor for "sql" is exported as defaultRuleProcessorSQL.
j
jakeboone02
published 6.0.7 •

Changelog

Source

[v6.0.7] - 2023-03-10

Fixed

  • [#486] Custom, non-legacy valueProcessor functions called from formatQuery will now receive all relevant options, not only parseNumbers.
j
jakeboone02
published 6.0.6 •

Changelog

Source

[v6.0.6] - 2023-03-07

Fixed

  • [#483] The regular expression behind parseSQL in the previous version was capturing too many characters when field names were wrapped in delimiters.
j
jakeboone02
published 6.0.5 •

Changelog

Source

[v6.0.5] - 2023-03-06

Fixed

  • [#479] parseSQL is now much more permissive of valid characters within strings and identifiers (whether they are delimited or plain). ([#478] only added recognition of spaces within delimited identifiers.)
j
jakeboone02
published 6.0.4 •

Changelog

Source

[v6.0.4] - 2023-03-05

Fixed

  • [#478] parseSQL now recognizes field names wrapped in square brackets, like [field name]. (The corresponding update to formatQuery was made in [#463] as part of v6.0.0).
j
jakeboone02
published 6.0.3 •

Changelog

Source

[v6.0.3] - 2023-03-02

Fixed

  • [#472] All development-mode console error messages have been (temporarily) removed to avoid the process is not defined issue.
  • BulmaValueSelector now adds the "is-multiple" class to the wrapper div when the multiple prop is true.
j
jakeboone02
published 6.0.3-alpha.0 •
j
jakeboone02
published 6.0.2 •

Changelog

Source

[v6.0.2] - 2023-02-25

Fixed

  • [#470] parseSQL now handles escaped single quotes within strings
j
jakeboone02
published 6.0.1 •

Changelog

Source

[v6.0.1] - 2023-02-22

Added

  • Fluent UI compatibility package