forked from spreedly/spreedly-gem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
37 lines (22 loc) · 919 Bytes
/
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
=== 1.3.1
* Handle new error reporting when creating a subscriber.
* Use a more sane way of setting attributes in the mock, and make plans have a
plan type [seancribbs].
* Allow optional arguments to be passed when creating subscribers [jaknowlden].
=== 1.3.0 / 2009-06-04
* Properly handle invalid Subscriber lookup [karnowski].
* Added support for stopping auto renew [scottmotte, dsimard].
=== 1.2.2 / 2009-05-11
* Fixed an error in the README [karnowski].
=== 1.2.1 / 2009-04-30
* A few documentation tweaks.
=== 1.2.0 / 2009-04-30
* Added mock support for Subscriber#activate_free_trial [scottmotte].
* Added tests for Subscriber#activate_free_trial.
=== 1.1.0 / 2009-04-24
* Compatibility with the latest hoe and HTTParty [seancribbs].
* Added Subscriber.delete! [scottmotte].
* Added Subscriber#activate_free_trial [scottmotte].
=== 1.0.0 / 2009-03-17
* 1 major enhancement
* Initial release.