Skip to content

Releases: webrtcHacks/adapter

Fix bower.json

23 Feb 10:41
Compare
Choose a tag to compare
Merge pull request #205 from webrtc/fixBower

Fix bower version, main path and moduleType

Adapter refactoring

23 Feb 08:08
Compare
Choose a tag to compare

This is major refactor release.

Each browser shim now has it's own file (chromeShim, edgeShim etc), the shimmed API's has explicit methods (shimGetUserMedia etc) and shared logic is put in a utils.js file. Also, it can used as a commonJS/requireJS module or instead use the browserified artifacts.

The browser selection logic is in handled in adapter-core.js.

This should make it easier to make changes and adding more browser shims in the future.

One caveat, It's not thoroughly tested with other modules, please let us know if it doesn't work together with some modules.

Fix Detection of RTCIceGatherer broken in Edge

29 Jan 14:48
Compare
Choose a tag to compare
Merge pull request #174 from webrtc/bumpTo0.2.9

Bump to version 0.2.9

Use explicit reference to window.RTCPeerConnection for require context

20 Jan 13:45
Compare
Choose a tag to compare

Microsoft Edge shim support

18 Jan 14:12
Compare
Choose a tag to compare

This has the proper version and copyright year updated.

Microsoft Edge shim support (do not use)

18 Jan 13:48
Compare
Choose a tag to compare
Merge pull request #160 from webrtc/fixTests

Add browser version check in the webdriver creation step

v0.2.5

22 Oct 07:34
Compare
Choose a tag to compare
Merge pull request #149 from webrtc/updateTravis

Bump to version 0.2.5 and update travis-multirunner

v.0.2.4

05 Oct 08:47
Compare
Choose a tag to compare
Merge pull request #139 from webrtc/bumpToVersion0.2.4

Bump to version 0.2.4

v0.2.3

14 Aug 14:30
Compare
Choose a tag to compare
Merge pull request #123 from webrtc/bumpVersionTo0.2.3

Bump to version 0.2.3

v0.2.1

03 Aug 17:02
Compare
Choose a tag to compare

v0.2.0 had an issue which prevented it from being installed properly as a dependency.