Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Mar 26, 2021
1 parent 1f2a1af commit 560ebb3
Show file tree
Hide file tree
Showing 15 changed files with 114 additions and 18 deletions.
12 changes: 11 additions & 1 deletion docs/Check.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -166,6 +166,16 @@ <h2>
Defined in:
</h2>


check.cr

<br/>


checkable.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/Checkable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -168,6 +168,11 @@ <h2>
Defined in:
</h2>


checkable.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/CheckableStatic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -168,6 +168,11 @@ <h2>
Defined in:
</h2>


checkable.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/Checker.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -181,6 +181,11 @@ <h2>
Defined in:
</h2>


checkable.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/Errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -180,6 +180,11 @@ <h2>
Defined in:
</h2>


check.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/Validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -277,6 +277,11 @@ <h2>
Defined in:
</h2>


check.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Check/ValidationError.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -169,6 +169,11 @@ <h2>
Defined in:
</h2>


check.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Valid.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -176,6 +176,11 @@ <h2>
Defined in:
</h2>


validator.cr

<br/>




Expand Down
42 changes: 41 additions & 1 deletion docs/Validator.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -267,6 +267,46 @@ <h2>
Defined in:
</h2>


validator.cr

<br/>


validators/alpha_num.cr

<br/>


validators/case_sensitive.cr

<br/>


validators/comparisons.cr

<br/>


validators/format.cr

<br/>


validators/geo.cr

<br/>


validators/presence.cr

<br/>


validators/uri.cr

<br/>




Expand Down
7 changes: 6 additions & 1 deletion docs/Validator/Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -168,6 +168,11 @@ <h2>
Defined in:
</h2>


validator.cr

<br/>




Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down Expand Up @@ -129,7 +129,7 @@ <h1><a id="validator" class="anchor" href="#validator">
</svg>
</a>validator</h1>

<p><a href="https://travis-ci.com/Nicolab/crystal-validator"><img src="https://travis-ci.com/Nicolab/crystal-validator.svg?branch=master" alt="Build Status"/></a> <a href="https://github.com/Nicolab/crystal-validator/releases"><img src="https://img.shields.io/github/release/Nicolab/crystal-validator.svg" alt="GitHub release"/></a> <a href="https://nicolab.github.io/crystal-validator/"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Docs"/></a></p>
<p><a href="https://github.com/Nicolab/crystal-validator/actions"><img src="https://github.com/Nicolab/crystal-validator/workflows/CI/badge.svg?branch=master" alt="CI Status"/></a> <a href="https://github.com/Nicolab/crystal-validator/releases"><img src="https://img.shields.io/github/release/Nicolab/crystal-validator.svg" alt="GitHub release"/></a> <a href="https://nicolab.github.io/crystal-validator/"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Docs"/></a></p>

<p>∠(・.-)―〉 →◎ <code>validator</code> is a <a href="https://crystal-lang.org">Crystal</a> data validation module.&lt;br>
Very simple and efficient, all validations return <code>true</code> or <code>false</code>.</p>
Expand All @@ -152,7 +152,7 @@ <h2><a id="installation" class="anchor" href="#installation">
<pre><code class="language-yaml">dependencies:
validator:
github: nicolab/crystal-validator
version: ~> 1.5.0 # Check the latest version!</code></pre>
version: ~> 1.6.0 # Check the latest version!</code></pre>

<ol><li>Run <code>shards install</code></li></ol>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/toplevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.35.1">
<meta name="generator" content="Crystal Docs 0.36.1">
<meta name="crystal_docs.project_version" content="master-dev">
<meta name="crystal_docs.project_name" content="validator">

Expand Down
10 changes: 8 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: validator
version: 1.5.0
crystal: ">= 0.35.0, < 2.0.0"
version: 1.6.0
crystal: ">= 0.35.0"
license: MIT

authors:
Expand All @@ -13,3 +13,9 @@ targets:

crystalline:
main: spec/spec_helper.cr


development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.1

0 comments on commit 560ebb3

Please sign in to comment.