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 pMapIterable #63

Merged
merged 25 commits into from Dec 5, 2023
Merged

Add pMapIterable #63

merged 25 commits into from Dec 5, 2023

Commits on Dec 30, 2022

  1. Add pMapIterable

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    4a6fc5f View commit details
    Browse the repository at this point in the history
  2. Update test.js

    Richienb committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    244d13b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Do various things

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9b34384 View commit details
    Browse the repository at this point in the history
  2. Lint

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    779834a View commit details
    Browse the repository at this point in the history
  3. Default backpressure to concurrency

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9b693ba View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Add docs

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0d07a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3969c08 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cf6f980 View commit details
    Browse the repository at this point in the history
  4. Add type tests

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5a53302 View commit details
    Browse the repository at this point in the history
  5. Fix

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c76fbf6 View commit details
    Browse the repository at this point in the history
  6. Catch errors and properly handle empty array

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1a1f623 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Update readme.md

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    Richienb and sindresorhus committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    7af2b69 View commit details
    Browse the repository at this point in the history
  2. Update index.d.ts

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    Richienb and sindresorhus committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1476e30 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Add use case

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    397e77c View commit details
    Browse the repository at this point in the history
  2. Show concurrency in example

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f7ca1c4 View commit details
    Browse the repository at this point in the history
  3. Improve tests

    Richienb committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0a1dc40 View commit details
    Browse the repository at this point in the history
  4. Fix early break

    Richienb committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f3050c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Throw away future values after an error

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8422083 View commit details
    Browse the repository at this point in the history
  2. Undo indentation

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    518e47e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Rewrite to use async generator and improve tests

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    63d99e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be77a6 View commit details
    Browse the repository at this point in the history
  3. Undo indent

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    66a76d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Test concurrency: 2

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    60419f8 View commit details
    Browse the repository at this point in the history
  2. Support pMapSkip and fix backpressure bug

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7e68c18 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update index.js

    Richienb committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    408b371 View commit details
    Browse the repository at this point in the history