- Added
#generate_link
to bothUser
andLanguage
that returns the corresponding CWS link to it. - Added a
karma
attribute toLanguage
which represents the karma values for the language. - Updated documentation.
- Fixed an error with the URIs not being encoded
- Add new
Language
class and related subclassesType
andStatus
that are returned for calls toAPI#get_lang
,API#get_lang_type
andAPI#get_lang_status
, respectively - Add new
API#api_version
to get the API version returned by CWS - Since the API now merged the functions
USER
andUSER_KARMA
, it is reflected in CWSrb correctly now - TODO: documentation for the classes above
- Documented everything I could with YARD. yay! (#2)
- Added
User
class that is returned for calls toAPI#get_user
. (#3) Helpers#resolve
would return an @-prefixed string if you gave it anInteger
. Well, no more! (#1)- Merged
API#get_karma
intoAPI#get_user
- Made it so the testing console already initialized an API object for you
- Disabled metrics for rubocop
- First release on GitHub
- First actual release