Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeahead.js update #4772

Closed
wants to merge 1 commit into from
Closed

Commits on Jun 30, 2015

  1. Updated typeahead bindings and tests. Major changes include:

    * Updated bindings/tests/docs to deal with typeahead rewrite between v0.10.4 and v0.11.1
    * Previously, only Bloodhound types were generic. Now other typeahead types are too. It means we can replace any with TDatum in many places.
    * Fixed Bloodhound methods so that they return Bloodhound<TDatum> rather than void.
    * Added typeahead examples as tests
    * Added Bloodhound tests
    * Marked unofficial functions as such
    * Fixed inconsistencies with commenting, braces, casing and whitespace across all files
    Seltzer committed Jun 30, 2015
    Copy the full SHA
    8b7148c View commit details
    Browse the repository at this point in the history