Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

0.6.0
* Switch Docker orchestration to the `stevedore` package
* Fixed minor check on as.data.frame functions
пре 5 година
* Cleaned up splashr object printing
* Added Android, Kindle, Apple TV & Chromecast user agents and updated
other user agents
* Updated Travis config to not use old docker pkg components
пре 6 година
0.5.0
* support Splash API basic auth
* `as_data_frame`/`as.data.frame` methods for HAR objects
пре 6 година
пре 6 година
0.4.1
* removed clipr usage due to CRAN
пре 7 година
0.4.0
* moved to 'docker' pacakge since it's on CRAN
* temporarily removed `render_file()` support
* added code coverage
пре 7 година
* CRAN release
пре 7 година
0.3.0
пре 7 година
* added basic pkg tests
* added mini-DSL to avoid needing to write lua scripts for some common operations
* added many tests for many types of objects
* added HAR support
* added `as_req()`
* added `as_request()`
* added `wait` value range check for `render_` functions (min 0, max 10)
0.2.0
* added `execute`()
* modified `splash_active`()
* added `splash_local` global variable to avoid typing `splash("localhost")`
пре 7 година
0.1.0
пре 7 година
* Initial release