Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Dec 10, 2014
1 parent fbc306a commit 988f662
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ A simple, reactive schema validation smart package for Meteor.

## Change Log

### 1.2.0

* The `clean` function now automatically converts a number or string to a Date object. (Thanks @rlora)
* Fix to `makeGeneric` handling when a property name starts with a number but also includes non-numeric characters. (Thanks @Nieziemski)
* New `exclusiveMax` and `exclusiveMin` options allow you to specify that the `min` or `max` value itself should not be considered valid. (Thanks @sleiber)

### 1.1.0

* Introduce the `pick` method on `SimpleSchema` instances to create subschemas
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "aldeed:simple-schema",
summary: "A simple schema validation object with reactivity. Used by collection2 and autoform.",
version: "1.1.0",
version: "1.2.0",
git: "https://github.com/aldeed/meteor-simple-schema.git"
});

Expand Down

0 comments on commit 988f662

Please sign in to comment.