Skip to content

Commit

Permalink
Merge branch 'fix/2.0.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leomillon committed Dec 10, 2020
2 parents be116de + bdfa49d commit 895b092
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ val validators = listOf(
TemplatedValidator(
id = "string_type"
),
TemplatedValidator(
id = "number_type"
),
TemplatedValidator(
id = "array_type"
),
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/changes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<b>2.0.1</b>
<ul>
<li>Add missing `number_type` validator to JCV Core definitions #17</li>
</ul>

<b>2.0.0</b>
The new JCV Assistant:
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class JcvValidatorContributorTest : LightPlatformCodeInsightFixture4TestCase() {
"mongo_id",
"not_empty",
"not_null",
"number_type",
"object_type",
"regex:",
"starts_with:",
Expand Down

0 comments on commit 895b092

Please sign in to comment.