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

Remove markers and performance measurement #479

Merged
merged 2 commits into from
Aug 26, 2022
Merged

Remove markers and performance measurement #479

merged 2 commits into from
Aug 26, 2022

Commits on Aug 26, 2022

  1. feat!: remove all marker functionality

    The marker functionality was introduced to support building a tree of
    streams, in effect determining how different observables relate to
    eachother without needing to watch values pass through. This was never
    used to its full potential. The effect on the codebase of RxBeach and
    all users is quite big, as it means we need to reexport decorated
    versions of operators from RxJS.
    
    BREAKING CHANGE: RxBeach no longer re-exports operators from RxJS.
    These operators must now be imported directly from RxJS.
    tlaundal committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0028d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b3840 View commit details
    Browse the repository at this point in the history