Skip to content

Releases: shinyworks/cookies

cookies 0.2.3

02 Oct 18:10
3935b1f
Compare
Choose a tag to compare
  • Better handling of race-time conditions between R and JavaScript (#63).
  • Cleaner tests.

cookies 0.2.2

15 Mar 18:08
a85326a
Compare
Choose a tag to compare
  • Updated cookie handling to allow HttpOnly cookies mixed with JavaScript cookies, and improved error messages (#54).
  • Updated cookie handling to find cookies even if the call comes from inside a module (#56).

cookies 0.2.1

10 Jan 22:56
65d2db7
Compare
Choose a tag to compare
  • The underlying 'js-cookie' JavaScript library now loads from source if it is available (#42).
  • Clarified the help for cookie_dependency() and add_cookie_handlers(), to hopefully make it clearer how they can be applied in any situation (#37).
  • Updated get_cookie() to properly update if a cookie is deleted during the session but was available at the start of the session.

cookies 0.2.0

30 Nov 15:09
0f9a564
Compare
Choose a tag to compare
  • Added get_cookie() to more easily get cookies within the server (#32).
  • Added missing as a parameter to get_cookie() and extract_cookie() for when the cookie doesn't exist (@jnolis, #38).
  • Changed the default behavior for missing cookies from NA to NULL to be more in line with R convention (@jnolis).

cookies 0.1.1

01 Nov 13:36
Compare
Choose a tag to compare
  • Updated a test. No user-facing changes.