File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11HEAD
22-----
33
4+ 1.5.0-pre
5+ -----
6+ - Make jquery as an optional dependency
7+ - Create a new api for handling cookies without jquery
8+ - Added support for returning the new api in CommonJS environments
9+
4101.4.1
511-----
612- Added support for CommonJS.
Original file line number Diff line number Diff line change @@ -161,6 +161,18 @@ You can pass an arbitrary conversion function.
161161
162162Check out the [ Contributing Guidelines] ( CONTRIBUTING.md )
163163
164+ ## Manual release steps
165+
166+ * Remove the "-pre" suffix of the "version" attribute of ` bower.json ` , ` package.json ` and ` component.json `
167+ * Remove the "-pre" suffix of the version number in the ` CHANGELOG.md ` and ` src/js.cookie.js ` files
168+ * Commit with the message "Release version x.x.x"
169+ * Create version tag in git
170+ * Create a github release and upload the minified file
171+ * Release on npm
172+ * Increment and add the "-pre" suffix to the "version" attribute of ` bower.json ` , ` package.json ` and ` component.json `
173+ * Increment and add the "-pre" suffix to the version number in the ` CHANGELOG.md ` and ` src/js.cookie.js ` files
174+ * Commit with the message "Prepare for the next development iteration"
175+
164176## Authors
165177
166178[ Klaus Hartl] ( https://github.com/carhartl )
Original file line number Diff line number Diff line change 11{
22 "name" : " js.cookie" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.0-pre " ,
44 "main" : [
55 " src/js.cookie.js"
66 ],
Original file line number Diff line number Diff line change 22 "name" : " js.cookie" ,
33 "repo" : " js-cookie/js-cookie" ,
44 "description" : " A simple, lightweight javascript API for handling cookies" ,
5- "version" : " 1.4.1 " ,
5+ "version" : " 1.5.0-pre " ,
66 "keywords" : [],
77 "dependencies" : {},
88 "development" : {},
Original file line number Diff line number Diff line change 11{
22 "name" : " js.cookie" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.0-pre " ,
44 "description" : " A simple, lightweight javascript API for handling cookies" ,
55 "main" : " src/js.cookie.js" ,
66 "directories" : {
Original file line number Diff line number Diff line change 11/*!
2- * Javascript Cookie v1.4.1
2+ * Javascript Cookie v1.5.0-pre
33 * https://github.com/js-cookie/js-cookie
44 *
55 * Copyright 2006, 2014 Klaus Hartl
You can’t perform that action at this time.
0 commit comments