Skip to content

Releases: veliovgroup/meteor-cookies

v2.1.2

20 Jan 08:20
Compare
Choose a tag to compare
  • Fix for IE, thanks to @derwok
  • Now path and domain is not set by default and omitted from cooke, if not set

v2.1.1

19 Jan 18:49
Compare
Choose a tag to compare
  • Add more supported .set() method options to Readme
  • Add support for SameSite flag
  • Fix setting expires to session, now if you omit expires and has no TTL - cookie will expire on browser window close
  • Breaking - Default TTL now is session (not set)

v2.1.0

18 Jan 18:37
Compare
Choose a tag to compare
  • Move codebase to ES7
  • Remove coffeescript dependency
  • Add more tests
  • Fix for #6
  • Breaking: .get(non-existent-key) returns undefined, previously it was returning null

v2.0.5

28 Jul 12:54
Compare
Choose a tag to compare

v2.0.4

23 Jun 22:21
Compare
Choose a tag to compare

v2.0.3

20 Jun 04:17
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • Minor code enhancements
  • Client’s .send() method now accepts callback
  • More tests
  • Better in-code docs

v2.0.2

14 Mar 13:31
Compare
Choose a tag to compare
  • Support running out of site subdirectory, see #3

v2.0.1

20 Oct 12:57
Compare
Choose a tag to compare
  • Code refactoring
  • No more Mongo dep
  • Less code - faster code

v2.0.0-beta.2

19 Oct 20:30
Compare
Choose a tag to compare
  • No conflict with multiple Cookies instances

v2.0.0-beta.1

19 Oct 16:11
Compare
Choose a tag to compare
  • See updated docs