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

Publish new release #213

Closed
vmeurisse opened this issue Jun 27, 2017 · 8 comments
Closed

Publish new release #213

vmeurisse opened this issue Jun 27, 2017 · 8 comments

Comments

@vmeurisse
Copy link

There are a few fixes that are not yet released in any version 0.6.7...master.
In particular #196 would be very useful.

Could you please release a new version to npm?

@rumpl
Copy link
Member

rumpl commented Jun 27, 2017

Hey @vmeurisse,

Sure, I'll get to it first thing tomorrow morning, sorry for the inconvenience.

@lijunle
Copy link
Member

lijunle commented Jun 28, 2017 via email

@niftylettuce
Copy link

?

@jwhitmarsh
Copy link
Contributor

@lijunle Any chance this can get published?

@lijunle
Copy link
Member

lijunle commented Oct 9, 2017 via email

@jwhitmarsh
Copy link
Contributor

I've just forked the repo and all the tests are completing.

The lint errors are all no-return-assign errors, so this:

      data => (log = data),
      data => (error = data),

becomes this:

      (data) => {
        log = data;
        return log;
      },
      (data) => {
        error = data;
        return error;
      },

I prefer the first one, but it's not my repo and I don't want to step on toes and change code format, but I'd recommend we just disable the no-return-assignment rule in eslint.

@lijunle
Copy link
Member

lijunle commented Oct 10, 2017 via email

@lijunle
Copy link
Member

lijunle commented Oct 10, 2017

Hi, thank you to @jwhitmarsh . The version 0.6.8 is out. I am closing this issue.

@lijunle lijunle closed this as completed Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants