1.3.0
Security update!
- Add support for the Assert API (PR #51).
- New
:assertion
option in initialize opts. It takes either:user
or:bot
. - New
override_assertion
parameter inpost
to prevent assertion errors being thrown.- Note: Assertions will only happen if
post
'sautoparse
parameter is true.
- Note: Assertions will only happen if
- New NotLoggedInError and NotBotError for the according assertions.
Butt#user_bot?
no longer has a parameter. It now queries with an assertion rather than checking the user's groups.- New method
Butt#logged_in?
to check if the current instance is logged in.
- New