File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.2.0
4+ - ` Infinity ` may now be used with the "expires" option to set a persistent cookie.
5+
36## 1.1.0
47- Added the ability to require Cookies.js in CommonJS/Node environments that do not natively have a ` window `
58 object, by exporting a factory method that takes an instance of a ` window ` .
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ The following browsers have passed all of the automated Cookies.js tests:
2727
2828## Getting the Library
2929#### Direct downloads
30- - [ v1.1 .0 Minified] ( https://raw.github.com/ScottHamper/Cookies/1.1 .0/dist/cookies.min.js ) (~ 1 KB gzipped)
31- - [ v1.1 .0 Unminified] ( https://raw.github.com/ScottHamper/Cookies/1.1 .0/src /cookies.js ) (~ 1.7 KB gzipped)
30+ - [ v1.2 .0 Minified] ( https://raw.github.com/ScottHamper/Cookies/1.2 .0/dist/cookies.min.js ) (~ 1 KB gzipped)
31+ - [ v1.2 .0 Unminified] ( https://raw.github.com/ScottHamper/Cookies/1.2 .0/dist /cookies.js ) (~ 1.7 KB gzipped)
3232
3333#### Node Package Manager
3434` npm install cookies-js `
Original file line number Diff line number Diff line change 11{
22 "name" : " cookies-js" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "main" : " src/cookies.js" ,
55 "ignore" : [
66 " **/*" ,
Original file line number Diff line number Diff line change 11/*
2- * Cookies.js - 1.1 .0
2+ * Cookies.js - 1.2 .0
33 * https://github.com/ScottHamper/Cookies
44 *
55 * This is free and unencumbered software released into the public domain.
Original file line number Diff line number Diff line change 11{
22 "name" : " cookies-js" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "author" : " Scott Hamper" ,
55 "description" : " Client-Side Cookie Manipulation API" ,
66 "homepage" : " http://github.com/ScottHamper/Cookies" ,
Original file line number Diff line number Diff line change 11/*
2- * Cookies.js - 1.1 .0
2+ * Cookies.js - 1.2 .0
33 * https://github.com/ScottHamper/Cookies
44 *
55 * This is free and unencumbered software released into the public domain.
You can’t perform that action at this time.
0 commit comments