Skip to content

Releases: Turistforeningen/node-jfum

v1.0.3

04 Dec 11:32
Compare
Choose a tag to compare

Bug-fixes:

  • Remove OS architecture requirement from package #6 (ee9970b)
  • Update package keywords (4c8e695)

v1.0.2

24 Sep 11:06
Compare
Choose a tag to compare

Bug-fixes:

  • Fix Uncaught ReferenceError: cnt is not defined 40f7c47

v1.0.1

24 Sep 11:05
Compare
Choose a tag to compare

Bug-fixes:

  • Fixed potential issue where callback could be called more than once 9cebfbc
  • Fixed broken links in README a7acd2a

v1.0.0

04 Sep 07:47
Compare
Choose a tag to compare

Breaking changes:

  • Object file.error renamed to Array file.errors

Major changes:

  • Fixes issue where callback is triggered before uploaded file is written to disk #3

v0.3.1

02 Sep 14:28
Compare
Choose a tag to compare

Dependencies:

Documentation:

  • Fixes various errors in example code
  • Clarify file.path attribute

v0.3.0

02 Sep 14:25
Compare
Choose a tag to compare

Bug-fixes:

  • Fixes Error: Request aborted #1

New Features

  • Implement test server #2

v0.2.1

02 Sep 14:21
Compare
Choose a tag to compare

Bug-fixes:

  • Fixes error where uploaded file was saved to an undefined path

v0.2.0

12 Jun 11:26
Compare
Choose a tag to compare

Breaking changes:

  • Two properties files array object changed names (9dce607)
    • file => path
    • type => mime

v0.1.0

12 Jun 11:28
Compare
Choose a tag to compare

New Features:

  • #optionsHandler()
  • #postHandler()