This commit is contained in:
Chris Rebert 2015-02-23 19:43:28 -08:00
Родитель 74a6612774
Коммит 16e6a25130
3 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -172,6 +172,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
## Release History
See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for detailed changelogs.
* (next release) - `master`
* 2015-02-23 - v0.11.0: Adds several new lint checks. Improves stdin handling. Bumps dependency versions.
* 2014-01-21 - v0.10.0: By default, the in-browser version now `alert()`s when no lint problems are found. Adds validity check for carousel control & indicator targets.
* 2015-01-07 - v0.9.2: Fixes a problem when using the CLI via node's `child_process.exec`.
* 2014-12-19 - v0.9.1: Fixes a W013 false positive.
@ -179,8 +180,8 @@ See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for de
* 2014-11-07 - v0.8.0: When in a Node.js environment, report the locations of the HTML source code of problematic elements.
* 2014-11-01 - v0.7.0: Tweaks lint message texts. Adds 1 new lint check.
* 2014-10-31 - v0.6.0: Fixes crash bug. Adds some new lint checks. Adds HTTP API.
* 2014-10-16 - v0.5.0: Add several new features. Add official bookmarklet. Disable auto-lint-on-load in browser. Tweak some checks. **Not backward compatible**
* 2014-10-07 - v0.4.0: Add checks for correct Glyphicon usage and correct modal DOM structure; fix `.panel-footer` false positive
* 2014-10-16 - v0.5.0: Adds several new features. Add official bookmarklet. Disables auto-lint-on-load in browser. Tweaks some checks. **Not backward compatible**
* 2014-10-07 - v0.4.0: Adds checks for correct Glyphicon usage and correct modal DOM structure; fixes `.panel-footer` false positive
* 2014-09-26 - v0.3.0: Several bug fixes and enhancements. **Not backward compatible**
* 2014-09-23 - v0.2.0: First formal release. Announcement: http://blog.getbootstrap.com/2014/09/23/bootlint/

2
dist/browser/bootlint.js поставляемый
Просмотреть файл

@ -1,5 +1,5 @@
/*!
* Bootlint v0.10.0 (https://github.com/twbs/bootlint)
* Bootlint v0.11.0 (https://github.com/twbs/bootlint)
* HTML linter for Bootstrap projects
* Copyright (c) 2014-2015 Christopher Rebert
* Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "bootlint",
"version": "0.10.0",
"version": "0.11.0",
"description": "HTML linter for Bootstrap projects",
"keywords": [
"bootstrap",