Release Name: 0.2.3
Notes:
* Fixed defect #31 such that passing string screen name as for user argument is handled correctly.
* Fixed #30 typo: respond_to -> respond_to?
* Added relevant exception handling for #message(:post, ...) case (#32)
* Add ability to pass in Twitter::User object to Twitter::Client#user(...) #33
* Added stats Rake task
* Updated RDoc for Twitter::Client#user to warn against using it to get followers of authenticated user and updated ArgumentError raising logic as per #29.
Changes:
== 0.2.3 Changes
=== 2007-07-22
* Fixed defect #31 such that passing string screen name as for user argument is handled correctly.
* Fixed #30 typo: respond_to -> respond_to?
* Added relevant exception handling for #message(:post, ...) case (#32)
* Add ability to pass in Twitter::User object to Twitter::Client#user(...) #33
* Added stats Rake task
* Updated RDoc for Twitter::Client#user to warn against using it to get followers of authenticated user and updated ArgumentError raising logic as per #29.
== 0.2.2 Changes
=== 2007-07-18
* Fixed URI paths for user, messaging and friendship APIs (#25)
* Added action checks for Twitter::Client methods: #user, #my, #message, #messages, #status, #timeline, #friend (#26)
* Added 'source' configuration documentation.
* Added missing attributes for Twitter::User (#28)
== 0.2.1 Changes
=== 2007-07-17
* Added 'source' feature and configurability.
|