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

6.0.0 πŸ’₯ #140

Merged
merged 25 commits into from
Jan 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8325ef1
remove Node.js 0.10/0.12 from travis
floatdrop Nov 15, 2015
870cd03
remove pinkie-promise
floatdrop Nov 15, 2015
5f76fa0
basic consts and function arrow replacement
floatdrop Nov 15, 2015
3c66bd7
use string templates where appropriate
floatdrop Nov 20, 2015
9378d92
replace read-all-stream with get-stream
floatdrop Nov 20, 2015
df65264
var β†’ const & let
floatdrop Dec 2, 2015
e10fb5e
restrict engines in package.json
floatdrop Nov 20, 2015
cc36bb2
remove parse-json
floatdrop Nov 20, 2015
6fa957b
replace duplexify with patched duplexer2
floatdrop Nov 28, 2015
93084e5
remove section about Node.JS 0.10 in readme
floatdrop Nov 28, 2015
7169f8f
:arrow_up: [email protected]
sindresorhus Nov 30, 2015
8af13ee
fix failed rebase conflict
floatdrop Dec 2, 2015
20b7e84
remove callback interface
floatdrop Dec 2, 2015
0e3954b
merge asCallback with asPromise
floatdrop Dec 2, 2015
2989756
simplify asPromise code
floatdrop Dec 2, 2015
fa5a296
remove object-assign
floatdrop Dec 2, 2015
9190118
enable xo esnext mode
floatdrop Dec 3, 2015
38590e5
:arrow_up: create-error-class@3
floatdrop Dec 6, 2015
112d70d
replace git url with `@floatdrop/duplexer2`
floatdrop Dec 6, 2015
d066805
6.0.0-rc1
floatdrop Dec 7, 2015
9fefbb3
bump dev dependencies
sindresorhus Dec 22, 2015
f0c43ef
fix rebase typo
floatdrop Jan 7, 2016
9c84db9
:up: [email protected]
floatdrop Jan 7, 2016
56f63b2
add warning about Node.JS version requirement
floatdrop Jan 7, 2016
b60f955
move _server.js to helpers
floatdrop Jan 7, 2016
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
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
after_success: npm run coveralls
Loading