Skip to content

Commit cc9e76e

Browse files
committed
bump and publish
1 parent b559bc0 commit cc9e76e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.versions

Lines changed: 5 additions & 5 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ A simple, reactive schema validation smart package for Meteor.
55

66
## Change Log
77

8+
### 1.3.3
9+
10+
When using `check` to validate, the `Match.Error` that is thrown now explains which field failed to validate and why (only the first error). All errors can be found in an `invalidKeys` property on the `Match.Error` object.
11+
812
### 1.3.2
913

1014
Bug fixes and MongoDB 2.6+ compatibility fixes

package.js

Lines changed: 1 addition & 1 deletion
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.3.2",
4+
version: "1.3.3",
55
git: "https://github.com/aldeed/meteor-simple-schema.git"
66
});
77

0 commit comments

Comments
 (0)