|
308 | 308 | <li> |
309 | 309 | <a href="#changelog">Changelog</a> |
310 | 310 | <ul> |
311 | | - <li><a href="#changelog-wip">WIP</a></li> |
| 311 | + <li><a href="#changelog-0-3-2">0.3.2</a></li> |
312 | 312 | <li><a href="#changelog-0-3-1">0.3.1</a></li> |
313 | 313 | <li><a href="#changelog-0-3-0">0.3.0</a></li> |
314 | 314 | <li><a href="#changelog-0-2-0">0.2.0</a></li> |
|
341 | 341 | </p> |
342 | 342 | <h2>Downloads & Dependencies</h2> |
343 | 343 | <div class="download"> |
344 | | - <a class="btn btn-default" download href="validate.js">Development version (0.3.1)</a> |
| 344 | + <a class="btn btn-default" download href="validate.js">Development version (0.3.2)</a> |
345 | 345 | <div class="info"> |
346 | 346 | <span class="details">20KB, uncompressed and plenty of comments</span> |
347 | 347 | </div> |
348 | 348 | </div> |
349 | 349 | <div class="download"> |
350 | | - <a class="btn btn-primary" download href="validate.min.js">Production version (0.3.1)</a> |
| 350 | + <a class="btn btn-primary" download href="validate.min.js">Production version (0.3.2)</a> |
351 | 351 | <div class="info"> |
352 | 352 | <span class="details">1.6KB, minified and gzipped</span><br> |
353 | 353 | <a download href="validate.min.map">(Source map)</a> |
@@ -1219,7 +1219,7 @@ <h3>node.js</h3> |
1219 | 1219 | </p> |
1220 | 1220 | <pre class="json"><code>{ |
1221 | 1221 | "dependencies": { |
1222 | | - "validate.js": "~0.3.1" |
| 1222 | + "validate.js": "~0.3.2" |
1223 | 1223 | } |
1224 | 1224 | }</code></pre> |
1225 | 1225 | <p class="description"> |
@@ -1259,23 +1259,30 @@ <h3>Bower</h3> |
1259 | 1259 | or add it to your <code>bower.json</code> file: |
1260 | 1260 | <pre class="json"><code>{ |
1261 | 1261 | "dependencies": { |
1262 | | - "validate": "0.3.1" |
| 1262 | + "validate": "0.3.2" |
1263 | 1263 | } |
1264 | 1264 | }</code></pre> |
1265 | 1265 | </div> |
1266 | 1266 | </div> |
1267 | 1267 | <div id="changelog"> |
1268 | 1268 | <h2>Changelog</h2> |
1269 | | - <div id="changelog-wip"> |
| 1269 | + <div id="changelog-0-3-2"> |
1270 | 1270 | <h3> |
1271 | | - <b class="version">WIP</b> |
| 1271 | + <b class="version">0.3.2</b> |
| 1272 | + - |
| 1273 | + <span class="date">Oct 5, 2014</span> |
| 1274 | + - |
| 1275 | + <a href="http://htmlpreview.github.com/?https://raw.github.com/ansman/validate.js/0.3.2/index.html">Docs</a> |
| 1276 | + - |
| 1277 | + <a href="https://github.com/ansman/validate.js/compare/0.3.1...0.3.2">Diff</a> |
1272 | 1278 | </h3> |
1273 | 1279 | <ul> |
1274 | 1280 | <li> |
1275 | 1281 | Pass the attributes as argument when resolving an async validation. |
1276 | 1282 | Thanks <a href="https://github.com/pstoica" target="_blank">pstoica</a> for |
1277 | 1283 | <a href="https://github.com/wrapp/validate.js/issues/25" target="_blank">suggesting</a> this. |
1278 | 1284 | </li> |
| 1285 | + <li>Move the repository from wrapp to ansman</li> |
1279 | 1286 | </ul> |
1280 | 1287 | </div> |
1281 | 1288 | <div id="changelog-0-3-1"> |
|
0 commit comments