groupon / gofer

A general purpose service client library for node.js
BSD 3-Clause "New" or "Revised" License
82 stars 18 forks source link

The next major version of gofer #49

Closed jkrems closed 8 years ago

jkrems commented 8 years ago
Current Status
jkrems commented 8 years ago

cc @dbushong @ageitgey There's now an - afaict - complete implementation on the jk-gofer-goes-fetch branch. It's one of those things that's really hard to review. Maybe David and I could sit down and go through it, looking for pending issues..?

dbushong commented 8 years ago

+1

David Bushong

On Mon, Apr 18, 2016 at 5:24 PM, Jan Olaf Krems notifications@github.com wrote:

cc @dbushong https://github.com/dbushong @ageitgey https://github.com/ageitgey There's now a - afaict - complete implementation on the jk-gofer-goes-fetch branch https://github.com/groupon/gofer/tree/jk-gofer-goes-fetch. It's one of those things that's really hard to review. Maybe David and I could sit down and go through it, looking for pending issues..?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/groupon/gofer/issues/49#issuecomment-211647636

jkrems commented 8 years ago

This is now set up as the 3.x branch. PRs against that branch will be released with a beta dist-tag to npm. PRs against master will be released with latest dist-tag (just like before). That way npm install gofer will install 2.x and npm install gofer@beta will install 3.x.