Skip to content

Releases: eXist-db/gulp-exist

v3.1.0

31 Oct 00:39
7f6e130
Compare
Choose a tag to compare

3.1.0 (2020-10-31)

Bug Fixes

  • better error handling in sendFilesWith (b3b707a)
  • standardJS prevents static as a variable (a1a9a9f)

Features

  • update to node-exist 2.1.0 (50a7080)

v3.0.3

28 Oct 21:31
e4df3aa
Compare
Choose a tag to compare

3.0.3 (2019-10-28)

Bug Fixes

  • pkg-lock: address security vuln (eee45d3), closes #75

v3.0.2

28 Oct 15:47
52b3107
Compare
Choose a tag to compare

3.0.2 (2019-10-28)

Bug Fixes

  • appveyor: temp fix for win install (7023e32)
  • index: don't trust the machine (2ebef29)

v3.0.1

11 Jul 18:09
7f024f7
Compare
Choose a tag to compare

3.0.1 (2019-07-11)

Bug Fixes

v3.0.0

27 Nov 09:56
Compare
Choose a tag to compare

3.0.0 (2018-11-27)

update

  • deps: update node-exist and remove mime (1369896)

BREAKING CHANGES

  • deps: getMimeTypes() was replaced by getMimeType(path)
    This was necessary, because the property mime.types, is now private.
    Also, there is not really a need to get
    the complete list of all defined mime-types.

gulp-exist now depends on the latest, scoped version of node-exist.

Since node-exist already exposes all the necessary functionality of mime
and having to instances of it is also error-prone, it was removed.

v2.0.0

09 Jul 17:29
Compare
Choose a tag to compare

2.0.0 (2018-07-09)

BREAKING

  • dummy commit for semantic-release (e00a4ee)

Bug Fixes

  • appveyor conf (54a4a03)
  • enhance, fix and cleanup testsuite (042cdaf)
  • travis setup (1a8185b)
  • use actual release of gulp@next (v4) (b0e312a)

BREAKING CHANGES

  • gulp4 is now required

v1.4.2

09 Mar 13:12
Compare
Choose a tag to compare

<a name"1.4.2">

1.4.2 (2017-03-09)

Bug Fixes

  • no need to specify common existdb mime types anymore (d4bd38b6)

v1.4.1

31 May 14:00
Compare
Choose a tag to compare

<a name"1.4.1">

1.4.1 (2016-05-31)

Bug Fixes

v1.4.0

31 Mar 06:47
Compare
Choose a tag to compare

<a name"1.4.0">

1.4.0 (2016-03-31)

Bug Fixes

  • remove unused xmlrpc dependency (a7ddf44a)
  • dest: correct collection handling (7b51ec5c)
  • newer: create collection if they don't exist (02c876b9)
  • package: add ci files to .npmignore (dfe14177)

Features

  • migrate to gulp-exist as backend (3f94dc53)

v1.3.0

15 Mar 17:00
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-03-15)

Bug Fixes

  • trailing slash handling for collections (48f70450)
  • error handling in object streams (cd83095c)

Features