v0.6.0
Restores the backward compatibility with Clappr 0.2.x and make it work again with latest.
Major changes :
Playback rates are internally handled as Number
Added player external interface getPlaybackRate and setPlaybackRate methods
Removed MEDIACONTROL_PLAYBACKRATE from #3 (supersede by external interface)
upgraded all dependencies to latests (Webpack to v4)
Added code lint npm tasks (npm run lint)
Added local dev. server npm task (npm start)
To compile unminified es5 : npm run build
To compile minified es5 : npm run dist
Added release npm task to run lint and compile all (npm run release)
Updated documentation
Thank you @kslimani