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

Document stream() detection limitation #434

Merged
merged 9 commits into from
Jul 22, 2021
Merged

Commits on Jul 20, 2021

  1. Prevent End-Of-Stream error in stream()

    Suppress the End-Of-Stream, instead assign `undefined` to `stream.fileType`.
    
    Fix: #467
    Borewit committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e4b6228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0219e87 View commit details
    Browse the repository at this point in the history
  3. Make stream() sample size configurable

    Improve document stream() detection limitation.
    
    Related: #426, #452
    Borewit committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c635507 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    8fa426b View commit details
    Browse the repository at this point in the history
  2. Make stream() sample size configurable

    Improve document stream() detection limitation.
    
    Related: #426, #452
    Borewit committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2a26e42 View commit details
    Browse the repository at this point in the history
  3. Update core.d.ts

    sindresorhus authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    71996fc View commit details
    Browse the repository at this point in the history
  4. Update readme.md

    sindresorhus authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    58e3b18 View commit details
    Browse the repository at this point in the history
  5. Update readme.md

    sindresorhus authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ebb5f22 View commit details
    Browse the repository at this point in the history
  6. Document default sample size

    Borewit committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b4efc2b View commit details
    Browse the repository at this point in the history