Browse Source

Update the CHANGELOG for v0.3.2

nghuuphuoc 11 years ago
parent
commit
9dcb5c0c17
2 changed files with 25 additions and 1 deletions
  1. 24 1
      CHANGELOG.md
  2. 1 0
      README.md

+ 24 - 1
CHANGELOG.md

@@ -1,5 +1,28 @@
 # Change Log
 
+## v0.3.2
+
+Released on 2014-03-21
+
+__New features__:
+
+* [#56: Add ```selector``` option for each field. The field can be defined by CSS validator instead of the ```name``` attribute](https://github.com/nghuuphuoc/bootstrapvalidator/issues/56)
+* [#107: Add ```container``` option for each field to indicate where the error messages are shown](https://github.com/nghuuphuoc/bootstrapvalidator/issues/107)
+
+__New validators__:
+
+* [#5: Add ```ip``` validator. Support both IPv4 and IPv6](https://github.com/nghuuphuoc/bootstrapvalidator/issues/5)
+* [#6: Add ```isbn``` validator, support both ISBN 10 and ISBN 13](https://github.com/nghuuphuoc/bootstrapvalidator/issues/6)
+* [#7: Add ```step``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/7)
+* [#95: Add ```mac``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/95)
+* [#96: Add ```base64``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/96)
+* [#97: Add ```cvv``` validator](https://github.com/nghuuphuoc/bootstrapvalidator/issues/97)
+* [#99, #100: Add ```phone``` validator. Support US phone number only](https://github.com/nghuuphuoc/bootstrapvalidator/pull/100), thanks to [@gercheq](https://github.com/gercheq)
+
+__Improvements__:
+
+* [#112: ```creditCard``` validator now validates both IIN ranges and length](https://github.com/nghuuphuoc/bootstrapvalidator/issues/112)
+
 ## v0.3.1
 
 Released on 2014-03-17
@@ -45,7 +68,7 @@ __Fixes__:
 
 * [#50: Don't validate disabled element](https://github.com/nghuuphuoc/bootstrapvalidator/issues/50)
 * [#51: Submit after submit doesn't work](https://github.com/nghuuphuoc/bootstrapvalidator/issues/51)
-* [#53, #54: Fix notEmpty validator for radios and checkboxes](https://github.com/nghuuphuoc/bootstrapvalidator/pull/54), thanks to [@kristian-puccio](https://github.com/kristian-puccio)
+* [#53, #54: Fix ```notEmpty``` validator for radios and checkboxes](https://github.com/nghuuphuoc/bootstrapvalidator/pull/54), thanks to [@kristian-puccio](https://github.com/kristian-puccio)
 * [#55: The plugin doesn't validate other fields if the ```remote``` validator returns true](https://github.com/nghuuphuoc/bootstrapvalidator/issues/55)
 * [#62: The callback validator passes wrong parameter](https://github.com/nghuuphuoc/bootstrapvalidator/pull/62), thanks to [@iplus](https://github.com/iplus)
 

+ 1 - 0
README.md

@@ -49,6 +49,7 @@ The __BootstrapValidator__ plugin is written by Nguyen Huu Phuoc, aka @nghuuphuo
 Big thanks to the contributors:
 
 * [@emilchristensen](https://github.com/emilchristensen)
+* [@gercheq](https://github.com/gercheq)
 * [@khangvm53](https://github.com/khangvm53)
 * [@kristian-puccio](https://github.com/kristian-puccio)
 * [@ikanedo](https://github.com/ikanedo)