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

rewrite links with rxjs #1592

Closed
wants to merge 17 commits into from
Closed

rewrite links with rxjs #1592

wants to merge 17 commits into from

Commits on Feb 23, 2022

  1. convert everything to rxjs

    sachinraja committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c29e30a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. use observableToPromise

    sachinraja committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    f1320ad View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. tweak

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    118a720 View commit details
    Browse the repository at this point in the history
  2. fixes

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    d33319f View commit details
    Browse the repository at this point in the history
  3. rename $ to subscription

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    02af8cb View commit details
    Browse the repository at this point in the history
  4. tweak

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    0b94fad View commit details
    Browse the repository at this point in the history
  5. use Subscription

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    1e10de5 View commit details
    Browse the repository at this point in the history
  6. rm UnsubscribeFn

    export type UnsubscribeFn = () => void;
    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    688d62a View commit details
    Browse the repository at this point in the history
  7. fix examples

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bead1fe View commit details
    Browse the repository at this point in the history
  8. omit ts script

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    652dc5a View commit details
    Browse the repository at this point in the history
  9. rm dirt

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    09e0fff View commit details
    Browse the repository at this point in the history
  10. relax rxjs version

    sachinraja committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    159a632 View commit details
    Browse the repository at this point in the history
  11. fix lint

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8c4f3cb View commit details
    Browse the repository at this point in the history
  12. v10.0.0-alpha.10

    KATT committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    a1de7cd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 14, 2022

  1. use custom lighter share

    sachinraja committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7c592d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. v10.0.0-alpha.11

    KATT committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a330502 View commit details
    Browse the repository at this point in the history