Browse Source

Link changelog to issue

nghuuphuoc 12 years ago
parent
commit
f7eaee0050
1 changed files with 17 additions and 17 deletions
  1. 17 17
      CHANGELOG.md

+ 17 - 17
CHANGELOG.md

@@ -2,33 +2,33 @@
 
 ## v0.2.2
 
-* [#15] Focus to the first invalid element
-* [#31] ```remote``` validator: Allow to set additional data to remote URL
-* [#34] Avoid from calling form submit recursively
-* [#39] Validate existing fields only
-* [#40] Fix the issue when the form label doesn't have class
+* [#15: Focus to the first invalid element](https://github.com/nghuuphuoc/bootstrapvalidator/issues/15)
+* [#31: ```remote``` validator: Allow to set additional data to remote URL](https://github.com/nghuuphuoc/bootstrapvalidator/issues/31)
+* [#34: Avoid from calling form submit recursively](https://github.com/nghuuphuoc/bootstrapvalidator/issues/34)
+* [#39: Validate existing fields only](https://github.com/nghuuphuoc/bootstrapvalidator/issues/39)
+* [#40: Fix the issue when the form label doesn't have class](https://github.com/nghuuphuoc/bootstrapvalidator/issues/40)
 
 ##v0.2.1 (2013-11-08)
 
-* [#29] Upgrade Bootstrap to v3.0.2
-* [#30] Hide the error block containers before validating
+* [#29: Upgrade Bootstrap to v3.0.2](https://github.com/nghuuphuoc/bootstrapvalidator/issues/29)
+* [#30: Hide the error block containers before validating](https://github.com/nghuuphuoc/bootstrapvalidator/issues/30)
 
 ## v0.2.0 (2013-10-21)
 
-* [#9] Add ```creditCard``` validator
-* [#18] Add ```different``` validator
-* [#20] Add custom submit handler (using ```submitHandler``` option)
-* [#21] Add ```callback``` validator
-* [#22] Support form that labels are placed in extra small (```col-xs-```), small (```col-sm-```), medium (```col-md-```) elements
-* [#24] Add ```live``` option
-* [#25] The ```regexp``` validator does not work
+* [#9: Add ```creditCard``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/9)
+* [#18: Add ```different``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/18)
+* [#20: Add custom submit handler using ```submitHandler``` option](https://github.com/nghuuphuoc/bootstrapvalidator/issues/20)
+* [#21: Add ```callback``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/21)
+* [#22: Support form that labels are placed in extra small (```col-xs-```), small (```col-sm-```), medium (```col-md-```) elements](https://github.com/nghuuphuoc/bootstrapvalidator/issues/22)
+* [#24: Add ```live``` option](https://github.com/nghuuphuoc/bootstrapvalidator/issues/24)
+* [#25: The ```regexp``` validator does not work](https://github.com/nghuuphuoc/bootstrapvalidator/issues/25)
 
 ## v0.1.1 (2013-10-17)
 
 * Add ```submitButtons``` option
-* [#16] Disable client side validation in HTML 5
-* [#17] Support default Bootstrap form without labels
-* [#19] Support select box validator
+* [#16: Disable client side validation in HTML 5](https://github.com/nghuuphuoc/bootstrapvalidator/issues/16)
+* [#17: Support default Bootstrap form without labels](https://github.com/nghuuphuoc/bootstrapvalidator/issues/17)
+* [#19: Support select box validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/19)
 
 ## v0.1.0 (2013-10-14)