Skip to content

Commit

Permalink
Bumped version to 0.8.0 and updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
thedersen committed Jun 10, 2013
1 parent 7aa7df6 commit 0205fb5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
16 changes: 10 additions & 6 deletions README.md
@@ -1,4 +1,4 @@
# Backbone.Validation v0.7.1
# Backbone.Validation v0.8.0

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

Expand All @@ -18,12 +18,12 @@ You can download the raw source from [GitHub](http://github.com/thedersen/backbo

#### Standard builds

* Development: [backbone-validation.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation.js) *22.6kb*
* Development: [backbone-validation.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation.js) *22.7kb*
* Production: [backbone-validation-min.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation-min.js) *2.7kb gzipped*

#### AMD builds

* Development: [backbone-validation-amd.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation-amd.js) *24.1kb*
* Development: [backbone-validation-amd.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation-amd.js) *24.2kb*
* Production: [backbone-validation-amd-min.js](https://raw.github.com/thedersen/backbone.validation/master/dist/backbone-validation-amd-min.js) *2.8kb gzipped*

#### Node.js builds
Expand All @@ -36,9 +36,7 @@ It's easy to get up and running. You only need to have Backbone (including under

The plugin is tested with, and should work with the following versions of Backbone:

* 0.9.1
* 0.9.2
* 0.9.9
* 1.0

### Configure validation rules on the Model

Expand Down Expand Up @@ -776,6 +774,12 @@ Basic behaviour:

## Release notes

#### v0.8.0 [commits](https://github.com/thedersen/backbone.validation/compare/v0.7.1...v0.8.0)

* All tests pass Backbone v1.0
* Fixes recursive loop if model attributes contain nested models. Fixes #97 (Thanks to [Adam George](https://github.com/asgeo1))
* Handling id selectors better. Fixes #127 (Thanks to [BigBlueHat](https://github.com/BigBlueHat))

#### v0.7.1 [commits](https://github.com/thedersen/backbone.validation/compare/v0.7.0...v0.7.1)

* Fixed Sizzle error: "unrecognized expression" (Thanks to [Vladimir Tsvang](https://github.com/vtsvang))
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.

4 changes: 2 additions & 2 deletions dist/backbone-validation-amd.js
@@ -1,4 +1,4 @@
// Backbone.Validation v0.7.1
// Backbone.Validation v0.8.0
//
// Copyright (c) 2011-2013 Thomas Pedersen
// Distributed under MIT License
Expand Down Expand Up @@ -295,7 +295,7 @@
return {

// Current version of the library
version: '0.7.1',
version: '0.8.0',

// Called to configure the default options
configure: function(options) {
Expand Down

0 comments on commit 0205fb5

Please sign in to comment.