Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit a207816

Browse files
committed
Release 0.3.2
1 parent 715686f commit a207816

File tree

7 files changed

+109
-102
lines changed

7 files changed

+109
-102
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "validate.js",
33
"main": ["validate.js", "validate.min.js"],
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"ignore": [
66
"**/.*",
77
"CNAME",

docs/validate.html

Lines changed: 88 additions & 88 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
<li>
309309
<a href="#changelog">Changelog</a>
310310
<ul>
311-
<li><a href="#changelog-wip">WIP</a></li>
311+
<li><a href="#changelog-0-3-2">0.3.2</a></li>
312312
<li><a href="#changelog-0-3-1">0.3.1</a></li>
313313
<li><a href="#changelog-0-3-0">0.3.0</a></li>
314314
<li><a href="#changelog-0-2-0">0.2.0</a></li>
@@ -341,13 +341,13 @@
341341
</p>
342342
<h2>Downloads &amp; Dependencies</h2>
343343
<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>
345345
<div class="info">
346346
<span class="details">20KB, uncompressed and plenty of comments</span>
347347
</div>
348348
</div>
349349
<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>
351351
<div class="info">
352352
<span class="details">1.6KB, minified and gzipped</span><br>
353353
<a download href="validate.min.map">(Source map)</a>
@@ -1219,7 +1219,7 @@ <h3>node.js</h3>
12191219
</p>
12201220
<pre class="json"><code>{
12211221
"dependencies": {
1222-
"validate.js": "~0.3.1"
1222+
"validate.js": "~0.3.2"
12231223
}
12241224
}</code></pre>
12251225
<p class="description">
@@ -1259,23 +1259,30 @@ <h3>Bower</h3>
12591259
or add it to your <code>bower.json</code> file:
12601260
<pre class="json"><code>{
12611261
"dependencies": {
1262-
"validate": "0.3.1"
1262+
"validate": "0.3.2"
12631263
}
12641264
}</code></pre>
12651265
</div>
12661266
</div>
12671267
<div id="changelog">
12681268
<h2>Changelog</h2>
1269-
<div id="changelog-wip">
1269+
<div id="changelog-0-3-2">
12701270
<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>
12721278
</h3>
12731279
<ul>
12741280
<li>
12751281
Pass the attributes as argument when resolving an async validation.
12761282
Thanks <a href="https://github.com/pstoica" target="_blank">pstoica</a> for
12771283
<a href="https://github.com/wrapp/validate.js/issues/25" target="_blank">suggesting</a> this.
12781284
</li>
1285+
<li>Move the repository from wrapp to ansman</li>
12791286
</ul>
12801287
</div>
12811288
<div id="changelog-0-3-1">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate.js",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Nicklas Ansman <[email protected]>",
55
"description": "Declarative validations for JavaScript",
66
"main": "validate.js",

validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Validate.js 0.3.1
1+
// Validate.js 0.3.2
22
// (c) 2013-2014 Nicklas Ansman, Wrapp
33
// Validate.js may be freely distributed under the MIT license.
44
// For all details and documentation:

validate.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)