version-0.0.8-beta

Change log:

- Renamed collection name and tokens into their new counterparts: index name and apikey accordingly.
- Global options to the SDK has been changed, and all sub-components has enhanced capability to choose which `index name`, `search handler`, `autocomplete handler`, or `recommend handler` where you can run multiple instances of the component each with different target setting, and when some components customize single setting like `index name`, the rest of the setting/options are defaulted to the global options object passed to the SDK provider.
- Search results, recommend results, and filters components have a `render` function that allow you to customize how your data is rendered, passing the real data to you to render it, without losing the auto-feedback feature.