Skip to content

Latest commit

 

History

History
161 lines (107 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

161 lines (107 loc) · 5.95 KB

Giggle.js Changelog

Here's the log of what has changed over the Giggle.js releases.

v0.8.2 (Feb 28, 2016)

  • In a nutshell
    • Maintenance release @valeriansaliou

v0.8.1 (Mar 12, 2015)

  • In a nutshell
    • Fix Chrome SSRC errors that were occuring frequently @valeriansaliou

v0.8.0 (Mar 11, 2015)

  • In a nutshell
    • JSJaCJingle.js is now Giggle.js @valeriansaliou
    • Pluggability module to other XMPP libraries @valeriansaliou

v0.7.6 (Oct 13, 2014)

  • In a nutshell
    • XEP-0353 (full support) @valeriansaliou
    • WebRTC SDP messages parsing fixed for Chrome 38+ @valeriansaliou

v0.7.5 (Oct 3, 2014)

  • In a nutshell
    • CI links updated @valeriansaliou

v0.7.4 (Aug 7, 2014)

  • In a nutshell
    • NodeJS dependencies updated (fixes broken installer) @valeriansaliou

v0.7.3 (Jul 23, 2014)

  • In a nutshell
    • Participant stream custom handlers added to GiggleMuji @valeriansaliou

v0.7.2 (Jul 23, 2014)

  • In a nutshell
    • Stream custom handlers added to GiggleSingle @valeriansaliou

v0.7.1 (Jul 19, 2014)

  • In a nutshell
    • Quick build task added to Gruntfile @valeriansaliou

v0.7.0 (Jun 24, 2014)

  • In a nutshell

    • Library API changed to support both Single (one-to-one) + Muji (one-to-many) calls @valeriansaliou
    • Refactored library structure to be more maintenable (using Ring.js + GruntJS + Bower) @valeriansaliou
    • Code documented using JSDoc @valeriansaliou
  • XEP added

    • XEP-0177 (full support) @valeriansaliou
    • XEP-0249 (full support) @valeriansaliou
    • XEP-0272 (full support) @valeriansaliou
    • XEP-0278 (partial support) @valeriansaliou
    • XEP-0338 (full support) @valeriansaliou
    • XEP-0339 (full support) @valeriansaliou

v0.6.0 (Dec 26, 2013)

  • In a nutshell
    • Firefox compatibility @valeriansaliou
    • Safer stanza custom handler helpers @valeriansaliou
    • More precise SDP debugging @valeriansaliou
    • Tests for CI added @valeriansaliou
    • XEPs support file @valeriansaliou

v0.5.0 (Jul 15, 2013)

  • In a nutshell
    • Fix video in Chrome 31+ loaded callback (doubling, tripling, and so forth) bug fixed @valeriansaliou
    • XEP support file listing implemented protocols and specifications @valeriansaliou
    • Fix wrong SDP ID/Label which was breaking some clients @valeriansaliou
    • Cross-browser compatibility between Chrome and Firefox @valeriansaliou
    • Firefox compatibility

v0.4.0 (Jul 13, 2013)

  • In a nutshell
    • Better code debugging for issue reporting @valeriansaliou
    • A lot of bugfixes @valeriansaliou
    • transport-info support (add transports after descriptions are sent) @valeriansaliou
    • Audio-only calls support @valeriansaliou
    • Configurable video (resolution, framerate, bandwidth) @valeriansaliou
    • Video resolution is sent to other peer in the Jingle stanza @valeriansaliou
    • More robust content naming system (if name != media) @valeriansaliou
    • Screen sharing support (still experimental, requires Chrome v26+ and proper flag enabled) @valeriansaliou

v0.3.0 (Jul 6, 2013)

  • In a nutshell

    • Ability to attach more video views as the call is going on using Giggle.register_view() @valeriansaliou
  • XEP added XEP-0262 (full support) @valeriansaliou

v0.2.0 (Jul 2, 2013)

  • In a nutshell
    • Complex code split in separate functions @valeriansaliou
    • Router fixes (some packets were dropped) @valeriansaliou
    • Full integration debug, improvements on that side @valeriansaliou

v0.1.0 (Jun 27, 2013)

  • In a nutshell

    • Initial release @valeriansaliou
    • Ability to videochat with another peer @valeriansaliou
    • Working test client @valeriansaliou
  • XEP added

    • XEP-0166 (partial support) @valeriansaliou
    • XEP-0167 (partial support) @valeriansaliou
    • XEP-0176 (full support) @valeriansaliou
    • XEP-0293 (full support) @valeriansaliou
    • XEP-0294 (full support) @valeriansaliou
    • XEP-0320 (full support) @valeriansaliou

For more information about what changed through time, check the changes made to our source code on GitHub: https://github.com/valeriansaliou/giggle/commits/master