otalk / sdp

SDP parsing and serialization utlities
MIT License
46 stars 11 forks source link

v3: move to es6, remove old stuff #70

Closed fippo closed 4 years ago

fippo commented 4 years ago

breaking changes:

first commit follows https://github.com/otalk/rtcpeerconnection-jingle/pull/22

codecov-io commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 6.43%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   92.68%   99.11%   +6.43%     
==========================================
  Files           1        1              
  Lines         369      340      -29     
==========================================
- Hits          342      337       -5     
+ Misses         27        3      -24     
Impacted Files Coverage Δ
sdp.js 99.11% <100.00%> (+6.43%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1cdaaaa...6c27fe1. Read the comment docs.

fippo commented 4 years ago

pondered moving to an es6 module but that isn't ready in node yet.

fippo commented 4 years ago

upstream tests with adapter :heavy_check_mark:

fippo commented 4 years ago

published as 3.0.0 with tag beta