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

Refactor for unit tests #697

Draft
wants to merge 58 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 17, 2017

  1. Fix typos in error message

    clbn authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    4e66c9d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Update README.md

    Changed license date
    BerkhanBerkdemir authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    dd57780 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    Now LICENSE is up to date.
    BerkhanBerkdemir authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    d17b280 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    ae1d45f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Configuration menu
    Copy the full SHA
    e17e1c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #624 from boidolr/update_github_page

    Update GitHub pages
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    f0e572c View commit details
    Browse the repository at this point in the history
  3. Update jQuery

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    85066db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #619 from boidolr/update_contributing_docs

    Update contribution guidelines
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    47e1b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ed8e95 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #602 from boidolr/update_dev_dependencies

    Update devDependencies
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    d0e5b31 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #595 from jeremypeters/patch-1

    Documentation correction
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    41b6935 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #571 from BerkhanBerkdemir/master

    LICENSE and README.md files are not up to date
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    fef25d7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #564 from clbn/patch-1

    Fix typos in error message
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    aaa7fd6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #553 from LukasDrgon/patch-1

    Add jsDelivr hits badge
    javve authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    7c45b25 View commit details
    Browse the repository at this point in the history
  11. Update Release instructions

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    60579c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a12a704 View commit details
    Browse the repository at this point in the history
  13. Fix pagination test

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    56d4d99 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c465e7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8198d13 View commit details
    Browse the repository at this point in the history
  16. Update to circle ci 2

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    ae3024c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4420c58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    785dc97 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6954947 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b8d2d9 View commit details
    Browse the repository at this point in the history
  21. Update codecov command

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    5afc258 View commit details
    Browse the repository at this point in the history
  22. More circleci fixes

    javve committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b58b9fb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Fix typo

    javve committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    330c8e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166b73c View commit details
    Browse the repository at this point in the history
  3. Update wishlist

    javve committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    dc6ab59 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    41764c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Add options.searchColumns to List API docs #648

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    88ac583 View commit details
    Browse the repository at this point in the history
  2. Fixed searchColumns default

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    85f18b1 View commit details
    Browse the repository at this point in the history
  3. Minor fixes to doc

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    109adc1 View commit details
    Browse the repository at this point in the history
  4. More minor fixes to API docs

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a22771a View commit details
    Browse the repository at this point in the history
  5. Added custom search function to List API doc - closes #678

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e12d137 View commit details
    Browse the repository at this point in the history
  6. Multiple word searching with List.search - closes #680

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    389b9dc View commit details
    Browse the repository at this point in the history
  7. Multiple word searching documented in List API

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5a8c19b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec685e7 View commit details
    Browse the repository at this point in the history
  9. Generic debounce wrapper added to utils/events.js

    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    4a8c40f View commit details
    Browse the repository at this point in the history
  10. Debounce keyup handler for search and fuzzySearch. Wait for 750ms ina…

    …ctivity
    
    makes searching far more usable with very large lists and/or slow devices
    sheffieldnick committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bc88b0b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. New List option searchDelay to control debounce in search keypress, d…

    …efault 0. Updated API doc
    sheffieldnick committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    071b1a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    0c90d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    fa8173d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'debounced-search' of https://github.com/sheffieldnick/l…

    …ist.js into sheffieldnick-debounced-search
    javve committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ebcf141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dfedfa View commit details
    Browse the repository at this point in the history
  4. Added new documentation page "Automagical Searching + Sorting" with l…

    …inks from left sidebar and "Getting started" page
    sheffieldnick authored and javve committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    3b2792d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    756b30c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #696 from javve/sheffieldnick-debounced-search

    Debounced search • Sort&sort docs • Multiple word search
    javve authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8e2efcc View commit details
    Browse the repository at this point in the history
  7. Update changelog

    javve committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7e3539f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f11f178 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    5d522e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3267c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    b27b1f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    6d7c590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5500a5c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Add unit tests for Item

    javve committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    238b900 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    d538d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7e929 View commit details
    Browse the repository at this point in the history