CHANGELOG 2013-11-22 1.3.10 * updated algoliasearch.js (2.3.2) 2013-11-21 1.3.9 * updated custom typeahead.js (merged https://github.com/twitter/typeahead.js/pull/390) 2013-11-21 1.3.8 * expose new index settings: separatorsToIndex and optionalWords 2013-11-19 1.3.7 * handle namespaced models (s/::/_/) 2013-11-08 1.3.6 * upgraded to algoliasearch 1.1.6 (array-based search parameters were not encoded) 2013-11-07 1.3.5 * add without_auto_index_scope method disabling all indexing operations inside associated block 2013-11-07 1.3.4 * updated algoliasearch to 1.1.6 (clear_index! is now a real clear, not a delete/create) and algoliasearch-client-js to 2.3.0 * restore missing ensure_init call in the ```search``` method 2013-11-07 1.3.3 * new :per_environment options suffixing index's name by the Rails environment * index's settings are now initialized on first usage, not at include time * plug attributesForFaceting setting 2013-10-17 1.3.2 * while detecting settings changes, fixed array comparison 2013-10-17 1.3.1 * upgraded to algoliasearch 1.1.4 (too aggressive wait_task calls) 2013-10-15 1.3.0 * synchronous flag is now false by default * do not set settings if they didn't chang 2013-10-15 1.2.1 * Updated deps, especially algoliasearch to 1.1.3 to solve thread-safety issues 2013-10-14 1.2.0 * embeds a typeahead.js based UI 2013-10-04 1.1.8 * Avoid concurrent access to the same index while running tests with TravisCI * to check if the full-reindexing has been done, checking the last task is enough 2013-10-02 1.1.7 * Updated environment variables * Plug travis and various badges * Fixed attribute changes detection * Upgrade to algoliasearch-client-ruby 1.1.1 2013-10-01 1.1.6 * Initial import