fauxpas 0.5.2
BUG FIXES
- No user facing changes - just tidying up the package links,
etc.
- Make examples fail gracefully
fauxpas 0.5.0
NEW FEATURES
- changed default for parameter behaviorin functionhttp()toautoinstead ofstop(#12)
- http()gains new parameter- muffle(logical) to optionally muffle any warning/message from http status
codes in series (#12)
fauxpas 0.2.0
NEW FEATURES
- New function find_error_class()for a user to get aHTTP*class object with just the status code (#10)
- Added a vignette (#4)
- Added an additional object type that fauxpas responds to: the
Responsefrom thewebmockrpackage and theVcrResponsefrom thevcrpackage (#9)
MINOR IMPROVEMENTS
- behavior_typevariable in the- Errorclass
object is now a private variable, and can be set with a new method- $set_behavior()(#7)
- For http*()S3 list methods added additional checks for
response objects fromcurlpackage that are simple lists,
so are challenging to verify (#5)
- Added tests for all http*methods via a generator
(#11)
BUG FIXES
- Fixed message_templatebehavior, see above related
comment about new message template param (#8)
fauxpas 0.1.0
NEW FEATURES