sort by:
Revision Author Date Message Commit Date
32972c0 3.7.0 02 December 2022, 10:26:56 UTC
e652f90 new sink collectAsPromise (#142) 02 December 2022, 10:26:14 UTC
29b4868 Merge pull request #136 from pull-stream/abortable remove pull-abortable, unused 05 May 2021, 11:29:24 UTC
eaf0cf7 Merge pull request #137 from pull-stream/github-ci move from Travis to GH Actions 05 May 2021, 11:27:57 UTC
9763b66 move from Travis to GH Actions 05 May 2021, 11:23:51 UTC
b8b9c2e remove pull-abortable, unused 05 May 2021, 11:23:12 UTC
bd6fa42 Merge pull request #99 from jakeburden/test/keys adds a test for pull.keys(obj) 05 May 2021, 11:15:13 UTC
1bb5225 Merge pull request #131 from Barbarrosa/improve-benchmarks Improve benchmarks 05 May 2021, 11:11:15 UTC
f64f6f9 Merge pull request #135 from staltz/safer-drain when drain() throws an error, provide stack trace 05 May 2021, 11:10:57 UTC
27b92e4 Merge pull request #129 from devinivy/patch-1 Fix link to concat sink docs 05 May 2021, 10:32:32 UTC
557a1f4 Merge branch 'master' of github.com:pull-stream/pull-stream into improve-benchmarks 05 May 2021, 01:11:03 UTC
39a45b6 Merge pull request #132 from tjconcept/nonexisting-onabort remove non-existing `onAbort` from documentation of count, infinite a… 03 May 2021, 08:57:01 UTC
111c7c0 Merge pull request #130 from Barbarrosa/improve-flatten Simplify and defer checks in flatten to improve performance 03 May 2021, 08:52:53 UTC
ebc4edc Merge pull request #134 from staltz/test-better clean up tests 03 May 2021, 08:50:54 UTC
0eab41a when drain() throws an error, provide stack trace 30 April 2021, 11:50:38 UTC
107d85c clean up tests 26 April 2021, 11:06:29 UTC
64a8865 remove non-existing `onAbort` from documentation of count, infinite and keys 08 April 2021, 23:31:31 UTC
7d5bd82 Formatting changes 03 April 2021, 07:46:48 UTC
08c7a2c Make benchmarks independently runnable again 03 April 2021, 07:29:54 UTC
31b5658 Rewrite benchmarks to improve memory and speed measurements 03 April 2021, 07:26:00 UTC
d2f320d Write benchmark for flatten 03 April 2021, 07:25:43 UTC
d2ccf04 Revert "Reduce anonymous function creation during iteration for edge cases" This reverts commit 38006447b94b9113998954f15b6b869313e09d9e. 02 April 2021, 00:55:27 UTC
3800644 Reduce anonymous function creation during iteration for edge cases 29 March 2021, 00:06:55 UTC
6504ec2 Write benchmark for flatten 28 March 2021, 21:33:54 UTC
8ea7468 Simplify and defer checks in flatten to improve performance 28 March 2021, 08:15:37 UTC
f4f9b0b Fix link to concat sink docs 01 March 2021, 01:45:05 UTC
603b7dc Merge pull request #127 from noffle/master Add clarification on duplex streams 21 August 2020, 07:12:28 UTC
69d0e3f add clarification on duplex streams 20 August 2020, 19:31:21 UTC
a82b8b4 3.6.14 06 August 2019, 13:52:22 UTC
9e14345 delete util/keys.js Was just reading through the code, and noticed this file is not being used anywhere (its missing a require for the `values` function anyway). As it's an internal API, seems like it should be deleted. 05 August 2019, 22:44:53 UTC
ffdf761 3.6.13 27 June 2019, 08:12:48 UTC
65205e6 document filter() behaviour @Powersource 27 June 2019, 08:12:03 UTC
1ee67ca 3.6.12 30 May 2019, 16:08:27 UTC
53cc7a1 link to pull-stream-workshop, it's a little better than pull-stream-examples 30 May 2019, 16:08:22 UTC
8fd1668 3.6.11 06 May 2019, 21:54:38 UTC
ce0549e 3.6.10 02 May 2019, 08:07:37 UTC
17a0754 Merge pull request #120 from pull-stream/improve-take-docs Update take.md 30 April 2019, 21:45:58 UTC
a31b075 Update docs/throughs/take.md Co-Authored-By: mixmix <whimful@gmail.com> 30 April 2019, 21:43:47 UTC
4dca18b Update take.md 30 April 2019, 05:08:03 UTC
d3c159b fix typo in async-map test 15 September 2018, 07:55:47 UTC
568e376 3.6.9 22 August 2018, 22:06:25 UTC
35b76ec check that callbacks are in correct order 22 August 2018, 22:06:20 UTC
8fc3fa8 fix asyncMap: abortCb is not a function 22 August 2018, 18:20:10 UTC
6ae0c63 3.6.8 07 May 2018, 23:06:25 UTC
f81c81d Merge branch 'patch-1' of git://github.com/harrysarson/pull-stream 07 May 2018, 23:06:10 UTC
bd30193 Sink can abort stream without error. Removes line added previously that wrongly stated that a sink could only abort a stream if there was an error. Clarifies that a sink can abort with an error or with a truthy value. 28 March 2018, 09:59:24 UTC
6b4931e 3.6.7 27 March 2018, 20:18:53 UTC
8ba121a remove es6, and I mean it this time 27 March 2018, 20:18:27 UTC
8a798c2 3.6.6 27 March 2018, 20:10:54 UTC
da1523e remove all es6 27 March 2018, 20:10:50 UTC
1d0101b 3.6.5 27 March 2018, 20:06:42 UTC
e6f1c4d use ES5 so that travis tests pass 27 March 2018, 20:06:39 UTC
ab7df22 3.6.4 27 March 2018, 19:58:33 UTC
2cc18f5 async-map should use it's own error, if the source has already ended 27 March 2018, 19:54:52 UTC
87786ef Merge branch 'master' of git://github.com/ruifortes/pull-stream into async-map-abort 27 March 2018, 19:49:57 UTC
149ef9d async map should keep it's own error when it aborts 27 March 2018, 19:42:34 UTC
58c5d8a Adds "creating reusable streams" section. Adds section to README which explains how to use a function to create a readable stream. Subsequent examples in the README use this function instead of `random` which should only be used once. 26 March 2018, 21:07:56 UTC
744a32f take should pass error on last read 20 March 2018, 19:13:50 UTC
1f2f80f Removes accidentally added line break 26 February 2018, 23:33:10 UTC
7333e13 Improves code to be clearer and correct. The code examples now define streams rather than functions that return streams. 23 February 2018, 12:04:10 UTC
1e66126 Adds missing closing parenthesis 20 February 2018, 10:09:15 UTC
c879e37 Makes README easier to read. 20 February 2018, 00:09:11 UTC
f36f573 also output heap memory used per pipeline 04 January 2018, 07:13:36 UTC
068c653 add benchmarks/node... it is 4 times slower and allocates twice as much memory 04 January 2018, 07:13:13 UTC
7ff5539 adds a test for pull.keys(obj) 05 October 2017, 03:03:32 UTC
a0a24d9 Add continuable sinks (#89) 22 September 2017, 03:17:11 UTC
efeaeb9 3.6.1 08 September 2017, 15:04:17 UTC
cf6dae1 Fixes typos introduced whilst fixing spag in example 06 September 2017, 22:05:42 UTC
ded471b Fixes typos/grammar making examples easier to read 06 September 2017, 19:28:07 UTC
1d1966f 3.6.0 11 May 2017, 11:03:39 UTC
341c1f7 3.5.1 10 May 2017, 10:10:04 UTC
7ceb911 export pull function like the rest (#92) 09 May 2017, 23:39:06 UTC
f2094a0 3.5.0 31 October 2016, 11:39:37 UTC
3584caa Merge branch 'preread_reduce' 31 October 2016, 11:39:26 UTC
9e8b771 3.4.6 31 October 2016, 11:38:54 UTC
cb323a7 Merge branch 'master' of github.com:pull-stream/pull-stream 31 October 2016, 11:38:40 UTC
12f48f8 Merge pull request #80 from pull-stream/jamen-docs Add to docs 31 October 2016, 11:40:40 UTC
22c80b9 docs: add links to stream types and fix terms. 26 October 2016, 16:50:08 UTC
6d8777e docs: add "Through" to glossary 26 October 2016, 16:45:20 UTC
6c5caa6 variable arguments the way I always do them 24 October 2016, 19:38:27 UTC
0638fd9 another way to implement reduce with default initial value 24 October 2016, 19:32:52 UTC
68817be make initial reduce() accumulator value optional 22 October 2016, 02:31:15 UTC
9d9abd2 update docs 13 October 2016, 22:58:53 UTC
a81d5b4 Update docs 13 October 2016, 22:57:56 UTC
4820f82 Clarify docs 09 October 2016, 01:26:58 UTC
d48c65a 3.4.5 04 September 2016, 19:19:40 UTC
856f3c8 perf: don't access array out of bounds 04 September 2016, 11:18:03 UTC
b79142b 3.4.4 31 August 2016, 04:16:46 UTC
c94bab1 Merge branch 'patch-1' of https://github.com/isiahmeadows/pull-stream 31 August 2016, 04:15:29 UTC
2d4523d Merge pull request #63 from srcagency/fix-travis-ci-badge fix Travis CI badge 31 August 2016, 04:14:17 UTC
bc368ad Merge pull request #62 from srcagency/fix-links fix links to migrated repositories 31 August 2016, 04:13:55 UTC
c686ded Merge pull request #61 from srcagency/document-cherry-picking-pull add section on cherry-picking the pull function 31 August 2016, 04:13:49 UTC
18bfe64 add section on cherry-picking the pull function 30 August 2016, 12:48:16 UTC
53993d4 fix links to migrated repositories Dominic Tarr transferred most pull-stream repositories to its own organization thus the URLs have changed. 30 August 2016, 12:47:57 UTC
86aa25b fix Travis CI badge 30 August 2016, 12:47:30 UTC
8c0347d Optimize `pull` sink callback and throw if the sink is called multiple times. The check sets the copied arguments to `null` to minimize potential memory leaks. The `switch` is used to try to avoid a costly `unshift` + Array `apply`, to make the call slightly faster. 08 July 2016, 07:20:43 UTC
680e32e Merge pull request #56 from matthewmueller/patch-1 tiny fix for the random number readable example 29 June 2016, 10:43:36 UTC
48f11ee tiny fix for the random number readable example 29 June 2016, 07:28:31 UTC
928c0c8 3.4.3 22 June 2016, 23:52:29 UTC
82275cd better examples 22 June 2016, 23:52:25 UTC
back to top