Skip to content

Commit faae771

Browse files
committed
v1.0.0
1 parent 82714da commit faae771

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# node-midi Changelog
22

3+
## Version 1.0.0
4+
5+
* Added isPortOpen (nroadley)
6+
* Improve examples in README (Simon Egersand)
7+
* Updated examples to es6 (Amila Welihinda)
8+
* Update mocha (The Repo Nanny)
9+
* Update rtmidi to 4.0.0 (Tim Susa)
10+
* Add license to package.json.
11+
* Use NAN to handle additional differences in modern nodejs versions.
12+
* Change supported nodejs version to 6, 8, 10, 12.
13+
* Better handling of Buffer for stream (jhorology)
14+
* Fixing read stream resume bug (justinjmoses)
15+
* Fix clean up of inputs.
16+
* Exception catching to prevent RtMidi errors crashing the node process (Jeremy Bernstein)
17+
* Split classes into different files.
18+
* Fix capitalisation on the classes.
19+
* Add some documentation about MIDI message formats.
20+
21+
## Version 0.9.5
22+
23+
* Updated RtMidi to most recent version (Szymon Kaliski)
24+
* Updating NAN to the latest version. This allows node 6.2.0 to be used. (Michael Lawrence)
25+
26+
## Version 0.9.4
27+
28+
* Upgrade to nan v2.0 (Julián Duque)
29+
* Call cancelCallback when closing port (Szymon Kaliski)
30+
331
## Version 0.9.3
432

533
* Update NAN version for iojs 2.x support. (Ilkka Myller)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi",
3-
"version": "0.9.5",
3+
"version": "1.0.0",
44
"scripts": {
55
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
66
},

0 commit comments

Comments
 (0)