forked from zmoazeni/harvested
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
32 lines (31 loc) · 1.22 KB
/
HISTORY
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
0.4.0 - August 4, 2011
* Large rewrite of codebase
* Rewrite of library to use JSON instead of XML
* Rewrite of tests to use rspec instead of cucumber
* Brought in VCR to help cache test responses
* Implemented more reporting functionality
* Implemented most of the invoice functionality. Creating/Editing/Updating is disabled due to Harvest API issue
* Consolidated various forks (thanks Chris Ritterdorf, bricooke, Michelle Moon Lee, tkwong, Steve McKinney, and others that helped but aren't in the git log!)
* Tests passing against MRI 1.8, 1.9, JRuby, and Rubinius
0.3.3 - January 27, 2010
* Adding fields to TaskAssignment (Quilted)
0.3.2 - January 27, 2010
* Add of_user support to Time Entry (Benjamin Wong - tkwong)
0.3.1 - October 14, 2010
* Updated docs removing :ssl => false since Harvest released SSL to everyone
* Added department to the User model (Steve McKinney - )
0.3.0 - April 11, 2010
* Added users
* Added clients
* Added contacts
* Added expense categories
* Added expenses
* Added projects
* Added tasks
* Added task assignments
* Added user assignments
* Added time tracking
* Added reporting
* Added account information
* Added common errors
* Added Harvest#hardy_client