Changes in version 1.6 (2025-06-06) Features - [x] Extend the functionality of "*" for dynamic inputs in order to allow detection of subtree additions Changes in version 1.5 (2025-05-11) Features - [x] Update to setupStorage(), allowing the use of "*" to select dynamic IDs starting or ending with particular words. Example at /inst/example/dynamicInput/app2.R Changes in version 1.4 (2025-01-14) Features - [x] shiny observe event execution ONCE across multiple browser sessions. This can be useful to display a welcome message to users only the first time they visit your app. Or a cookie acceptance panel shown once. The point is that, when the user refreshed the app or returns to the app later, the execution will no longer occur since it had been shown to the user previously. Changes in version 1.3 (2024-12-06) Features - [x] Store app views across all visitors - [x] Store app likes from visitors - [x] Store app followers Changes in version 1.2 (2024-08-17) Features - [x] Store dynamically generated inputs, like inputs created from the server function of the shiny app. See examples in the GitHub project link Changes in version 1.1 (2023-04-05) Features - [x] Compatibility for shinyWidgets package Changes in version 0.9 (2023-02-15) Features - [x] Store some outputs automatically - [x] Updated examples of the package in action, see https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus Changes in version 0.8 (2022-11-21) Features - [x] Convert browser link parameters into Shiny input values e.g Transfer the value of 'name' in http://link.com/?name=obianom to a Shiny input Changes in version 0.7 (2022-11-03) Features - [x] Bug fix on clearStore Changes in version 0.6 (2022-08-14) Features - [x] Store inputs automatically - [x] Retrieve all stored inputs - [x] Clear Storage of all inputs - [x] An example of the package in action