CHANGELOG

2014-09-06  2.6.0
   * Improved retry strategy with implementation of a timeout on network call.
     Upgrade to this version is highly recommended
	
2014-09-04  2.5.4
    * Removed the OPTIONS request for the first isalive query of for all search queries

2014-07-23  2.5.3
    * AlgoliaSearchHelper: add missing getIndex/setIndex
    * listIndexes is now paginable

2014-06-05  2.5.2
    * AlgoliaSearchHelper: add getter/setter methods

2014-05-14  2.5.1
    * Fixed listIndexes call (trailing slash not compatible with our API anymore)

2014-05-09  2.5.0
    * If CORS is not available, use JSONP

2014-04-23  2.4.7
     * Ability to instantiate multiple AlgoliaSearchHelper

2014-04-05  2.4.6
     * Fixed IE 8/9 support of secured API keys

2014-03-30  2.4.5
     * Improved AlgoliaExplainResults helper handling array-based attributes as well.

2014-03-19  2.4.4
     * Improved the `waitTask` method, ensuring it sleeps 100ms before recalling the API.

2014-03-12  2.4.3
     * Removed invalid character from source code (could cause a parse error in IE8/9)

2014-02-24  2.4.2
     * Added support of secured API Key (SecurityTags & UserToken headers)

2014-02-18  2.4.1
     * Removed dependency on jquery
	
2014-02-10  2.4.0

      * Move to official Typeahead.js release (0.10.1)
      * Remove getTypeAheadTransport* functions

2014-01-16  2.3.8

      * Ability to customize getTypeAheadTransport parameters once instantiated

2014-01-08  2.3.7

      * Remove extra encodeURI
      * Travis integration

2014-01-06  2.3.6

      * Missing encodeURI
      * Added "distinct" documentation

2013-12-06  2.3.5

      * Added browse methods

2013-12-04 2.3.4-1

      * Fixed IE9 bug while reading onload's event
      * Here and there typos

2013-11-07 2.3.0

      * Added new ACL features (maxQueriesPerIPPerHour & maxHitsPerQuery)

2013-11-07 2.2.0

      * Added clearIndex method

2013-11-03 2.1.0

      * Auto-detect protocol to used based on current location
      * Added auto-complete & instant-search examples

2013-10-15 2.0.1

      * Gruntification
      * Embed typeahead.js
