Skip to content

Releases: flash-oss/graphql-upload-minimal

v1.3.0

17 Dec 06:25
Compare
Choose a tag to compare

form-data fieldName support added.
The field name is HTML form "name" attribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-name

  • Merge branch 'fieldName-support' 85fc78f
  • The standard fieldName property support (#16) df8c9dd
  • Minor improvements 15bf98a
  • Merge pull request #15 from bundlesandbatches/master ee3792d
  • Add fieldName to the returned file object in processRequest 01a58cd

v1.2.2...v1.3.0

v1.2.2

13 Aug 08:12
Compare
Choose a tag to compare
  • Add node 15 and 16 to the list of the supported aad0bb5

v1.2.1...v1.2.2

Azure functions fix

26 May 05:52
Compare
Choose a tag to compare
  • Merge pull request #10 from derSchtefan/master d464cae
  • fix Azure environment (use .body instead of .rawBody) 96db426
  • typo 397827e
  • Slightly simpler code example in README d178daf

v1.2.0...v1.2.1

v1.2.0

30 Jul 01:50
Compare
Choose a tag to compare
  • Add AWS Lambda support.
  • Add experimental support for Google Cloud and Azure Functions.

v1.1.1-1...v1.2.0

v1.1.1-1

09 Jul 04:58
Compare
Choose a tag to compare
v1.1.1-1 Pre-release
Pre-release
  • Add Azure Functions support d96c134

v1.1.1-0...v1.1.1-1

v1.1.1-0

09 Jul 02:06
Compare
Choose a tag to compare
v1.1.1-0 Pre-release
Pre-release
  • Fix import-related typo. Cover this bug with tests e786a4a

v1.1.0-1...v1.1.1-0

Improving cloud support

15 Jun 03:19
Compare
Choose a tag to compare
Pre-release
  • Factor out the deepSet() function 4935012
  • Make GCF unit test more realistic 0075a90
  • Refactor to shorten processRequest.js by 45 LOC 7764ec0

v1.1.0-0...v1.1.0-1

PRE-release with serverless support

09 Jun 07:50
Compare
Choose a tag to compare
Pre-release
  • Add GCF and AWS Lambda support

v1.0.2...v1.1.0-0

v1.0.2

05 Jun 04:56
Compare
Choose a tag to compare
  • Revive last two tests - throw errors if feature is not supported. Mention that in README. 325a799

v1.0.1...v1.0.2

v1.0.0

04 Jun 01:36
Compare
Choose a tag to compare
  • Various README updates in preparation for stable v1.0.0

v0.1.0...v1.0.0