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

Final release 1.0.x #45

Closed
2 tasks done
barrystaes opened this issue Feb 19, 2016 · 7 comments
Closed
2 tasks done

Final release 1.0.x #45

barrystaes opened this issue Feb 19, 2016 · 7 comments
Milestone

Comments

@barrystaes
Copy link
Contributor

Before we can make breaking changes, or add features, we should issue a proper final 1.0 release.

Issues to address;

Did i miss anything?

/cc @agraboso @riophae @ericmash @JoelOtter @smazurov @sgoll

@barrystaes barrystaes added this to the 1.0.x milestone Feb 19, 2016
@JoelOtter
Copy link

So I'm unable to reproduce #35 now as I'm doing my AJAX 'manually' (Thunk and Axios). I wasn't doing anything particularly strange with the library, though, and it was happening in multiple versions of FF, so hopefully someone can reproduce it.

@barrystaes
Copy link
Contributor Author

Ok so #28 is fixed and we cant reproduce #35.

🍰
This concludes 1.0.0-beta3 and the next release is 1.0.0 following the semver notation.
Congratulations @agraboso and thanks for your efforts!

@barrystaes
Copy link
Contributor Author

In anticipation of the release, a quick note on upgrading: in package.json change the line

redux-api-middleware: '1.0.0-beta3',

to read

redux-api-middleware: '^1.0.0',

and you'll automatically have the latest compatible version after running npm install.

@sylvainlap
Copy link

I read in the issue that it could be have problems between this middleware and thunk. Is it still the case with v1 ? Is there a specific order to load the middlewares (thunk before api-middleware) ?

Thanks

@barrystaes
Copy link
Contributor Author

@sylvainlap Questions are best answered, and asked, in the relevant issue.

@agraboso Lets release v1.0.0 on npm?

@sylvainlap
Copy link

@barrystaes this issue is about v1, I though it was relevant.

@agraboso
Copy link
Owner

agraboso commented Mar 2, 2016

[Posted by mistake in #43. Copied here for reference.]

v1.0.0 is now published on npm.

@barrystaes: there was a test that failed in my machine because I had Apache running and the test isn't mocking the appropriate endpoint — it succeeded once I turned Apache off. It is the test entitled apiMiddleware must dispatch an error request FSA on a request error starting in line 1092 of text/index.js. The weird thing is that I tried adding

  const api = nock('http://127.0.0.1')
                .get('/api/users/1')
                .reply(404);

at the beginning of the test and it kept failing, but succeeded if I switched 404 for 301. Something to have a look at for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants