Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 2.63 KB

Changelog

For transparency and insight into our release cycle, releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on semantic versioning, please visit http://semver.org/.


0.8.2 March 04, 2013

  • Fixed bug causing error to be thrown when initializing a typeahead on multiple elements. #51
  • Tokens with falsy values are now filtered out – was causing wonky behavior. #75
  • No longer making remote requests for blank queries. #74
  • Datums with regex characters in their value no longer cause errors. #77
  • Now compatible with the Closure Compiler. #48
  • Reference to jQuery is now obtained through window.jQuery, not window.$. #47
  • Added a plugin method for destroying typeaheads. Won't be documented until v0.9 and might change before then. #59

0.8.1 February 25, 2013

  • Fixed bug preventing local and prefetch from being used together. #39
  • No longer prevent default browser behavior when up or down arrow is pressed with a modifier. #6
  • Hint is hidden when user entered query is wider than the input. #26
  • Data stored in localStorage now expires properly. #34
  • Normalized search tokens and fixed query tokenization. #38
  • Remote suggestions now are appended, not prepended to suggestions list. #40
  • Fixed some typos through the codebase. #3

0.8.0 February 19, 2013

Initial public release

  • Prefetch and search data locally insanely fast.
  • Search hard-coded, prefetched, and/or remote data.
  • Hinting.
  • RTL/IME/international support.
  • Search multiple datasets.
  • Share datasets (and caching) between multiple inputs.
  • And much, much more...