splainer-search
Advanced tools
Comparing version 2.5.9-0 to 2.5.9
Version numbers correspond to `package.json` version | ||
# 2.5.9 (???) | ||
# 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 (14/16/2020) | ||
# 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! | ||
@@ -9,0 +9,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.5.9-0", | ||
"version": "2.5.9", | ||
"main": "splainer-search.js", | ||
@@ -5,0 +5,0 @@ "authors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
135870
0