Skip to content

v0.14.0

Compare
Choose a tag to compare
@n6g7 n6g7 released this 16 Jun 20:19
· 662 commits to master since this release
4996502

Redux-Saga v1.0.0-beta support!

This release includes several breaking changes.

Updates

  • (breaking) The library is now transpiled using babel v7. The outputed files are very close to what v6 generated and no bug was detected during testing, however this is still considered a potentially breaking change. Thanks, @sarovin! 🎉
  • (breaking) Redux-saga has been moved from a regular dependency to a peer dependency. This will ensure we use the client's redux-saga installation and enable support for support for redux-saga v1.0.0-beta.
  • database.channel(path, event, buffer) now accepts an optional third argument, buffer, which defaults to buffers.none(). Thanks @ryansully! 🎉
  • firestore.channel(pathOrRef, type, buffer) now accepts an optional third argument, buffer, which defaults to buffers.none(). Thanks @ryansully! 🎉

Additions