Skip to content

Releases: jaydenseric/apollo-upload-client

Version 4.1.0

22 Jun 11:52
Compare
Choose a tag to compare
  • Documented React Native.

Version 4.1.0-alpha.2

22 Jun 10:18
Compare
Choose a tag to compare
Version 4.1.0-alpha.2 Pre-release
Pre-release
  • Fixed error when File and FileList are undefined globals in React Native, see comment.

Version 4.1.0-alpha.1

22 Jun 09:42
Compare
Choose a tag to compare
Version 4.1.0-alpha.1 Pre-release
Pre-release
  • Support React Native, fixing #10.

Version 4.0.7

21 Jun 01:53
Compare
Choose a tag to compare
  • Prevent error caused by null values in query/mutation variables, fixing #15.

Version 4.0.6

20 Jun 13:29
Compare
Choose a tag to compare
  • Corrected package-lock.json.
  • Source comment typo fix.

Version 4.0.5

20 Jun 12:25
Compare
Choose a tag to compare
  • Removed 2 dependencies by refactoring extractRequestFiles with bespoke recursion logic, shaving several KB off the bundle size and fixing #13.

v4.0.4

20 Jun 03:17
Compare
Choose a tag to compare
  • Updated dependencies.
  • Added a change log.
  • Dropped Yarn in favor of npm@5. Removed yarn.lock and updated install instructions.
  • New ESLint config. Dropped Standard Style and began using Prettier.
  • Using lint-staged to ensure contributors don't commit lint errors.
  • Removed build:watch script. Use npm run build -- --watch directly.

Version 4.0.3

30 Apr 08:48
Compare
Choose a tag to compare
  • Updated dependencies.
  • Fixed fetch options not applying correctly, see #9.

Version 4.0.2

25 Apr 16:29
Compare
Choose a tag to compare
  • Updated readme examples:
    • Removed PropTypes. React no longer exports them and they are a distraction anyway.
    • Importing gql from react-apollo.
    • No longer using decorator syntax.
    • Using functional components in place of classes.

Version 4.0.1

25 Apr 05:45
Compare
Choose a tag to compare
  • Updated dependencies.
  • No longer errors when network interface opts are not configured, fixing #8.
  • Fixed the batch network interface always thinking there are files to upload, preventing the use of the fallback vanilla Apollo transport method when there are none.
  • Simplified Babel config.