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
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aldeed:simple-schema@1.3.2
1+
aldeed:simple-schema@1.3.3
22
base64@1.0.3
33
binary-heap@1.0.3
44
callback-hook@1.0.3
@@ -10,15 +10,15 @@ geojson-utils@1.0.3
1010
id-map@1.0.3
1111
jquery@1.11.3_2
1212
json@1.0.3
13-
local-test:aldeed:simple-schema@1.3.2
13+
local-test:aldeed:simple-schema@1.3.3
1414
logging@1.0.7
15-
meteor@1.1.5
16-
minimongo@1.0.7
15+
meteor@1.1.6
16+
minimongo@1.0.8
1717
mongo@1.1.0
1818
ordered-dict@1.0.3
1919
random@1.0.3
2020
retry@1.0.3
2121
test-helpers@1.0.4
2222
tinytest@1.0.5
23-
tracker@1.0.6
23+
tracker@1.0.7
2424
underscore@1.0.3

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)