# shinyStorePlus 1.4
Planned Features
Store outputs for DT and rhandsontable tables automatically
Store specific variables
Retrieve all stored specific variables & outputs
# shinyStorePlus 1.3
Features
Store app views across all visitors
Store app likes from visitors
Store app followers
# shinyStorePlus 1.2
Features
Store dynamically generated inputs, like inputs created from the server function of the shiny app. See examples in the GitHub project link
# shinyStorePlus 1.1
Features
Compatibility for shinyWidgets package
# shinyStorePlus 0.9
Features
Store some outputs automatically
Updated examples of the package in action, see https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus
# shinyStorePlus 0.8
Features
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
# shinyStorePlus 0.7
Features
Bug fix on clearStore
# shinyStorePlus 0.6
Features
Store inputs automatically
Retrieve all stored inputs
Clear Storage of all inputs
An example of the package in action