forked from Marketcircle/jiraSOAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
71 lines (54 loc) · 2.39 KB
/
ChangeLog
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Version 0.8
* Removed handsoap parsing abstraction
Version 0.7.1
* Remove AOT compiled files from gem
Version 0.7
* Added YARD extension for documentation
* Removed URL class in favour of directly using underlying objects
* Added AOT compilation for MacRuby
* Moved RemoteAPI into the JIRA namespace
* Alias #get_favourite_filter to #get_favorite_filter
* Tweaked parsing logic more in preparation for the builder generalization
* Various documentation updates
* Removed jeweler development dependency
* Removed yardstick development dependency
* General tweaking of the rakefile, gemspec, gemfile, and .yardopts
Version 0.6.1
* Added RemoteAPIAdditions module for conveniences
* Fix duplicate dependancy listings
Version 0.6
* Added RemoteAPI#get_projects_without_schemes
* Added RemoteAPI#delete_project_avatar_with_id
* Added RemoteAPI#delete_project_with_key
* Added RemoteAPI#set_project_avatar_for_project_with_key
* Added RemoteAPI#set_new_project_avatar_for_project_with_key
* Added RemoteAPI#get_resolution_date_for_issue_with_id
* Added RemoteAPI#get_resolution_date_for_issue_with_key
* Added RemoteAPI#get_project_roles and friends
* Changed parsing logic (1.5-2x faster)
* Changed Scheme#type to return a Class constant
* Changed #color in JIRA::Priority to be formatted as an array
triple
* Alias #colour to #color in JIRA::Priority
* Changed instances of #lead to #lead_username
* Changed instances of #create_date to #create_time
* Changed instances of #last_updated to #last_updated_time
* Changed instances of #filename to #file_name
* Changed instances of #original_author to #author
* Changed instances of #reporter_name to #reporter_username
* Changed instances of #assignee_name to #assignee_username
* Consolidated Handsoap parsing extensions into NokogiriDriver
* Various documentation updates
Version 0.5
* Begin summarizing changes in a changelog
* Begin abstracting parts of JIRA model
* Fixed RemoteAPI#add_version_to_project_with_key
* Added RemoteAPI#get_server_configuration
* Changed use of factories to constructors in the model
* Changed FieldValue#id to FieldValue#field_name
* Changed CustomField to CustomFieldValue
* Changed User#name to User#username
* Changed Scheme#type to return the class name
* Changed some RemoteAPI method names to be more descriptive
* Changed Avatar#content_type to Avatar#mime_type
* Various documentation updates