- Initial CRAN release
- Fix typo in test for session ID extraction
- Clean up basic app example and leverage
{bslib}for user interface - Streamline example application utilizing R6 classes, along with a new feature to save and restore state of the R6 object.
- Remove dependency on
{dplyr}by using base R operations to filter and bind rows of session data frames.