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(from): make from on non-iterables coerce to iterables #117

Merged
merged 1 commit into from
Oct 27, 2017

Conversation

trxcllnt
Copy link
Member

No description provided.

@mattpodwysocki mattpodwysocki merged commit 35773d7 into pipe Oct 27, 2017
@trxcllnt trxcllnt deleted the from-non-iterable branch October 27, 2017 22:19
mattpodwysocki added a commit that referenced this pull request Oct 29, 2017
* feat(pipe): add piped operators

* feat(pipe): add through concat

* feat(pipe): add through defaultIfEmpty

* feat(pipe): add through delay

* feat(pipe): add through delayEach

* feat(pipe): add through distinct

* feat(pipe): add through distinctUntilChanged

* feat(pipe): add through doWhile

* feat(pipe): add through endwith

* feat(pipe): add through except

* feat(pipe): add through expand

* feat(pipe): add through filter

* feat(pipe): add through finally

* feat(pipe): add through flatmap

* feat(pipe): add through flatten

* feat(pipe): add through groupby

* feat(pipe): add through groupjoin

* feat(pipe): add through ignoreelements

* feat(pipe): add through innerjoin

* feat(pipe): add through intersect

* feat(pipe): add through map

* feat(pipe): add through memoize

* feat(pipe): add through merge

* feat(pipe): add through mergeAll

* feat(pipe): add through minby

* feat(pipe): add through onerrorresumenext

* feat(pipe): add through pairwise

* feat(pipe): add through pluck

* feat(pipe): add through publish

* feat(pipe): add through repeat

* feat(pipe): add through retry

* feat(pipe): add through reverse

* feat(pipe): add through scan

* feat(pipe): add through scanRight

* feat(pipe): add through share

* feat(pipe): add through skip

* feat(pipe): add through skipLast

* feat(pipe): add through skipUntil

* feat(pipe): add through skipWhile

* feat(pipe): add through slice

* feat(pipe): add through startwith

* feat(pipe): add through take

* feat(pipe): add through takelast

* feat(pipe): add through takeuntil

* feat(pipe): add through takewhile

* feat(pipe): add through tap

* feat(pipe): add through throttle

* feat(pipe): add through timeinterval

* feat(pipe): add through timeout

* feat(pipe): add through timestamp

* feat(pipe): add through union

* feat(pipe): add through buffer

* feat(pipe): add through catch

* feat(pipe): add through catchWith

* feat(pipe): add through concat

* feat(pipe): add through concatall

* feat(pipe): add through defaultifempty

* feat(pipe): add through distinct

* feat(pipe): add through distinctuntilchanged

* feat(pipe): add through dowhile

* feat(pipe): add through endwith

* feat(pipe): add through except

* feat(pipe): add through expand

* feat(pipe): add through filter

* feat(pipe): add through finally

* feat(pipe): add through flatmap

* feat(pipe): add through flatten

* feat(pipe): add through groupjoin

* feat(pipe): add through ignorelements

* feat(pipe): add through innerjoin

* feat(pipe): add through intersect

* feat(pipe): add through map

* feat(pipe): add through maxby

* feat(pipe): add through memoie

* feat(pipe): add through minby

* feat(pipe): add through onerrorresumenext

* feat(pipe): add through pairwise

* feat(pipe): add through pluck

* feat(pipe): add through publish

* feat(pipe): add through repeat

* feat(pipe): add through retry

* feat(pipe): add through reverse

* feat(pipe): add through scan

* feat(pipe): add through scanright

* feat(pipe): add through share

* feat(pipe): add through skip

* feat(pipe): add through skiplast

* feat(pipe): add through skipwhile

* feat(pipe): add through slice

* feat(pipe): add through startwith

* feat(pipe): add through take

* feat(pipe): add through takelast

* feat(pipe): add through takewhile

* feat(pipe): add through tap

* feat(pipe): add through union

* feat(pipe): add through pipe

* feat(pipe): moving pipe and forEach to core

* feat(pipe): adds of and from to base

* feat(pipe): fix build

* style(lint): update code lint friendly (#116)

* feat(from): make from on non-iterables coerce to iterables (#117)

* feat(pipe): add to __modules

* feat(pipe): add to __modules

* feat(pipe): adding piped tests

* fix pipe exports (#119)

* build(gulpfile): allow building UMD intermediate step standalone for debugging

* fix(ix): declare prototype pipe method type so it isn't minified away

* fix(pipe): export pipe operators separately so they're not minified away

* test(operators): add helper to test all three operator variants

* fix(reduce): fix scan/reduce proto method argument checks

* test(spec): execute iterable operator tests on all operator variants

* test(spec): execute asynciterable operator tests on all operator variants

* fix(ix): export OrderedIterableBase so thenBy method names are protected from Uglify

* chore(lint): fix lint

* test(helpers): disable missing pipe fn logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants