Releases: shinyworks/cookies
Releases · shinyworks/cookies
cookies 0.2.3
- Better handling of race-time conditions between R and JavaScript (#63).
- Cleaner tests.
cookies 0.2.2
cookies 0.2.1
- The underlying 'js-cookie' JavaScript library now loads from source if it is available (#42).
- Clarified the help for
cookie_dependency()
andadd_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
cookies 0.1.1
- Updated a test. No user-facing changes.