forked from bandsintown/api-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
46 lines (35 loc) · 1.58 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
== 0.3.1 2010-07-05
* Fixed bug for API methods with a blank method name in the route (events - create and artists - create), "/artists/" => "/artists"
== 0.3.0 2010-07-04
* Added Events - Cancel API method (Bandsintown::Event#cancel)
* Added Artists - Cancel Event API method (Bandsintown::Artist#cancel_event)
* Added Artists - Create API method (Bandsintown::Artist.create)
== 0.2.0 2010-06-03
* Added Events - Create API method (Bandsintown::Event.create)
== 0.1.5 2010-04-06
* Added Venues - Events API method (Bandsintown::Venue#events)
* Added Venues - Search API method (Bandsintown::Venues.search)
* Refactored Bandsintown::Venue initialization
== 0.1.4 2010-03-02
* Added Events - On Sale Soon API method (Bandsintown::Event.on_sale_soon)
* Corrected some typos in Bandsintown::Event spec
== 0.1.3 2010-01-28
* Added Artists - Get API method (Bandsintown::Artist.get)
* Added Bandsintown::Artist#on_tour? method
* Updated readme and documentation for Bandsintown::Artist.get and Bandsintown::Artist#on_tour?
== 0.1.2 2009-11-11
* updated Bandsintown::Artist class with support for mbid / music brainz id and additional documentation
== 0.1.1 2009-09-08
* fixed escaping issue with / and ? in artist urls
== 0.1.0 2009-09-05
* Full Bandsintown API support
* Added Artists - Events API method
* Added Events - Recommended API method
* Updated Bandsintown::Connection class
* Added attributes for on_sale_datetime and ticket_status to Bandsintown::Event class
* Lots of documentation
== 0.0.2 2009-06-03
* Added the daily events API method
== 0.0.1 2009-02-20
* 1 major enhancement:
* Initial release