- Align Fable.Core version to 3.2.8 for all of fable-browser packages
- Add
tagsto make binding displayed on Fable.Packages
- Add Global attribute to global interfaces @chkn
- Downgrade FSharp.Core to 4.7.2
- Downgrade FSharp.Core to 4.7.2
- Release a new version because one of the dependencies had the licence information missing
- Add licence to Nuget package @nojaf
- Add more stat properties to
RTCInboundRtpStreamStatsandRTCOutboundRtpStreamStats - Add
SdpSemanticsenum RTCIceCandidateStats.relayProtocolaccepts onlytcp/tlsorudpso it could be specified asRTCRelayProtocolinstead of a string. @MNie
- update
RTCIceCredentialTypeprior RFC 7635 fromtokentooauth.
RTCIceCandidateStats.protocolaccepts onlyudportcpso it could be specified asRTCIceProtocolinstead of a string. @MNie
- Fix
RTCRtpReceiver.getStatesshould be aRTCRtpReceiver.getStats
- First stable release
- Fix
RTCIceCandidate.ipas string option - Fix
RTCRtpSender.setStreamsshould return a promise - Fix
RTCPeerConnection.setLocalDescriptionparameter is mandatory - Fix
RTCPeerConnection.setRemoteDescriptionparameter is mandatory - Fix
RTCPeerConnection.addIceCandidateparameter is mandatory - Fix
RTCPeerConnection.addTrackstream parameter is an array ofMediaStream - Fix
RTCPeerConnection.addTransceiverinit parameter is type of typeRTCRtpTransceiverInit
- First release