Releases: theZieger/cookiejs.js
Releases · theZieger/cookiejs.js
v1.0.1
Compare
Sorry, something went wrong.
No results found
fixes internal pointer to the global window.document inside the ES6 module
v1.0.0
Compare
Sorry, something went wrong.
No results found
adds functional tests
adds ES6 module
improves code style, readability and reduces complexity
fixes secure attribute setting (before it was also set to a secure cookie when the secure attribute was defined as 'false')
v0.6.1
Compare
Sorry, something went wrong.
No results found
Fixes the default value of the path option to be "/".
v0.6.0
Compare
Sorry, something went wrong.
No results found
adds syntax highlighting of code blocks in the README for better readability
removes reassignments of parameter values inside to reduce code complexity
changes the AMD define call so it fits the AMD API documentation
adds more information to the package.json (contributers, files, keywords)
v0.5.0
Compare
Sorry, something went wrong.
No results found
adds GitHubs recommended community standards
fixes #4 by adding comment to mark global variables
fixes #5 by removing unused code / assignments
v0.4.1
Compare
Sorry, something went wrong.
No results found
removes usage of getCookieDomain function to rely on the option.domain input or browser fallback when not defined
adds usage of encode/decodeURIComponent
v0.4.0
Compare
Sorry, something went wrong.
No results found
changes repository name to fit the NPM package name
v0.3.0
Compare
Sorry, something went wrong.
No results found
adds support for AMD, CommonJS and browser environments
v0.2.1
Compare
Sorry, something went wrong.
No results found
fixes code examples
v0.2.0
Compare
Sorry, something went wrong.
No results found
improves documentation by adding example code snippets