Added regened gemspec for new mbbx6spp-twitter4r gem to be generated on GitHub gem...
[twitter4r-core.git] / CHANGES
blobb559c8a32ea0a0b3736b03a08a64858f8b691863
1 = CHANGES
3 Catalog(ue) of changes for Twitter4R 0.1.x releases including Retrospectiva ticket cross-reference numbers.  Refer to http://retro.tautology.net/projects/twitter4r/tickets for more information.
5 == 0.3.1 Changes
6 * Added Twitter4R shell
7 * Improved code coverage for twitter/ext/stdlib code and removed hard coded extension in GET request path for retrieving account information
8 * Changed Twitter::RESTError super class to be RuntimeError instead of Exception
9 * Added URI.encode => CGI.escape fix
10 * Added block methods
11 * Added Twitter::Client#inspect method to XXXX out passwords
12 * Minor refactoring of spec/spec_helper.rb 
13 * Added support for :page, :lite and :since options for Twitter::User#followers, Twitter::Client#my([:friends|:followers]...) and Twitter::Client#user([:friends|:followers]...)calls
14 * Added Twitter::Client.status(:replies) support
17 == 0.3.0 Changes
18 * Bunch of changes, but forgot to track them and too lazy to look through the SVN/Git logs.  Sorry.
20 == 0.2.5 Changes
22 === 2007-09-23
23 * Added paging support as per Sergio Santos' request (#36).
25 == 0.2.4 Changes
27 === 2007-07-24
28 * Fixed ActiveSupport +Time#to_s+ conflict such that integration with Rails is much less painful (#34)
30 == 0.2.3 Changes
32 === 2007-07-22
33 * Fixed defect #31 such that passing string screen name as for user argument is handled correctly.
34 * Fixed #30 typo: respond_to -> respond_to?
35 * Added relevant exception handling for #message(:post, ...) case (#32)
36 * Add ability to pass in Twitter::User object to Twitter::Client#user(...) #33
37 * Added stats Rake task
38 * 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.
40 == 0.2.2 Changes
42 === 2007-07-18
43 * Fixed URI paths for user, messaging and friendship APIs (#25)
44 * Added action checks for Twitter::Client methods: #user, #my, #message, #messages, #status, #timeline, #friend (#26)
45 * Added 'source' configuration documentation. 
46 * Added missing attributes for Twitter::User (#28)
48 == 0.2.1 Changes
50 === 2007-07-17
51 * Added 'source' feature and configurability.
53 == 0.2.0 Changes
55 === 2007-07-08
56 * Added featured users API as an "extra" (#19).
57 * Productionized website for publishing.
58 * Published Ruby Gem on Rubyforge.
60 === 2007-07-07
61 * Refactored Twitter4R API to be more consistent, by grouping APIs (#6):
62   - Messaging APIs: direct_messages, new, destroy, replies
63   - Friendship APIs: create, destroy
64 * Added following features (#7):
65   - Retrieving direct messages
66   - User APIs: friends, followers, show
67 * Updated documentation and example code.
69 === 2007-07-06
70 * Refactored Twitter4R API to be more consistent, by grouping APIs (#6):
71   - Status APIs: show, update, destroy
72   - User APIs: friends, followers, show
73 * Added X-Twitter-Client HTTP headers and Twitter::Config options (#16)
74 * Removed redundant feature (#8):
75   - Followers timeline
76 * Refactored HTTP request/response code to DRY up code.
77 * Fix REST error handling to use #is_a?(HTTPSuccess) instead of code in ['200', '201'] to determine REST error (#15).
79 === 2007-06-25
80 * Updated example documentation (#14)
81 * Refactored marshaling unmarshaling code (#13)
83 === 2007-06-20
84 * Added proxy user/pass support.  Tested only via endo-testing.  (No system/integration testing behind real proxy as I do not have that environment).
87 === 2007-06-17
88 * Refactored Twitter4R API to be more consistent, by grouping APIs (#6):
89   - Timeline APIs: public, friends, user
91 === 2007-06-13
92 * Added RSpec Autotest integration
93 * Fixed Twitter::Meta generation of spec for hash values
94 * Added HTTP header to each request including generated User-Agent header
95 * Added RCovMorpher and template to restyle RCov output upon release
96 * Added Gemspec dependencies and requirements
97 * Added default tidy YAML configuration file for RCovMorpher
98 * Added Contributors list and updated external dependencies list to README
99 * Removed shebang from examples
101 === 2007-06-12
102 * Added proxy support as per Kaiichi Matsunaga submitted patch (#11).
103 * Added SSL support (#12)
105 === 2007-05-19
106 * Translated RSpec specifications from 0.8.2 compliant to 1.0.0 (#10)
108 == 0.1.1 Changes
110 === 2007-06-25
111 * Added SSL support (#12)
112 * Added Proxy support (#11)
114 == 0.1.0 Changes
116 === 2007-05-08
117 * Added Google Analytics Javascript code to website pages (#5)
119 === 2007-05-07
120 * Fixed errors in online sample code documentation and redeployed website (#2 and #3)
121 * Created more consistent RDoc theme to go more with website home page (#4)
123 === 2007-05-06
124 * Initial revision of codebase commited; includes:
125   - Achieved 80% Twitter API feature-completeness
126   - Attained 100% RSpec C0 code coverage
127   - Rake tasks for: RSpec, RCov, RDoc, Gem, Rubyforge Publishing, etc.