https://github.com/Gozala/reducers

sort by:
Revision Author Date Message Commit Date
b2e5e36 Merge pull request #21 from Gozala/experiment/future Version 0.5.0 02 November 2012, 23:49:32 UTC
18112bf Version 0.5.0 02 November 2012, 23:47:58 UTC
7d572fc Set up browser testing. 02 November 2012, 23:46:35 UTC
0337b2e Fix bug in reduce that misbehaved when collection is reduced early. 01 November 2012, 09:08:11 UTC
32abb72 Increase default delay from to 3 to 6 as phantom seems to act strange on less that that. 01 November 2012, 06:37:39 UTC
c2dfdf2 Always run test index (mainly since browserify has no require.main support). 01 November 2012, 06:37:01 UTC
b719f1a Fix how test handler reacts on stream errors. 01 November 2012, 06:36:23 UTC
acda79f Write a changelog. 31 October 2012, 18:08:04 UTC
95cf2a0 Rename test index to test. 31 October 2012, 08:41:08 UTC
22f928f export pipe from index. 31 October 2012, 08:39:50 UTC
792b894 Export all tests. 31 October 2012, 08:39:38 UTC
b6c209a Update sync master changes. 31 October 2012, 08:39:30 UTC
ba9a809 Merge branch 'master' into experiment/no-boxing Conflicts: hub.js test/hub.js 31 October 2012, 08:33:10 UTC
1fa4103 Add more things to index. 31 October 2012, 08:30:57 UTC
1d90cf0 Get rid off `convert` function. 31 October 2012, 08:25:17 UTC
d3a60e8 Update all code that depended on `null` being an end of stream. 31 October 2012, 08:13:26 UTC
7ddf325 Remove obsolete transform and transformer. 31 October 2012, 08:12:37 UTC
aaae5b7 Implement capture with reducible. 31 October 2012, 07:43:48 UTC
3028add Update flatten and sequential. 31 October 2012, 07:35:21 UTC
ea67257 Update implementation of delay. 31 October 2012, 07:35:00 UTC
6e94e2b Make `end` of stream be a String instance instead of error. 31 October 2012, 07:34:41 UTC
6895ba0 Version 0.2.1 31 October 2012, 03:35:08 UTC
f1a6b74 Fix hub to make sure that hub-ed hub still dispatches. 31 October 2012, 03:33:07 UTC
7715740 Update reduce. 31 October 2012, 03:32:21 UTC
eb7493c Implement normalize helper function. 31 October 2012, 03:32:11 UTC
f5978a7 Update implementations of all the helper functions. 31 October 2012, 03:31:49 UTC
7c6de17 Update implementation of accumulate. 31 October 2012, 03:31:25 UTC
f6f53f4 Update implementation of print. 31 October 2012, 03:31:02 UTC
06d09a6 Update implementation of into. 31 October 2012, 03:30:39 UTC
caeaf87 Update test helper to make use of `end`. 31 October 2012, 03:29:44 UTC
e41398b Make `end` of the collection special value. 31 October 2012, 03:29:25 UTC
19d351d Change reducible so that it normalises reductions by normalising source collection behaviors. 31 October 2012, 03:29:06 UTC
acaf017 Implement reducer function. 31 October 2012, 03:27:15 UTC
3b6eb6b Draft. 30 October 2012, 03:48:02 UTC
c29f432 Export cache tests. 29 October 2012, 07:27:21 UTC
ea65f3b Fix hub to make sure that hub-ed hub still dispatches. 29 October 2012, 07:16:13 UTC
a5debf0 Reduce should return `reduced` on end of stream to avoid further items. 29 October 2012, 05:45:54 UTC
4f54911 Add tests for the `cache`. 29 October 2012, 05:43:31 UTC
f5483a8 Move assertions methods to the `assert` function to make them usable in functions wrapped by test. 29 October 2012, 05:42:44 UTC
38a5e8a Version 0.2.0 29 October 2012, 03:08:09 UTC
c3f0d05 Implement pipe. 29 October 2012, 03:07:52 UTC
f4b49b5 API change for signals (also affects channels). 29 October 2012, 03:07:34 UTC
68b3e0e Implement tests for reductions #19 27 October 2012, 19:57:13 UTC
5392403 Get rid of boxing values & implement special `reduced` function that boxes value just to indicate end of reductions. 27 October 2012, 08:26:04 UTC
070a31e Simplify error handling by no longer boxing them #16 27 October 2012, 08:03:25 UTC
c86b8c1 End of stream is now is indicated by null #17 27 October 2012, 07:11:34 UTC
9b7e50f Version 0.1.6 27 October 2012, 06:30:57 UTC
c3d208e Minimise delay to 3ms default as 10ms is too long. 27 October 2012, 06:28:37 UTC
42d035b Fix delay to make sure it does not yields after reducer done reducing. 27 October 2012, 06:27:32 UTC
c62d3af Add more tests for take and take-while. 27 October 2012, 06:26:44 UTC
c926168 Add more map tests. 26 October 2012, 20:44:38 UTC
5b5f3ef Fix typo in index.js. 26 October 2012, 20:07:29 UTC
d019de3 Fix subtle bug in hub implementation. 26 October 2012, 20:07:11 UTC
3e60198 Create index of all functions. 26 October 2012, 17:31:51 UTC
b2fee78 Write more filter tests. 26 October 2012, 07:24:50 UTC
0982aab Reorganise imports into logical groups. 26 October 2012, 07:14:28 UTC
3054fad Add more tests. 26 October 2012, 07:14:06 UTC
21e1c7f Version 0.1.5 26 October 2012, 06:37:14 UTC
3ed1ed8 Add delay test to the test index. 26 October 2012, 06:30:53 UTC
8005047 Create test utilities. 26 October 2012, 06:30:26 UTC
572e40a Write tests for delay. 26 October 2012, 06:29:52 UTC
798ecf6 Simplify implementation of delay & stop relaying on returned values. 26 October 2012, 06:28:34 UTC
712be56 Fix flatten so that it does not ends stream until all streams are ended. 26 October 2012, 06:22:21 UTC
e45de4a Add more test for error capture. 26 October 2012, 01:29:39 UTC
af672f8 Add more tests to concat. 26 October 2012, 00:17:58 UTC
e58af36 Implement delay utility. 26 October 2012, 00:17:47 UTC
66f59c2 Fix bug in capture that could have caused double end on errored streams. 26 October 2012, 00:17:35 UTC
291e025 Version 0.1.4 25 October 2012, 06:36:51 UTC
8aa733d Fix convert so that it can handle non object values. 25 October 2012, 06:35:09 UTC
5d6ad72 Version 0.1.3 25 October 2012, 02:53:20 UTC
3c68f94 Write tests for zip. 25 October 2012, 02:53:05 UTC
6cdd0cb Fix implementation of `zip` to balance speed of meta-items. Previous implementation forwarding meta items from left sequence without waiting on messages from the right sequence. 25 October 2012, 02:42:07 UTC
426effd Add keywords to the package descriptor. 25 October 2012, 01:04:03 UTC
aa30b85 Get rid "pending" package dependency. 25 October 2012, 00:59:49 UTC
2711cb5 Implement actual zip for reducibles. 25 October 2012, 00:53:18 UTC
836e590 Remove experimental sequence implementation. 25 October 2012, 00:51:56 UTC
5d4a128 Remove jshint comments. 25 October 2012, 00:51:36 UTC
4e74332 Version 0.1.2 24 October 2012, 19:47:47 UTC
c393dc3 Reduce eventual to reductions of enclosed value, rather then value itself. This way code dealing with function that return either eventual or value becomes same. 24 October 2012, 19:05:53 UTC
1eb147b Fix regression in exposed error function. 23 October 2012, 23:14:44 UTC
d87f80a Version 0.1.1 23 October 2012, 20:38:58 UTC
aca3364 Define implementation of `accumulate` for eventual types. 23 October 2012, 20:38:21 UTC
edf8ee8 Version 0.1.0 21 October 2012, 08:13:15 UTC
4d932a2 Refactor reducers into bunch of single function modules. 21 October 2012, 07:26:38 UTC
c6e8a79 Write docs for accumulate and add support for arguments. 21 October 2012, 04:34:38 UTC
146afec Factor out bunch of reducer functions into own modules. 21 October 2012, 04:19:25 UTC
122a461 Merge pull request #5 from gordonbrander/comments More docstrings and literate-style comments 20 October 2012, 22:57:17 UTC
8773096 Merge branch 'master' into experiment/browser 17 October 2012, 06:27:34 UTC
f87e74a Version 0.0.3 16 October 2012, 02:51:28 UTC
611a5fa Update version of eventual lib. 16 October 2012, 02:50:13 UTC
19e6801 Update implementation to make use of latest refactoring in eventual library. 16 October 2012, 02:37:45 UTC
42894be Move tests from tests to test. 16 October 2012, 02:29:51 UTC
6db1a46 Merge branch 'master' of github.com:gordonbrander/reducers into comments 10 October 2012, 00:29:23 UTC
53057c2 Add more default options. 04 September 2012, 17:13:48 UTC
efa09a2 Reject unsupported headers. 04 September 2012, 17:13:18 UTC
2185853 Add comment docs for Box function 03 September 2012, 04:33:00 UTC
bcb8964 Fix grammar for box message 03 September 2012, 04:26:50 UTC
e3ddacc Add doc comments for read, readHead, readHeaders 30 August 2012, 00:05:08 UTC
1bb0adb Add docstring for append1 29 August 2012, 20:30:00 UTC
f4095bf Add docstring for hub function 07 August 2012, 17:49:21 UTC
back to top