1 |
3a515b92
|
cagy
|
### 0.1.3 / 2017-11-11
|
2 |
|
|
|
3 |
|
|
* Accept extension names and parameters including uppercase letters
|
4 |
|
|
* Handle extension names that clash with `Object.prototype` properties
|
5 |
|
|
|
6 |
|
|
### 0.1.2 / 2017-09-10
|
7 |
|
|
|
8 |
|
|
* Catch synchronous exceptions thrown when calling an extension
|
9 |
|
|
* Fix race condition caused when a message is pushed after a cell has stopped
|
10 |
|
|
due to an error
|
11 |
|
|
* Fix failure of `close()` to return if a message that's queued after one that
|
12 |
|
|
produces an error never finishes being processed
|
13 |
|
|
|
14 |
|
|
### 0.1.1 / 2015-02-19
|
15 |
|
|
|
16 |
|
|
* Prevent sessions being closed before they have finished processing messages
|
17 |
|
|
* Add a callback to `Extensions.close()` so the caller can tell when it's safe
|
18 |
|
|
to close the socket
|
19 |
|
|
|
20 |
|
|
### 0.1.0 / 2014-12-12
|
21 |
|
|
|
22 |
|
|
* Initial release
|