Skip to content

Commit

Permalink
bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Dec 5, 2024
1 parent 4fd502b commit a337adf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: surveydown
Title: Markdown-Based Surveys Using 'Quarto' and 'shiny'
Version: 0.6.0
Version: 0.6.1
Authors@R: c(
person(given = "John Paul",
family = "Helveston",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# surveydown (development version)

# surveydown 0.6.1

- Cookies now contain not only the `session_id` but a complete JSON object of the current page questions, answers, and latest time stamp.
- Increased checkpoints of data updates. Now they are: upon starting, upon proceeding to the next page, upon submitting rating or clicking the exit buttion, and finally, upon abruptly quitting the survey.

# surveydown 0.6.0

- Cookies functionality fully working, applied to both local testing and online db.
Expand Down

0 comments on commit a337adf

Please sign in to comment.