angular-cookies
Advanced tools
Comparing version 1.4.1 to 1.4.2
/** | ||
* @license AngularJS v1.4.1 | ||
* @license AngularJS v1.4.2 | ||
* (c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -20,4 +20,3 @@ * License: MIT | ||
* | ||
* See {@link ngCookies.$cookies `$cookies`} and | ||
* {@link ngCookies.$cookieStore `$cookieStore`} for usage. | ||
* See {@link ngCookies.$cookies `$cookies`} for usage. | ||
*/ | ||
@@ -69,5 +68,7 @@ | ||
* | ||
* BREAKING CHANGE: `$cookies` no longer exposes properties that represent the | ||
* current browser cookie values. Now you must use the get/put/remove/etc. methods | ||
* as described below. | ||
* <div class="alert alert-info"> | ||
* Up until Angular 1.3, `$cookies` exposed properties that represented the | ||
* current browser cookie values. In version 1.4, this behavior has changed, and | ||
* `$cookies` now provides a standard api of getters, setters etc. | ||
* </div> | ||
* | ||
@@ -197,3 +198,3 @@ * Requires the {@link ngCookies `ngCookies`} module to be installed. | ||
* <div class="alert alert-danger"> | ||
* **Note:** The $cookieStore service is deprecated. | ||
* **Note:** The $cookieStore service is **deprecated**. | ||
* Please use the {@link ngCookies.$cookies `$cookies`} service instead. | ||
@@ -200,0 +201,0 @@ * </div> |
/* | ||
AngularJS v1.4.1 | ||
AngularJS v1.4.2 | ||
(c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-cookies", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "./angular-cookies.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.4.1" | ||
"angular": "1.4.2" | ||
} | ||
} |
{ | ||
"name": "angular-cookies", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "AngularJS module for cookies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
17368
319