mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-12 18:43:43 +00:00
0a7943162d
This version works and has been tested in a full game with over 50 players however there isn’t as yet a proper admin backend and many activities require the admin to fiddle with html or SQL at the moment.
73 lines
2.3 KiB
Plaintext
73 lines
2.3 KiB
Plaintext
codebird-js - changelog
|
|
=======================
|
|
|
|
2.5.0-alpha.1.1 (2014-01-02)
|
|
+ #24 Add README section about xAuth
|
|
+ #46 Don't force to send base64 media uploads via proxy
|
|
+ #23 Support internal API methods
|
|
+ #50 Current rate sent back with each call
|
|
+ Support custom timelines beta API
|
|
- Remove POST geo/place API method, deprecated
|
|
+ #52 Don't use proxy for non-browser environments
|
|
- #49 Places & Geo API call issue
|
|
+ #53 Support AMD module definition syntax
|
|
+ #54 Integrate sha1 hash library
|
|
+ Add NPM package.json
|
|
|
|
2.4.3 (2013-07-24)
|
|
- #31 HTTP error on multiple oauth_requestToken calls
|
|
- #30 HTML-escaping typo in readme code sample
|
|
|
|
2.4.2 (2013-07-09)
|
|
- #21 Typo extra bracket in readme sample code
|
|
- #27 Array bad behavior in iOS
|
|
|
|
2.4.1 (2013-06-23)
|
|
+ Pass JSHint validation
|
|
+ #15 Allow to assign custom proxy address
|
|
- #19 API parameters with escaped characters fail in IE7-9
|
|
|
|
2.4.0 (2013-06-15)
|
|
+ Support multipart file uploads
|
|
- Drop unnecessary media format settings ported from PHP getimagesize
|
|
- Don't unintendedly overwrite global "url" variable
|
|
+ Add contributing guidelines
|
|
|
|
2.3.3 (2013-05-31)
|
|
- oauth2_token doesn't respect _useProxy CORS setting
|
|
- #10 setBearerToken was not public
|
|
|
|
2.3.2 (2013-05-21)
|
|
- Sorting the OAuth parameter list in IE incorrectly
|
|
- Undefined function c for debug logging
|
|
+ Correctly detect templated methods and insert their parameters
|
|
|
|
2.3.1 (2013-04-26)
|
|
- Wrong OAuth signature generation for POST requests with oauth_callback
|
|
- Wrong _ksort implementation
|
|
|
|
2.3.0 (2013-04-26)
|
|
- Bug in _detectMultipart for statuses/update calls
|
|
+ Add Array.indexOf polyfill
|
|
+ Circumvent same-origin policy with CORS
|
|
+ Make oauth_authenticate and oauth_authorize asynchronous
|
|
+ Send GET requests via JSONP for IE7-9 (don't support CORS)
|
|
|
|
2.2.3 (2012-12-03)
|
|
+ Detect HTTP method properly when accessing multi HTTP method endpoint (account/settings)
|
|
+ Add friends/list, followers/list API methods
|
|
+ Move users/recommendations to GET list
|
|
|
|
2.2.2 (2012-10-19)
|
|
+ Update methods list for API 1.1
|
|
+ Add profile banner methods
|
|
- Drop separate media upload method
|
|
- Remove OAuth token message. 1.1 is always signed.
|
|
+ Update endpoints to 1.1 endpoints, add support for old endpoints
|
|
|
|
2.2.1 (2012-09-17)
|
|
+ Update to Twitter API v1.1
|
|
|
|
2.2.0 (2012-09-17)
|
|
+ Port Codebird from PHP to JavaScript
|