-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelogs-ios.txt
151 lines (100 loc) · 2.92 KB
/
changelogs-ios.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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Version: 3.3.0
Date: Dec-15-2017
New Features:
*Entry
- added method ‘addParamKey:andValue:’
*Query
- added method 'addParamKey:andValue:'
*Asset
- added method ‘addParamKey:andValue:’
====================================================================================
Version: 3.2.0
Date: Nov-10-2017
New Features:
*Stack
- added method ‘imageTransformWithUrl:andParams:’
*Query
- added method 'includeContentType:'
*QueryResult
- added property ‘content_type’
API deprecation:
*Query
- Deprecated property 'includeSchema'
====================================================================================
Version: 3.1.1
Date: Jun-24-2017
API deprecation:
*Entry
- removed property 'publishDetails'
*Asset
- removed property 'publishDetails:'
====================================================================================
Version: 3.1.0
Date: Dec-19-2016
New Features:
*Group
- Added New Class
*Entry
- added method 'groupForKey:'
- added method 'groupsForKey:'
- added method ‘entriesForKey:withContentType:'
*AssetLibrary
- added method ‘sortWithKey:orderBy:’
- added method ‘objectsCount’
- added method ‘includeCount’
- added method ‘includeRelativeUrls’
- added method ‘setHeader:forKey:’
- added method ‘addHeadersWithDictionary:’
- added method ‘removeHeaderForKey:’
*Asset
- added method ‘setHeader:forKey:’
- added method ‘addHeadersWithDictionary:’
- added method ‘removeHeaderForKey:’
Modifications:
*Asset
- Class name modified from ‘Assets’ to ‘Asset’
- renamed property ’assetType’ to ‘fileType’
====================================================================================
Version: 3.0.0
Date: Oct-19-2016
New Features:
*Config
- Added New Class
*Assets
- Added New Class
*AssetLibrary
- Added New Class
*Contentstack
- added method 'stackWithAPIKey:accessToken:environmentName:config:'
*Entry
- added property 'publishDetails'
*Stack
- added readonly property 'config'
- added method 'asset'
- added method 'assetWithUID:'
- added method 'assetLibrary'
- added method 'fetchLastActivity:'
API deprecation:
*Contentstack
- removed method 'stackWithAPIKey:accessToken:environmentUID:'
*Entry
- removed property 'metadata'
*Stack
- removed property 'isEnvironmentUID'
- removed method 'setEnvironment:isEnvironmentUID:'
*Query
- removed method 'afterUID:'
- removed method 'beforeUID:'
====================================================================================
Version: 1.0.1
Date: Sept-22-2016
Bug Fixes:
*Entry
- Fixed fetch method which now return response as per environment.
*Query
- Fixed search method issue causing improper result.
====================================================================================
Version: 1.0.0
Date: Feb-11-2016
Changes:
- Introduce ContentStack SDK for iOS.