Releases: motiz88/redux-midi
Releases · motiz88/redux-midi
v2.0.2
<a name"2.0.2">
2.0.2 (2016-06-22)
Bug Fixes
- package: Do not publish src, .babelrc, and jsnext:main (40b92d7f)
v2.0.1
<a name"2.0.1">
2.0.1 (2016-06-19)
Bug Fixes
- Support case where global.navigator exists but lacks MIDI API (e6309317)
v2.0.0
<a name"2.0.0">
2.0.0 (2016-06-13)
Breaking Changes
-
makeMidiEnhancer has been removed. It became increasingly difficult to reason about its correctness with respect to other enhancers and particularly user-specified middleware. The new API is a little more verbose but allows the user to place MIDI I/O explicitly in the middleware chain as well as explicitly mount the required reducer into their state tree.
Tests, documentation and the bare-input example are up-to-date.
(afe9a1b0)
v1.0.5
<a name"1.0.5">
1.0.5 (2016-06-04)
Bug Fixes
- enhancer: Pick up on actions created by later middleware (a8149a16)
v1.0.4
<a name"1.0.4">
1.0.4 (2016-06-04)
Bug Fixes
- enhancer: Don't blow up when Web MIDI API unavailable (a9348b98)
- package: Build before publish (446480c0)
v1.0.3
<a name"1.0.3">
1.0.3 (2016-05-31)
Bug Fixes
- makeMidiEnhancer should accept zero arguments too (ee6d3fc1)
v1.0.2
<a name"1.0.2">
1.0.2 (2016-05-30)
Bug Fixes
- package: Set package.json "files" and "main" correctly (6f4c1593)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-05-30)
Bug Fixes
- package: Build before release (cc449c8d)
Features
- 1.0.0, begin semantic-release cycle (0c8777ff)