backbone-publication
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -202,3 +202,3 @@ import _ from 'underscore'; | ||
var hasChanges = !_.isEmpty(changedAttributes); | ||
if (!hasChanges) return; | ||
if (!hasChanges) return this; | ||
@@ -205,0 +205,0 @@ /* Perform the standard Backbone.js set. Do this first, so when we trigger events further down |
{ | ||
"name": "backbone-publication", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Supports backbone classes backed by `publication-client` reactive queries.", | ||
@@ -5,0 +5,0 @@ "main": "dist/browser/index.js", |
@@ -38,2 +38,3 @@ # backbone-publication | ||
### Changelog | ||
* 1.0.6 - Fixed issue where `PublicationModel.set` did not always return `this`. | ||
* 1.0.5 - Changed `PublicationModel.set` to correctly fire `change` events for nested objects. | ||
@@ -40,0 +41,0 @@ * 1.0.4 - Reverted change on `PublicationModel.set` and added warning instead. |
@@ -80,3 +80,3 @@ import _ from 'underscore'; | ||
var hasChanges = !_.isEmpty(changedAttributes); | ||
if (!hasChanges) return; | ||
if (!hasChanges) return this; | ||
@@ -83,0 +83,0 @@ /* Perform the standard Backbone.js set. Do this first, so when we trigger events further down |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33438
45
0