kmoe / crypto-chat

:lock_with_ink_pen: encrypted chat using Redux and the Web Crypto API
http://kmoe.github.io/crypto-chat/
MIT License
28 stars 3 forks source link

Consider updating to Redux 1.0 RC #4

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

Redux 1.0 RC is out with breaking changes. No further API changes are expected in 1.0 so it may be a good time to port the example to 1.0 RC (in a branch). We will release 1.0 when the docs are ready.

You can find the comprehensive list of the changes in 1.0 RC against 1.0 alpha in the Redux 1.0 RC release notes. If you haven't ported to alpha yet, you'll need to apply changes from 0.12 to alpha first.

Thank you! Please make sure to report any issues so we can release a stable 1.0.

kmoe commented 9 years ago

Thanks, I'll do this asap.