-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGES
54 lines (27 loc) · 1.89 KB
/
CHANGES
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
47
48
49
50
51
52
53
54
== Change History
1.0.26 - 05/24/2017 - Restored 1.0.24 default behavior of def initialize() and added else block for 1.0.25 change.
1.0.25 - 05/24/2017 - Merged in changes. See github.
1.0.24 - 03/15/2013 - Improved getRealmForDbid(dbid)
1.0.23 - 03/11/2013 - Added getRealmForDbid(dbid)
1.0.22 - 11/17/2012 - Added downloadAndSaveFile, uploadFileContents.
1.0.21 - 05/28/2012 - Changed gem homepage to github.
1.0.20 - 11/18/2011 - Added optional dfid param to getRecordAsHTML.
1.0.19 - 11/13/2011 - Accommodate Net::HTTP changes in Ruby 1.9.3.
1.0.18 - 09/16/2011 - editRecord() now supports using optional key field as a record identifier.
1.0.17 - 09/05/2011 - Added getFileDownloadURL().
1.0.16 - 07/14/2011 - Added support for new API_CopyMasterDetail call.
1.0.15 - 06/02/2011 - Fixed downloadFile problem caused by httpclient update.
1.0.14 - 05/29/2011 - Added support for new List-User field type.
1.0.13 - 05/10/2011 - Added getRecords(): get an array of records using record ids.
1.0.12 - 05/08/2011 - Added findRecords and find_records getFilteredRecords aliases.
1.0.11 - 05/08/2011 - Fixed a problem with getFilteredRecords().
1.0.10 - 03/27/2011 - Can now use require 'quickbase_client' instead of require 'QuickBaseClient'.
1.0.9 - 03/26/2011 - Added aliases, getCSVForReport(), makeCSVFileForReport(), getCriteriaForQuery().
1.0.8 - 03/11/2011 - Fixed a problem with getApplicationVariables().
1.0.7 - 03/06/2011 - Fixed a problem with formatTimeOfDay().
1.0.5 - 02/22/2011 - Updated API_GetUserRole for optional inclgrps parameter.
1.0.4 - 12/24/2010 - Fixed formatDate() error.
1.0.3 - 12/07/2010 - Various small method improvements.
1.0.2 - 12/05/2010 - Added removeFileAttachment().
1.0.1 - 11/26/2010 - Will now use HTTPClient instead of Net::HTTP, if you already have HTTPClient.
1.0.0 - 11/21/2010 - First push to RubyGems.org.