Releases: jublo/codebird-js
3.0.0 “Calverley” Beta 2
Welcome to the second beta of codebird-js 3.0.0 “Calverley”.
Be one of the first to try out Codebird 3.0.0!
This is a prerelease version; things may not work as expected.
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=10&title=%5B3.0.0-beta.1%5D+
Fixed in this beta
- Twitter API XML replies are now detected properly (again). Thanks to @araskin for reporting this.
What’s new in Codebird “Calverley”?
-
Support for the sunsetting contributor API, direct messages API and User and Site Stream APIs has been removed.
-
This release of Codebird supports the new Account Activity API as well as the Direct Messages events API.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Calverley is a village in the City of Leeds metropolitan borough in West Yorkshire, midway between Leeds city centre and Bradford. The first mention of Calverley occurs in the great Domesday Survey compiled for William the Conqueror in 1086.
3.0.0 “Calverley” Beta 1
Welcome to the first beta of codebird-js 3.0.0 “Calverley”.
Be one of the first to try out Codebird 3.0.0!
This is a prerelease version; things may not work as expected.
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=10&title=%5B3.0.0-beta.1%5D+
What’s new in Codebird “Calverley”?
-
Support for the sunsetting contributor API, direct messages API and User and Site Stream APIs has been removed.
-
This release of Codebird supports the new Account Activity API as well as the Direct Messages events API.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Calverley is a village in the City of Leeds metropolitan borough in West Yorkshire, midway between Leeds city centre and Bradford. The first mention of Calverley occurs in the great Domesday Survey compiled for William the Conqueror in 1086.
2.6.0 “Bedale”
What’s new in Codebird “Bedale”?
- You may now get a list of all Twitter API methods supported by Codebird as array by calling cb.getApiMethods().
- Use
HTTP POST
for theusers/lookup
andstatuses/lookup
, sinceGET
requests may break when submitting a long parameter list. - Fix the
force_login
parameter in OAuth methods.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Bedale is a market town and civil parish in the district of Hambleton, North Yorkshire, historically part of the North Riding of Yorkshire. About 4,500 people live in this place.
Details can be found at:
https://github.com/jublonet/codebird-js/blob/2.6.0/CHANGELOG
2.6.0-rc.1
Be one of the first to try out Codebird 2.6.0!
This is a prerelease version; things may not work as expected.
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=9&title=%5B2.6.0-rc.1%5D+
What’s new in Codebird “Bedale”?
- You may now get a list of all Twitter API methods supported by Codebird as array by calling cb.getApiMethods().
- Use
HTTP POST
for theusers/lookup
andstatuses/lookup
, sinceGET
requests may break when submitting a long parameter list. - Fix the
force_login
parameter in OAuth methods.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Bedale is a market town and civil parish in the district of Hambleton, North Yorkshire, historically part of the North Riding of Yorkshire. About 4,500 people live in this place.
Details can be found at:
https://github.com/jublonet/codebird-js/blob/2.6.0-rc.1/CHANGELOG
2.5.0 “Altofts”
Welcome to codebird-js 2.5.0 “Altofts”!
What’s new in Codebird “Altofts”?
- Uploading multiple media image files in a single tweet is now possible!
- This version removes the dependency of the external
sha1.js
file. No more need to care about including two files for your code to work! - Furthermore, you may now load Codebird via a simple require() call (in Node.js or with RequireJS), since the library is now AMD-compatible. For legacy and non-AMD environments, the normal loading via script tag is still supported.
- Various other improvements, like returning the current rate limit for each call, make your work with Codebird easier.
- Also, the Twitter API is contacted directly, if no same-origin policy restrictions apply.
- Finally, Codebird now supports calling undocumented Twitter API methods, if you have permission to access them.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Altofts is a 6,000 people village in West Yorkshire. In former times, most inhabitants used to work in the coal industry.
Reporting issues
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=6&title=%5B2.5.0%5D+
“Altofts” 2.5.0-rc.2
Welcome to the second release candidate of codebird-js 2.5.0 “Altofts”.
Be one of the first to try out Codebird 2.5.0!
This is a prerelease version; things may not work as expected.
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=6&title=%5B2.5.0-rc.2%5D+
Added in RC 2:
- Codebird now supports the Titanium environment for getting the XHR object.
What’s new in Codebird “Altofts”?
- This version removes the dependency of the external
sha1.js
file. No more need to care about including two files for your code to work! - Furthermore, you may now load Codebird via a simple require() call (in Node.js or with RequireJS), since the library is now AMD-compatible. For legacy and non-AMD environments, the normal loading via script tag is still supported.
- Various other improvements, like returning the current rate limit for each call, make your work with Codebird easier.
- Also, the Twitter API is contacted directly, if no same-origin policy restrictions apply.
- Finally, Codebird now supports calling undocumented Twitter API methods, if you have permission to access them.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Altofts is a 6,000 people village in West Yorkshire. In former times, most inhabitants used to work in the coal industry.
“Altofts” 2.5.0-alpha.1
Welcome to the first alpha version of codebird-js 2.5.0 “Altofts”.
Be one of the first to try out Codebird 2.5.0!
This is a prerelease version; things may not work as expected.
If you encounter any problems, please report them here:
https://github.com/jublonet/codebird-js/issues/new?milestone=6&title=%5B2.5.0-alpha.1%5D+
What’s new in Codebird “Altofts”?
- This version removes the dependency of the external
sha1.js
file. No more need to care about including two files for your code to work! - Furthermore, you may now load Codebird via a simple require() call (in Node.js or with RequireJS), since the library is now AMD-compatible. For legacy and non-AMD environments, the normal loading via script tag is still supported.
- Various other improvements, like returning the current rate limit for each call, make your work with Codebird easier.
- Also, the Twitter API is contacted directly, if no same-origin policy restrictions apply.
- Finally, Codebird now supports calling undocumented Twitter API methods, if you have permission to access them.
Features missing in this prerelease
- To make learning Codebird easier, we’re working on samples that you can just adopt.
- The final version will support the Streaming API, in addition to the REST API.
Behind the name
Jublo calls its milestone codenames after places in lovely Yorkshire, England.
Altofts is a 6,000 people village in West Yorkshire. In former times, most inhabitants used to work in the coal industry.
2.4.3
2.4.2
Welcome to codebird-js 2.4.2, a bugfix release.
This version fixes a bug with array behavior in iOS.
Thanks to @Aguardientico for spotting and fixing!
2.4.1
Welcome to codebird-js 2.4.1, a bugfix release.
This version fixes a bug with Internet Explorer 7-9 and comma-separated API parameters.
Also, codebird-js now passes JSHint validation.