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

feat(operator): add debounce #193

Closed
benlesh opened this issue Aug 20, 2015 · 0 comments · Fixed by #194
Closed

feat(operator): add debounce #193

benlesh opened this issue Aug 20, 2015 · 0 comments · Fixed by #194
Assignees
Milestone

Comments

@benlesh
Copy link
Member

benlesh commented Aug 20, 2015

Add the debounce operator

@benlesh benlesh self-assigned this Aug 20, 2015
@benlesh benlesh added this to the Alpha release milestone Aug 20, 2015
robwormald added a commit to robwormald/RxJS that referenced this issue Aug 31, 2015
* ReactiveX/master: (29 commits)
  feat(operator): add debounce closes ReactiveX#193
  feat(operator): add throttle
  feat(operator):add repeat
  bugfix(defer): Catch errors from Defer's observableFactory function.
  bugfix(merge): Prevent MergeSubscriber from setting its
_isUnsubscribed flag to true before its inner subscriptions have all
completed.
  feat(operator): Add count operator.
  chore(build): add uglifyjs minification to global build.
  chore(build): use typescript compiler for es5 build
  chore(tsd): update typings dependencies
  bugfix(reduce): Pass the initial value to the ReduceOperator.
  chore(operator): fix API signatures for merge, concat, combineLatest
and zip
  feat(operator): Add minimal delay operator.
  chore(tests): add tests for skip
  feat(operator): add skipUntil closes ReactiveX#180
  feat(operator): add groupBy
  feat(operator): Add do operator.
  Removing ensure
  feat(operator): Add expand operator.
  feat(operator): add finally
  feat(operator): Add distinctUntilChanged and distinctUntilKeyChanged
  ...

Conflicts:
	package.json
@lock lock bot locked as resolved and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant