Releases: idleberg/gulp-xml-validator
Releases · idleberg/gulp-xml-validator
v3.0.1
- update tooling
- update dependencies
v3.0.0
- convert to TypeScript
- replace
through2
package
- update tests using
uvu
v2.0.1
- replace
through2
package
- update tests using
uvu
v2.0.0
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
- fix: upgrade
@xmldom/xmldom
from 0.7.5 to 0.8.0
- update tooling
v1.2.0
- replace
xmldom
with @xmldom/xmldom
- update dependencies
v1.1.0
- 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
- add tests
- use ESLint
- minor code updates
- update dependencies
v0.3.0
- breaking change: update
through2
to v3.x
- replace Travis CI with Circle CI
- update dependencies