Skip to content

Releases: dreamRs/shinylogs

v0.2.1

Choose a tag to compare

@pvictor pvictor released this 19 Apr 12:38
0195ac0
  • track_usage() has new arguments:
    • app_name: explicitly set application's name, thanks to @PaulC91
    • what: elements to record between "session", "input", "output" and "error".

v0.2.0

Choose a tag to compare

@pvictor pvictor released this 29 Nov 16:58
  • Timestamp is now recorded in microseconds (fix #6).
  • Added store_googledrive() to store logs as json in Google drive.
  • Added store_custom() to use a custom function to deal with logs generated.
  • Use {packer} to manage JavaScript assets.

CRAN version 0.1.7

Choose a tag to compare

@pvictor pvictor released this 22 Aug 11:42
  • Fix a bug when used with {shinymanager} (fix #2).

CRAN version 0.1.6

Choose a tag to compare

@pvictor pvictor released this 19 Jul 12:09

Export use_tracking to load dependencies in UI.
Updated reading JSON outputs.

CRAN version 0.1.5

Choose a tag to compare

@pvictor pvictor released this 10 May 09:11

First release on CRAN