Skip to content

v3.0.0

Compare
Choose a tag to compare
@olvidalo olvidalo released this 27 Nov 09:56

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.