backbone.stickit
Advanced tools
Comparing version 0.9.0 to 0.9.2
@@ -1,2 +0,2 @@ | ||
// Backbone.Stickit v0.9.0, MIT Licensed | ||
// Backbone.Stickit v0.9.2, MIT Licensed | ||
// Copyright (c) 2012-2015 The New York Times, CMS Group, Matthew DeLambo <delambo@gmail.com> | ||
@@ -3,0 +3,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"main": ["./backbone.stickit.js"], | ||
"version": "0.9.0", | ||
"version": "0.9.2", | ||
"license": "https://github.com/NYTimes/backbone.stickit/blob/master/LICENSE", | ||
@@ -15,4 +15,4 @@ "keywords": ["backbone", "data-binding", "client", "browser"], | ||
"dependencies": { | ||
"backbone": "1.0.0 - 1.1.2", | ||
"underscore": "1.4.4 - 1.6.0" | ||
"backbone": ">= 1.0.0", | ||
"underscore": ">= 1.4.4" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
{ | ||
"name": "backbone.stickit", | ||
"description": "Model binding in Backbone style.", | ||
"version": "0.9.0", | ||
"version": "0.9.2", | ||
"author": "Matthew DeLambo <delambo@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
[-> **Documentation for current/stable release: 0.9.0**](http://nytimes.github.com/backbone.stickit/) | ||
[-> **Documentation for current/stable release: 0.9.2**](http://nytimes.github.com/backbone.stickit/) | ||
@@ -13,3 +13,3 @@ **The following is documentation for the code in master/edge version...** | ||
[download v0.9.0](http://nytimes.github.com/backbone.stickit/downloads/backbone.stickit_0.9.0.zip) | ||
[download v0.9.2](http://nytimes.github.com/backbone.stickit/downloads/backbone.stickit_0.9.2.zip) | ||
@@ -679,2 +679,5 @@ [download master/edge](https://raw.github.com/NYTimes/backbone.stickit/master/backbone.stickit.js) | ||
#### 0.9.2 | ||
Bumped allowed underscore and Backbone versions. | ||
#### 0.9.0 | ||
@@ -681,0 +684,0 @@ - **Breaking Change**: Classes are now treated separately from other attribute bindings. Use the new `classes` hash to bind element classes to your attributes. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
577315
786