Bootlint Versions Save

HTML linter for Bootstrap projects

v1.1.0

4 years ago
  • add Node.js 14 in CI
  • updated dependencies
    • bluebird ^3.7.2
    • async ^3.2.0
    • browserify ^16.5.1
    • coveralls ^3.1.0
    • jquery ^3.5.1
    • node-qunit-phantomjs ^2.1.1
    • qunit ^2.10.0
    • terser ^4.6.13

v1.0.0

4 years ago

v0.16.8

4 years ago

v0.16.7

4 years ago

v0.16.6

5 years ago

v0.16.5

5 years ago
  • Allow .row in .modal-body. (#392)
  • Speed up Travis CI

v0.16.4

5 years ago

v0.16.3

5 years ago
  • Update to latest Bootstrap 3.4.1 release
  • Update devDependencies

v0.16.2

5 years ago
  • Update to latest Bootstrap 3.4.0 release
  • Update devDependencies

v0.15.1

5 years ago
  • Add new lint E048 to check that modals have role="dialog" attributes
  • Add lint E049 to check that .modal-dialog has role="document"
  • Add W017 to check for s without type attributes
  • Add wiki URLs to console output
  • Add new lint for nested form groups
  • Disallow pull-right & pull-left on col-*-* and row classes
  • Update jQuery to v3.3.1
  • Update all dependencies except for cheerio
  • Switch to npm scripts
  • Drop Node.js < 6 support
  • Fix Coverage