Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.0-rc.3
Choose a base ref
...
head repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0
Choose a head ref
  • 9 commits
  • 29 files changed
  • 7 contributors

Commits on Apr 28, 2021

  1. docs: clarification

    benlesh authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    917fef7 View commit details
    Browse the repository at this point in the history
  2. Preparation v7 Docs (#6270)

    * chore(docs): link to change list document
    
    * chore(docs): make blm page standalone and promote rxjs v7
    
    * docs: minor correction.
    
    * docs: slight grammar correction
    
    * docs: sound more stern about CoC
    
    Co-authored-by: Jan-Niklas Wortmann <[email protected]>
    Co-authored-by: Ben Lesh <[email protected]>
    3 people authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e00b347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e4bde View commit details
    Browse the repository at this point in the history
  4. chore: deprecate error ctors (#6277)

    * chore: add deprecations to error ctors
    
    * test: add test for error ctor deprecations
    
    * chore: remove old dtslint comment - TS 2.8 lol
    cartant authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e572d2e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. fix: VS code will now properly import operators, et al (#6276)

    - Adds typesVersions, enforcing TypeScript >= 4.2.
    - Adds some superfluous references required for TS and VS Code to find proper import locations for our strange deep import sites.
    - Independantly tested by building the package and installing it locally in another project, then testing in VS code.
    
    Fixes #6067
    Related microsoft/TypeScript#43034
    benlesh authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f43c728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839e192 View commit details
    Browse the repository at this point in the history
  3. types(config): add GlobalConfig interface (#6247)

    * chore(config): add GlobalConfig interface
    
    * chore: update api_guardian
    
    * chore: move GlobalConfig declaration to config.ts
    
    * chore: update api_guardian
    
    * chore: remove excessive types from config properties
    
    * chore(config): remove extra empty lines
    jakovljevic-mladen authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    02a9098 View commit details
    Browse the repository at this point in the history
  4. docs(breaking-changes): update min ts version to 4.2 (#6291)

    Co-authored-by: Jan-Niklas Wortmann <[email protected]>
    niklas-wortmann and Jan-Niklas Wortmann authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7990c12 View commit details
    Browse the repository at this point in the history
  5. chore(publish): 7.0.0

    benlesh committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f9a60f0 View commit details
    Browse the repository at this point in the history
Loading