Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

splainer-search

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splainer-search - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

11

CHANGELOG.md
Version numbers correspond to `package.json` version
# 2.6.0 (2020-06-11)
- `searcher.pager()` wasn't honoring the `escapeQuery` option for Solr. https://github.com/o19s/splainer-search/pull/87 by @jorgelbg.
# 2.6.1 (10/05/2020)
- Lots of work on breaking out highlighting into a better structure, after fighting with little fixes for a while.
This isn't actually a significant jump, however there is a _2.6.0-1_
that was already published, so it's easier to just move to 2.6.0!
# 2.5.9 (2020-04-27)
# 2.5.9 (04/27/2020)
- Highlighting on dates and integers in Solr causes an error. Work around is to append `hl.method=unified` to calls to Solr. https://github.com/o19s/splainer-search/pull/84
- a common pattern in Solr schemas is to normalize fields with dots: `foo.bar`, however if you have a array or dictionary of JSON, we want to navigate that. Now we check if the key exists with a dot in it, if not, we use that as a selector to pluck out the data in the nested JSON that we need. https://github.com/o19s/splainer-search/pull/83
# 2.5.8 (2020-04-16)
# 2.5.8 (04/16/2020)
- Fix rendering logic to handle Arrays and JSON objects so you don't get `"[object Object]"` in the UI. Another great fix by @CgamesPlay!

@@ -15,0 +12,0 @@ - Migrate to Puppeteer for browser testing. No more PhantomJS. Lots of other dependencies cleaned up, and some legacy files from when this was a full blown app instead of a library removed. `package-lock.json` dropped from 9663 lines to 4788 lines.

{
"name": "splainer-search",
"version": "2.6.0",
"version": "2.6.1",
"main": "splainer-search.js",

@@ -5,0 +5,0 @@ "authors": [

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc