• Removed use of rlang::lang
  • New is_try_error() function that tests if an object is of class “try-error”.
  • New on_error() function, for adding a local error handler.
  • New discretly() function, for removing warnings and message.
  • Bug fix regarding try_catch and variables
  • Two new functions: without_message and without_warning
  • Bug fix and performance optimisation
  • Two new functions: with_message and with_warning
  • 2018-01-10 : small breaking change in functions. If you call functions with no arg (like curl::has_internet), you can’t specify “.” as first argument anymore - this use of “.” is no longer supported. Pass this function as .x.
  • 2017-12-21 : ready to be used