Skip to content

Commit ab2b9ad

Browse files
committed
Publish 1.5.2
1 parent 7bcfbf1 commit ab2b9ad

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.versions

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -22,9 +22,9 @@ [email protected]
2222
2323
2424
25-
local-test:aldeed:[email protected].1
25+
local-test:aldeed:[email protected].2
2626
27-
mdg:validation-error@0.1.0
27+
mdg:validation-error@0.2.0
2828
2929
3030

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ A simple, reactive schema validation smart package for Meteor.
8686

8787
## Change Log
8888

89+
### 1.5.2
90+
91+
The `ValidationError` thrown by `validate` now provides a useful error message so that it is clear what the first error is if it is not caught and is printed to console above the stack trace.
92+
8993
### 1.5.1
9094

9195
`mySimpleSchema.validate` now satisfies `audit-argument-checks`

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "aldeed:simple-schema",
33
summary: "A simple schema validation object with reactivity. Used by collection2 and autoform.",
4-
version: "1.5.1",
4+
version: "1.5.2",
55
git: "https://github.com/aldeed/meteor-simple-schema.git"
66
});
77

0 commit comments

Comments
 (0)