Releases: eXist-db/gulp-exist
Releases · eXist-db/gulp-exist
v3.1.0
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
3.0.3 (2019-10-28)
Bug Fixes
- pkg-lock: address security vuln (eee45d3), closes #75
v3.0.2
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
3.0.1 (2019-07-11)
Bug Fixes
v3.0.0
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
2.0.0 (2018-07-09)
BREAKING
- dummy commit for semantic-release (e00a4ee)
Bug Fixes
BREAKING CHANGES
v1.4.2
<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
<a name"1.4.1">
1.4.1 (2016-05-31)
Bug Fixes
v1.4.0
<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
<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