Skip to content

Releases: idleberg/gulp-xml-validator

v3.1.0

01 Jun 19:15
Compare
Choose a tag to compare
  • add options.mimeType
  • update tooling
  • update dependencies

v3.0.1...v3.1.0

v3.0.1

04 Nov 23:56
Compare
Choose a tag to compare
  • update tooling
  • update dependencies

v3.0.0

03 Jul 20:19
Compare
Choose a tag to compare
  • convert to TypeScript
  • replace through2 package
  • update tests using uvu

v2.0.1

03 Jul 20:16
Compare
Choose a tag to compare
  • replace through2 package
  • update tests using uvu

v2.0.0

01 Jul 22:02
Compare
Choose a tag to compare

This plugin is now pure ESM. Read how to migrate your Gulpfile.

  • Breaking change: exports ECMAScript Module
  • Breaking change: requires >=16.13
  • Breaking change: requires gulp-cli >=2.3.0
  • update dependencies

v1.2.1

14 Oct 06:05
Compare
Choose a tag to compare
  • fix: upgrade @xmldom/xmldom from 0.7.5 to 0.8.0
  • update tooling

v1.2.0

23 Oct 18:36
Compare
Choose a tag to compare
  • replace xmldom with @xmldom/xmldom
  • update dependencies

v1.1.0

13 Mar 11:30
Compare
Choose a tag to compare
  • add eslint for linting
  • add jsonlint for linting
  • update xml-dom to v0.5.0
  • update tests to pass linter
  • update husky to v5
  • remove gulpfile

v1.0.0

13 Mar 11:27
Compare
Choose a tag to compare
  • add tests
  • use ESLint
  • minor code updates
  • update dependencies

v0.3.0

01 Aug 21:49
Compare
Choose a tag to compare
  • breaking change: update through2 to v3.x
  • replace Travis CI with Circle CI
  • update dependencies