Releases: fergiemcdowall/search-index
v2.0.0
This is a new version of search-index that leans more heavily on a JSON API.
v1.0.6 - Fixing bug in demo error handling
v0.15.2
As per #471 ->
"
I'm using [email protected] with levelup and redis as a db.
I'm not using leveldown/levelDB so I don't want to install it (plus, it doesn't build on the specific node-alpine version I am targeting), that's why I am installing search-index with the --no-optional option.
The problem is, despite leveldown being marked as optional, it's required at the top of the search-index/index.js, so when I start my app it immediately crashes, complaining about leveldown not being resolvable.
The fix is easy: move the require down, so that it's only executed when necessary.
"
v1.0.5 - Demo fully working
Demo is now working out of the box:
https://fergiemcdowall.github.io/search-index/demo/
v1.0.1 - breaking changes
Rewrite and big API-changes:
- Promise based API
- more flexible query API
Typescript ready
Added typescript definition file