Changes in version 0.3.1 (2020-05-03) - Removed use of rlang::lang Changes in version 0.3.0 (2019-04-08) - 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. Changes in version 0.2.1 (2018-04-20) - Bug fix regarding try_catch and variables - Two new functions: without_message and without_warning Changes in version 0.2.0 (2018-01-31) - Bug fix and performance optimisation - Two new functions: with_message and with_warning Changes in version 0.1.1 - 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. Changes in version 0.1.0 (2018-01-03) - 2017-12-21 : ready to be used Changes in version 0.0.0.9000 - 2017-12-10 : first stable version - 2017-12-07 : First commit - Added a NEWS.md file to track changes to the package.