|
18 | 18 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
19 | 19 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
20 | 20 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
21 | | - |
22 | 21 | ga('create', 'UA-73728444-3', 'auto'); |
23 | 22 | ga('send', 'pageview'); |
24 | | - |
25 | 23 | </script> |
26 | 24 | </head> |
27 | 25 | <body> |
|
119 | 117 | <h2> |
120 | 118 | Parse Server Changelog |
121 | 119 | </h2> |
| 120 | + <h3> |
| 121 | + 2.2.4 (3/29/2016) |
| 122 | + </h3> |
| 123 | + <ul> |
| 124 | + <li> |
| 125 | + Hotfix: fixed imports issue for S3Adapter, GCSAdapter, FileSystemAdapter |
| 126 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1263"> |
| 127 | + #1263 |
| 128 | + </a> |
| 129 | + ( |
| 130 | + <a href="https://github.com/drew-gross"> |
| 131 | + drew-gross |
| 132 | + </a> |
| 133 | + ) |
| 134 | + </li> |
| 135 | + <li> |
| 136 | + Fix: Clean null authData values on _User update |
| 137 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1199"> |
| 138 | + #1199 |
| 139 | + </a> |
| 140 | + ( |
| 141 | + <a href="https://github.com/yuzeh"> |
| 142 | + yuzeh |
| 143 | + </a> |
| 144 | + ) |
| 145 | + </li> |
| 146 | + </ul> |
| 147 | + <h3> |
| 148 | + 2.2.3 (3/29/2016) |
| 149 | + </h3> |
| 150 | + <ul> |
| 151 | + <li> |
| 152 | + Fixed bug with invalid email verification link on email update. |
| 153 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1253"> |
| 154 | + #1253 |
| 155 | + </a> |
| 156 | + ( |
| 157 | + <a href="https://github.com/kzielonka"> |
| 158 | + kzielonka |
| 159 | + </a> |
| 160 | + ) |
| 161 | + </li> |
| 162 | + <li> |
| 163 | + Badge update supports increment as well as Increment |
| 164 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1248"> |
| 165 | + #1248 |
| 166 | + </a> |
| 167 | + ( |
| 168 | + <a href="https://github.com/flovilmart"> |
| 169 | + flovilmart |
| 170 | + </a> |
| 171 | + ) |
| 172 | + </li> |
| 173 | + <li> |
| 174 | + Config/Push Tested with the dashboard. |
| 175 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1235"> |
| 176 | + #1235 |
| 177 | + </a> |
| 178 | + ( |
| 179 | + <a href="https://github.com/drew-gross"> |
| 180 | + drew-gross |
| 181 | + </a> |
| 182 | + ) |
| 183 | + </li> |
| 184 | + <li> |
| 185 | + Better logging with winston |
| 186 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1234"> |
| 187 | + #1234 |
| 188 | + </a> |
| 189 | + ( |
| 190 | + <a href="https://github.com/flovilmart"> |
| 191 | + flovilmart |
| 192 | + </a> |
| 193 | + ) |
| 194 | + </li> |
| 195 | + <li> |
| 196 | + Make GlobalConfig work like |
| 197 | + <a href="http://parse.com"> |
| 198 | + parse.com |
| 199 | + </a> |
| 200 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1210"> |
| 201 | + #1210 |
| 202 | + </a> |
| 203 | + ( |
| 204 | + <a href="https://github.com/framp"> |
| 205 | + framp |
| 206 | + </a> |
| 207 | + ) |
| 208 | + </li> |
| 209 | + <li> |
| 210 | + Improve flattening of results from pushAdapter |
| 211 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1204"> |
| 212 | + #1204 |
| 213 | + </a> |
| 214 | + ( |
| 215 | + <a href="https://github.com/flovilmart"> |
| 216 | + flovilmart |
| 217 | + </a> |
| 218 | + ) |
| 219 | + </li> |
| 220 | + <li> |
| 221 | + Push adapters are provided by external packages |
| 222 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1195"> |
| 223 | + #1195 |
| 224 | + </a> |
| 225 | + ( |
| 226 | + <a href="https://github.com/flovilmart"> |
| 227 | + flovilmart |
| 228 | + </a> |
| 229 | + ) |
| 230 | + </li> |
| 231 | + <li> |
| 232 | + Fix flaky test |
| 233 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1188"> |
| 234 | + #1188 |
| 235 | + </a> |
| 236 | + ( |
| 237 | + <a href="https://github.com/drew-gross"> |
| 238 | + drew-gross |
| 239 | + </a> |
| 240 | + ) |
| 241 | + </li> |
| 242 | + <li> |
| 243 | + Fixes problem affecting finding array pointers |
| 244 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1185"> |
| 245 | + #1185 |
| 246 | + </a> |
| 247 | + ( |
| 248 | + <a href="https://github.com/flovilmart"> |
| 249 | + flovilmart |
| 250 | + </a> |
| 251 | + ) |
| 252 | + </li> |
| 253 | + <li> |
| 254 | + Moves Files adapters to external packages |
| 255 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1172"> |
| 256 | + #1172 |
| 257 | + </a> |
| 258 | + ( |
| 259 | + <a href="https://github.com/flovilmart"> |
| 260 | + flovilmart |
| 261 | + </a> |
| 262 | + ) |
| 263 | + </li> |
| 264 | + <li> |
| 265 | + Mark push as enabled in serverInfo endpoint |
| 266 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1164"> |
| 267 | + #1164 |
| 268 | + </a> |
| 269 | + ( |
| 270 | + <a href="https://github.com/drew-gross"> |
| 271 | + drew-gross |
| 272 | + </a> |
| 273 | + ) |
| 274 | + </li> |
| 275 | + <li> |
| 276 | + Document email adapter |
| 277 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1144"> |
| 278 | + #1144 |
| 279 | + </a> |
| 280 | + ( |
| 281 | + <a href="https://github.com/drew-gross"> |
| 282 | + drew-gross |
| 283 | + </a> |
| 284 | + ) |
| 285 | + </li> |
| 286 | + <li> |
| 287 | + Reset password fix |
| 288 | + <a href="https://github.com/ParsePlatform/parse-server/pull/1133"> |
| 289 | + #1133 |
| 290 | + </a> |
| 291 | + ( |
| 292 | + <a href="https://github.com/carmenlau"> |
| 293 | + carmenlau |
| 294 | + </a> |
| 295 | + ) |
| 296 | + </li> |
| 297 | + </ul> |
122 | 298 | <h3> |
123 | 299 | 2.2.2 (3/23/2016) |
124 | 300 | </h3> |
@@ -945,14 +1121,18 @@ <h3> |
945 | 1121 | </section> |
946 | 1122 | <footer> |
947 | 1123 | <br /> |
948 | | - <h4>Join the Community on Slack.</h4> |
| 1124 | + <h4> |
| 1125 | + Join the Community on Slack. |
| 1126 | + </h4> |
949 | 1127 | <a href="http://parse-opensource.sapp.io" title="Parse Open Source Community on Slack"> |
950 | 1128 | <img src="http://parse-opensource.sapp.io/img/parseopensource.svg" alt="Parse Open Source Community on Slack" /> |
951 | 1129 | </a> |
952 | 1130 | <p class="footer-links"> |
953 | 1131 | <small> |
954 | 1132 | Follow us on Twitter |
955 | | - <a href="http://bit.ly/1Uy4YCt">@parseopensource</a> |
| 1133 | + <a href="http://bit.ly/1Uy4YCt"> |
| 1134 | + @parseopensource |
| 1135 | + </a> |
956 | 1136 | </small> |
957 | 1137 | <br /> |
958 | 1138 | <br /> |
|
0 commit comments