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

v1.0 #40

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

v1.0 #40

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
283e63e
README: first commit
azylman Oct 20, 2013
6b0c81f
README: fix js stream example
azylman Oct 21, 2013
46e1f31
clarify intro
azylman Oct 21, 2013
46aee4f
README: start with map example
azylman Oct 21, 2013
4d9b3e2
README: nit
azylman Oct 21, 2013
93a520c
README: better javascript
azylman Oct 21, 2013
308dc1a
v1.0 barebones
Nov 11, 2013
9a9a223
underscore/understream
Nov 11, 2013
52f12ed
unused requires
Nov 11, 2013
1f95dff
clarify with more comments, move static method defs
Nov 11, 2013
f9be53e
move mixin
Nov 11, 2013
fa85a76
spelling
Nov 11, 2013
05e42be
test: chain, wrap
Nov 11, 2013
b2808b9
test: more chain/wrap behavior tests
Nov 12, 2013
93d9edc
test: more better for methods on wrapped/chained
Nov 12, 2013
83e51d4
test: combine chain/wrap into chain-wrap
Nov 12, 2013
85b745f
test: chain().chain()
Nov 12, 2013
04977f5
test/chain-wrap: abstracted equivalence-testing pattern
Nov 12, 2013
b64a45e
test/chain-wrap: use a new _s object for each equivalent expression
Nov 13, 2013
e960c1d
Merge pull request #41 from Clever/equivalence-tests
jonahkagan Nov 13, 2013
b17cda0
fix broken tests
Nov 15, 2013
50c680f
Merge remote-tracking branch 'refs/remotes/origin/docs' into v1.0-docs
Nov 16, 2013
fb225b7
readme: update preamble
Nov 16, 2013
1f0f71c
readme: javascript comments
Nov 16, 2013
0e05f50
readme: fromArray, fromString, toArray, chain, value
Nov 16, 2013
a1fd6f2
readme: move fn signature to heading line
Nov 16, 2013
8c09e07
readme: smaller headings, less console.log
Nov 16, 2013
f80fe7b
readme: tweaks, add map
Nov 16, 2013
a8f457f
Merge pull request #42 from Clever/v1.0-docs
rgarcia Nov 16, 2013
5554986
map
Nov 16, 2013
a3f2863
reduce
Nov 16, 2013
c309e6e
readme: fix numbering
Nov 16, 2013
d256495
readme: fix anchor
Nov 16, 2013
3fa1b75
filter
Nov 16, 2013
6d25b68
where
Nov 16, 2013
c32e13b
invoke
Nov 16, 2013
d442ee9
groupBy
Nov 16, 2013
661089c
first
Nov 16, 2013
c8c4f27
rest
Nov 16, 2013
f07c5c5
flatten
Nov 16, 2013
49a044d
uniq
Nov 16, 2013
245b5ab
add aliases
Nov 16, 2013
21de36e
readme: document how to pass in builtin stream options
Nov 16, 2013
1a3977a
test: add gates on broken tests in < v0.10.20
Nov 16, 2013
0eda4d0
range
Nov 18, 2013
1600201
test: aliases
Nov 18, 2013
bd6da66
test: stop testing 0.11 in travis
Nov 18, 2013
7f6b246
test: range + stream opts
Nov 19, 2013
ca6b455
Merge pull request #45 from Clever/range
rgarcia Nov 19, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- 0.10
- 0.11
services:
- mongodb
notifications:
Expand Down
Loading