Skip to content

Releases: motiz88/redux-midi

v2.0.2

22 Jun 20:04
Compare
Choose a tag to compare

<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

19 Jun 12:49
Compare
Choose a tag to compare

<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

13 Jun 05:46
Compare
Choose a tag to compare

<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

04 Jun 21:35
Compare
Choose a tag to compare

<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

04 Jun 10:06
Compare
Choose a tag to compare

<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

31 May 10:39
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-05-31)

Bug Fixes

  • makeMidiEnhancer should accept zero arguments too (ee6d3fc1)

v1.0.2

30 May 23:52
Compare
Choose a tag to compare

<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

30 May 23:42
Compare
Choose a tag to compare

<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)