Skip to content

Commit

Permalink
Bumped version to 0.6.4, updated changelog and dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
thedersen committed Nov 21, 2012
1 parent 27ed257 commit 4f1f151
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 69 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# Backbone.Validation v0.6.3
# Backbone.Validation v0.6.4

A validation plugin for [Backbone.js](http://documentcloud.github.com/backbone) that validates both your model as well as form input.

Expand Down Expand Up @@ -768,6 +768,10 @@ Basic behaviour:

## Release notes

#### v0.6.4

* `format(...)` and `formatLabel(...)` are made available for custom validators on `this` (Thanks to [rafanoronha](https://github.com/rafanoronha))

#### v0.6.3

* Labelformatter set to 'label' no longer crashes when no `labels` attribute is present on the model
Expand Down
4 changes: 2 additions & 2 deletions dist/backbone-validation-amd-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f1f151

Please sign in to comment.