Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-12-18 08:40:50 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2014-12-18 08:40:50 +0300
commit329e743bf977f9a0dc12d25ea7bc8ac8a1c9497a (patch)
treeffca0d6ee6f29300de78746070bf9d0717371227 /README.md
parent2bea479fb5981fa3fcdef51f4cad5fb6e3dda386 (diff)
v0.9.0v0.9.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 13b0e12..2735fb6 100644
--- a/README.md
+++ b/README.md
@@ -170,15 +170,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`
- * #196: Add check for modal dialogs within navbars
- * #194: Add check for outdated versions of Bootstrap
- * #193: Add check for usage of nonexistent `.col-*-0` classes
- * #192: Allow `<script>`s as children of `.row`s
- * #182: Improve W005 checker to reduce false positives
- * #181: Fix bug in E034 check when there's whitespace before the `.close` button in an alert
- * #174: Add more backticks to lint messages to improve their Markdown rendering
- * #164: Avoid W005 false positives due to jQuery plugins
- * #138: Add check for multiple `<button>`s inside of a single `.input-group-btn`
+* 2014-12-18 - v0.9.0: Fixes several small bugs and tweaks a few existing checks. Adds 4 new lint checks.
* 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.