From 2127a31863a290b848054a5a9f6412226a3b8723 Mon Sep 17 00:00:00 2001 From: emse-p4a-gwu Date: Sun, 29 Sep 2024 08:13:21 -0400 Subject: [PATCH] bump to v0.3.1 --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 74aeb5b2..c5f65100 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 5ba1bf77..b165f9cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.