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 subscription mechanism using async iterators #40

Merged
merged 21 commits into from Sep 17, 2019
Merged

Add subscription mechanism using async iterators #40

merged 21 commits into from Sep 17, 2019

Commits on Jun 18, 2019

  1. fix xo and test setting

    lorenzofox3 authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    b4af995 View commit details
    Browse the repository at this point in the history
  2. Simplify next() implementation

    novemberborn authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    b05696c View commit details
    Browse the repository at this point in the history
  3. Implement return() according to spec

    novemberborn authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    24d2af7 View commit details
    Browse the repository at this point in the history
  4. Change how TypeScript is loaded in types test

    novemberborn authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    5e3e7b3 View commit details
    Browse the repository at this point in the history
  5. Return async iterator from .events(), not .on()

    Add to TS definition and README.
    novemberborn authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    a40d287 View commit details
    Browse the repository at this point in the history
  6. Implement .anyEvent()

    novemberborn authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    eb6a43e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e0645c9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    260dc62 View commit details
    Browse the repository at this point in the history
  9. process rebase

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    e882ecd View commit details
    Browse the repository at this point in the history
  10. add tests

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    38c8359 View commit details
    Browse the repository at this point in the history
  11. fix readme merge conflict

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    3a70d65 View commit details
    Browse the repository at this point in the history
  12. remove unrelevant file

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    b371aa2 View commit details
    Browse the repository at this point in the history
  13. remove unrelevant file and follow formatting rules for package.json

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    2118e16 View commit details
    Browse the repository at this point in the history
  14. solve formatting issue

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    0639389 View commit details
    Browse the repository at this point in the history
  15. skip unrelvant test in v8

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    1b14834 View commit details
    Browse the repository at this point in the history
  16. fix xo formatting

    Laurent Renard authored and Laurent Renard committed Jun 18, 2019
    Copy the full SHA
    eece4d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Update index.js

    sindresorhus committed Jun 23, 2019
    Copy the full SHA
    70c90d0 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    sindresorhus committed Jun 23, 2019
    Copy the full SHA
    bcde875 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    sindresorhus committed Jun 23, 2019
    Copy the full SHA
    e0fb147 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. add usage example in the readme.md

    Laurent Renard authored and Laurent Renard committed Jun 26, 2019
    Copy the full SHA
    419aace View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. add type definition & documentation

    Laurent Renard authored and Laurent Renard committed Jul 12, 2019
    Copy the full SHA
    cb47ab4 View commit details
    Browse the repository at this point in the history