Releases: tobiaslabs/hunch
Releases · tobiaslabs/hunch
v0.16.0
Minor Changes
- b396f69: Failure in metadata normalization will log with filename.
v0.15.0
Minor Changes
- 677527d: Add indexingFilter to remove from index at very end of pipe.
v0.14.1
Patch Changes
- daf1ccc: Allow output to be false explicitly in more places.
v0.14.0
Minor Changes
- 4e0527b: Add ability to skip index creation, and pass finalized record as
record
to saveFile
.
v0.13.0
Minor Changes
- bde422e: Change to logged output for easier debugging and benchmarking, and handle case where faceted values are invalid by dropping them instead of throwing.
Patch Changes
- fcdd0e1: Handle
null
values more gracefully.
- 4a83f61: Including fields and facets is now allowed to be empty.
v0.12.0
Minor Changes
- ac1ff9b: Add "files" to the API of "saveSite".
v0.11.0
Minor Changes
- 8a1cf29: Added official support for MS Windows. Pull requests now run the demo on a Windows machine as a general validation that everything works on that OS. The only bug was resolved by nodejs/node#34765
Patch Changes
- 8a1cf29: Added initial benchmark for testing purposes and found some inaccuracies in the
huge-text-search
pre-test text generation.
v0.10.3
Patch Changes
- e05df13: Update to fatal error logging.
v0.10.2
Patch Changes
- 3fa99b7: Correction to the included matches stuff.