Validator, for Bootstrap 3 v0.4.0 Release Notes

    • ➕ Adding html option to allow html in error messages. Defaults to false.
    • 🛠 Validator now ignores disabled fields and won't consider them to be invalid. Fixes #13.
    • 🛠 Validator only disables buttons with [type="submit"]. Best practice is still to give a [type="button"] for all non-submit buttons. Fixes #17.
    • 🛠 Fixing .noConflict() as per twbs/bootstrap#11464.
    • 🔌 Namespacing all data attributes the plugin sets with bs.validator.