Skip to content

Commit ad5a61a

Browse files
committed
0.7.7
1 parent e317e74 commit ad5a61a

File tree

9 files changed

+105
-25246
lines changed

9 files changed

+105
-25246
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"debug" : false, // true: Allow debugger statements e.g. browser breakpoints.
4040
"eqnull" : false, // true: Tolerate use of `== null`
4141
"es5" : false, // true: Allow ES5 syntax (ex: getters and setters)
42-
"esnext" : false, // true: Allow ES.next (ES6) syntax (ex: `const`)
42+
"esnext" : true, // true: Allow ES.next (ES6) syntax (ex: `const`)
4343
"moz" : false, // true: Allow Mozilla specific syntax (extends and overrides esnext features)
4444
// (ex: `for each`, multiple try/catch, function expression…)
4545
"evil" : false, // true: Tolerate use of `eval` and `new Function()`

BUILDING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ $ npm install
3535

3636
Finally, run `gulp dist` (or just `gulp`) to get:
3737

38-
* `dist/jssip-X.Y.Z.js`: uncompressed version of JsSIP.
39-
* `dist/jssip-X.Y.Z.min.js`: compressed version of JsSIP.
40-
* `dist/jssip.js`: copy of the compressed file.
38+
* `dist/jssip.js`: uncompressed version of JsSIP.
39+
* `dist/jssip.min.js`: compressed version of JsSIP.
4140

4241
```bash
4342
$ gulp dist

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
Version 0.7.7 (released in 2015-10-05)
5+
---------------------------------------
6+
7+
* `RTCSession`: Add "sending" event to outgoing, a good chance for the app to mangle the INVITE or its SDP offer.
8+
9+
410
Version 0.7.6 (released in 2015-09-29)
511
---------------------------------------
612

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jssip",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "the Javascript SIP library",
55
"main": "dist/jssip.js",
66
"homepage": "http://jssip.net",

0 commit comments

Comments
 (0)