Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Releases: theZieger/cookiejs.js

v1.0.1

Choose a tag to compare

@theZieger theZieger released this 26 Sep 08:48
  • fixes internal pointer to the global window.document inside the ES6 module

v1.0.0

Choose a tag to compare

@theZieger theZieger released this 26 Sep 08:27
  • 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

Choose a tag to compare

@theZieger theZieger released this 21 Oct 10:59

Fixes the default value of the path option to be "/".

v0.6.0

Choose a tag to compare

@theZieger theZieger released this 22 Aug 15:38
  • 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

Choose a tag to compare

@theZieger theZieger released this 31 Jul 06:32
  • adds GitHubs recommended community standards
  • fixes #4 by adding comment to mark global variables
  • fixes #5 by removing unused code / assignments

v0.4.1

Choose a tag to compare

@theZieger theZieger released this 20 Jul 10:27
  • 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

Choose a tag to compare

@theZieger theZieger released this 12 Jul 14:56
  • changes repository name to fit the NPM package name

v0.3.0

Choose a tag to compare

@theZieger theZieger released this 10 Jul 17:30
  • adds support for AMD, CommonJS and browser environments

v0.2.1

Choose a tag to compare

@theZieger theZieger released this 09 Jul 11:46
fixes code examples

v0.2.0

Choose a tag to compare

@theZieger theZieger released this 09 Jul 11:21
improves documentation by adding example code snippets