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

Add exclude option #53

Merged
merged 36 commits into from Feb 16, 2022
Merged

Add exclude option #53

merged 36 commits into from Feb 16, 2022

Commits on Jul 19, 2021

  1. exclusion logic

    marcin committed Jul 19, 2021
    Copy the full SHA
    9a5bd68 View commit details
    Browse the repository at this point in the history
  2. bumped.

    marcin committed Jul 19, 2021
    Copy the full SHA
    aa5b82f View commit details
    Browse the repository at this point in the history
  3. test.

    marcin committed Jul 19, 2021
    Copy the full SHA
    cb7b8e6 View commit details
    Browse the repository at this point in the history
  4. added

    marcin committed Jul 19, 2021
    Copy the full SHA
    4a58851 View commit details
    Browse the repository at this point in the history
  5. maintainer should do this.

    marcin committed Jul 19, 2021
    Copy the full SHA
    39e736a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. updated.

    Your Name committed Jul 20, 2021
    Copy the full SHA
    92b78fb View commit details
    Browse the repository at this point in the history
  2. .

    marcin committed Jul 20, 2021
    Copy the full SHA
    08ee1f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. fix readme!

    marcin committed Jul 30, 2021
    Copy the full SHA
    b106ca2 View commit details
    Browse the repository at this point in the history
  2. rename exclusions -> exclude

    marcin committed Jul 30, 2021
    Copy the full SHA
    a60d014 View commit details
    Browse the repository at this point in the history
  3. updated.

    marcin committed Jul 30, 2021
    Copy the full SHA
    6318107 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. modified exclude option to support Iterable

    marcin committed Sep 15, 2021
    Copy the full SHA
    3a89378 View commit details
    Browse the repository at this point in the history
  2. added iterable handling + UT

    marcin committed Sep 15, 2021
    Copy the full SHA
    0a37f9f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Update index.d.ts wording.

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    mastrzyz and sindresorhus committed Oct 6, 2021
    Copy the full SHA
    5900b0e View commit details
    Browse the repository at this point in the history
  2. Update readme.md typing information

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    mastrzyz and sindresorhus committed Oct 6, 2021
    Copy the full SHA
    3550ba0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4e885a6 View commit details
    Browse the repository at this point in the history
  4. .

    marcin committed Oct 6, 2021
    Copy the full SHA
    e92c79b View commit details
    Browse the repository at this point in the history
  5. redundant.

    marcin committed Oct 6, 2021
    Copy the full SHA
    2ac007b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. exclude non number types from iterable.

    Your Name committed Jan 25, 2022
    Copy the full SHA
    ff49cda View commit details
    Browse the repository at this point in the history
  2. remove test code.

    Your Name committed Jan 25, 2022
    Copy the full SHA
    00adfeb View commit details
    Browse the repository at this point in the history
  3. formatting issues

    Your Name committed Jan 25, 2022
    Copy the full SHA
    cb28fb9 View commit details
    Browse the repository at this point in the history
  4. updated test.

    Your Name committed Jan 25, 2022
    Copy the full SHA
    270289a View commit details
    Browse the repository at this point in the history
  5. updated comment.

    Your Name committed Jan 25, 2022
    Copy the full SHA
    3003d4e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Update index.js

    sindresorhus committed Jan 26, 2022
    Copy the full SHA
    ab2fdc6 View commit details
    Browse the repository at this point in the history
  2. Update index.d.ts

    sindresorhus committed Jan 26, 2022
    Copy the full SHA
    63de20b View commit details
    Browse the repository at this point in the history
  3. added handling for NaN type numbers.

    Your Name committed Jan 26, 2022
    Copy the full SHA
    3c1a062 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    64d0f3d View commit details
    Browse the repository at this point in the history
  5. .

    Your Name committed Jan 26, 2022
    Copy the full SHA
    8ac75bf View commit details
    Browse the repository at this point in the history
  6. updated readme.

    Your Name committed Jan 26, 2022
    Copy the full SHA
    6e023b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. updated concerns.

    marcin committed Feb 1, 2022
    Copy the full SHA
    6ba70df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7be0ff2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. ,

    Your Name committed Feb 7, 2022
    Copy the full SHA
    a4b0f53 View commit details
    Browse the repository at this point in the history
  2. sync the two

    Your Name committed Feb 7, 2022
    Copy the full SHA
    fffa525 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update test.js

    sindresorhus committed Feb 16, 2022
    Copy the full SHA
    736b38a View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    sindresorhus committed Feb 16, 2022
    Copy the full SHA
    e6feab7 View commit details
    Browse the repository at this point in the history
  3. Update index.d.ts

    sindresorhus committed Feb 16, 2022
    Copy the full SHA
    f1da1f3 View commit details
    Browse the repository at this point in the history
  4. Update test.js

    sindresorhus committed Feb 16, 2022
    Copy the full SHA
    859fb18 View commit details
    Browse the repository at this point in the history