Skip to content

Commit

Permalink
bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Sep 29, 2024
1 parent 13eb5aa commit 2127a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 Shiny Documents
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person(given = "John Paul",
family = "Helveston",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# surveydown (development version)

- Improved efficiency in `database_uploading()` so only the changed fields get written.
# surveydown 0.3.1

- Improved efficiency in `database_uploading()` so only the changed fields get written, and also the writing happens after checking the `show_if` conditions (addresses #100).
- Modified default rendering behavior to not delete the rendered html file.
- Modified the `refresh_interval` argument in `sd_get_data()` as defaulting to `NULL`, which means the data will not be reactively fetched, regardless of the context it is used in. The data will only continuously refresh if `sd_get_data()` is called within a reactive context and `refresh_interval > 0`.
- Modified messaging from `sd_set_password()` to not print out user's password and provide clearer instructions.
Expand Down

0 comments on commit 2127a31

Please sign in to comment.