Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
    • Natalie Weizenbaum's avatar
      Fix a StreamQueue bug (#44) · f500b185
      Natalie Weizenbaum authored
      Previously, StreamQueueTransaction assumed that its request was the
      oldest request in the queue at the time at which it was committed or
      rejected. This assumption wasn't always correct, and this change
      avoids making it.
      2.0.3
      f500b185
  2. Jan 02, 2018
  3. Oct 19, 2017
  4. Oct 03, 2017
  5. Sep 22, 2017
  6. Aug 25, 2017
  7. May 17, 2017
  8. May 16, 2017
    • Florian Loitsch's avatar
      Make `TypeSafeStream` extend `Stream`. · daf66909
      Florian Loitsch authored
      This makes it automatically compatible with future additions to `Stream`,
      like the `groupBy` method which will be added in SDK version 1.24.
      It inherits the default implementation, which will use the `listen` method
      of the `TypeSafeStream`, returning a `TypeSafeStreamSubscription`, and will
      just have a type check for each event before the listener even sees it.
      
      BUG=
      R=floitsch@google.com
      
      Review-Url: https://codereview.chromium.org//2872233002 .
      daf66909
  9. May 01, 2017
  10. Mar 06, 2017
  11. Feb 20, 2017
  12. Feb 15, 2017
  13. Feb 06, 2017
  14. Feb 03, 2017
  15. Feb 02, 2017
  16. Jan 31, 2017
  17. Jan 27, 2017
  18. Jan 24, 2017
  19. Jan 19, 2017
  20. Jan 12, 2017
  21. Jan 09, 2017
  22. Jan 06, 2017
  23. Jan 05, 2017
  24. Oct 21, 2016
    • Nate Bosch's avatar
      Change signature of methods overriding Future.then (#7) · 302cafcf
      Nate Bosch authored
      The signature is:
      Future<T>.then (<S>((T) → dynamic, {onError: Function}) → Future<S>)
      
      Use `dynamic` rather than leave off the type to future proof against
      --no-implicit-dynamic
      
      Constrain SDK to version which includes this signature for Future
      1.11.3
      302cafcf
  25. Sep 27, 2016
Loading