-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: ReactiveX/rxjs
base: 7.0.1
head repository: ReactiveX/rxjs
compare: 7.1.0
- 11 commits
- 27 files changed
- 8 contributors
Commits on May 13, 2021
-
Docs: multicast deprecation (#6403)
* docs(multicast): mark primary signature as deprecated * docs(publish): mark primary signature as deprecated * docs(publishReplay): mark primary signature as deprecated
Configuration menu - View commit details
-
Copy full SHA for cfd2c16 - Browse repository at this point
Copy the full SHA cfd2c16View commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 190e4d0 - Browse repository at this point
Copy the full SHA 190e4d0View commit details
Commits on May 20, 2021
-
feat(groupBy): Support named arguments, support ObservableInputs for …
…duration selector (#5679) * feat(groupBy): Support named arguments, support ObservableInputs for duration selector - Adds support for named arguments. - Adds support for returning promises, et al, from the duration selector. NOTES: * The tests for `groupBy` appear to be EXTREMELY old and outdated, and I was unable to updated them easily to use run mode. We may have to rewrite them all at some point to use better techniques. The issue seems to be a rudementary means of testing the inner observables that is incompatible with run mode. * Docs still need updated * Older paths still need to be deprecated * dtslint tests need to be added * chore: rebased. There are still type issues * refactor: change to fn, options pattern * chore: remove duplicate typing
Configuration menu - View commit details
-
Copy full SHA for 7a99397 - Browse repository at this point
Copy the full SHA 7a99397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c3716 - Browse repository at this point
Copy the full SHA 12c3716View commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f1f4e8b - Browse repository at this point
Copy the full SHA f1f4e8bView commit details -
docs(operators): defaultIfEmpty (#6413)
missing import of interval
Configuration menu - View commit details
-
Copy full SHA for bffa83c - Browse repository at this point
Copy the full SHA bffa83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb22bf - Browse repository at this point
Copy the full SHA 2fb22bfView commit details -
fix: returned operator functions from multicast operators
share
, `p……ublish`, `publishReplay` are now referentially transparent. Meaning if you take the result of calling `publish()` and pass it to N observable `pipe` methods, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in 6.x. If you required this broken behavior, there is a work around posted [here](#6410 (comment)) (#6410) * fix(publish,publishReplay): resolve sharing Subject change publish operator to use factory change publishReplay operator to not share ReplaySubject fixes issue #5411 * test: rearrange tests * test: add failing ref transparency tests * fix(publishBehavior): make ref transparent * fix(publishLast): make ref transparent * test: add failing ref transparency tests * fix(share): make ref transparent * chore: add a comment * test: change descriptions and add comments * refactor: destructure options outside of op func * chore: use consistent terminology in comments * test: use consistent terminology Co-authored-by: Eli Davidson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f2e51 - Browse repository at this point
Copy the full SHA e2f2e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ea211 - Browse repository at this point
Copy the full SHA f7ea211View commit details -
feat: All subjects now have an
observed
property. This will allow u……sers to check whether a subject has current subscribers without us allowing access to the `observers` array, which is going to be made private in future versions. (#6405) * feat(Subject): add isObserved() api * fix(Subject): typo, remove done from sync test * feat(subject): change observed method to property * chore: update api_guardian files Co-authored-by: Ben Lesh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47425d - Browse repository at this point
Copy the full SHA f47425dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6d164 - Browse repository at this point
Copy the full SHA 3a6d164View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.0.1...7.1.0