You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0.
# 2.30.2 (2023-11-16)
# 2.30.3 (2023-11-16)
- Bug fix for arrays passed into query templating via `qOptions`. https://github.com/o19s/splainer-search/pull/137 by @mkr.
- Avoid the query object -> string -> hydrating -> string -> query object roundtrip and directly hydrate on the query object. https://github.com/o19s/splainer-search/pull/136 by @mkr.