Skip to content

Releases: ropensci/wdman

wdman 0.2.6

01 Sep 05:14
Compare
Choose a tag to compare
  • Fixing Mac install problem introduced by new chromedriver binaries for Mac M1 (#26)

version 0.2.2 - Third release to CRAN

23 Jan 20:12
Compare
Choose a tag to compare

wdman 0.2.2

  • Moved unix based systems to write pipes to file.
  • Fixed issue with shell escaping paths.

version 0.2.1 - Secondrelease to CRAN

20 Jan 09:57
Compare
Choose a tag to compare

wdman 0.2.1

  • Added a read_pipes internal function for windows drivers
  • Fixed an issue with Windows and blocking pipes. A batch file is now ran
    with stdout/stderr piped to file.

version 0.2.0 - Initial release to CRAN

18 Jan 17:24
Compare
Choose a tag to compare

wdman 0.2.0

  • Added verbose arguments to the driver functions
  • Import semver for parsing semantic versions
  • Added basic vignette on operation.
  • Set default PhantomJS version to 2.1.1 (2.5.0-beta runs old ghostdriver
    currently).
  • Added a check argument to all driver functions.
  • Added tests and refactored code.

wdman 0.1.5

  • Use binman::sem_ver for versioning.
  • Remove the v in gecko versions.
  • Improve logging in selenium function.

wdman 0.1.4

  • Added tests for driver functions.

wdman 0.1.3

  • Added selenium function.
  • Added iedriver function.

wdman 0.1.2

  • Added phantomjs function.

wdman 0.1.1

  • Added chrome function.
  • Added gecko function.

wdman 0.1.0

  • Added a NEWS.md file to track changes to the package.