Skip to content
Snippets Groups Projects
  1. Aug 25, 2017
  2. May 17, 2017
  3. 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
  4. May 01, 2017
  5. Mar 06, 2017
  6. Feb 20, 2017
  7. Feb 15, 2017
  8. Feb 06, 2017
  9. Feb 03, 2017
  10. Feb 02, 2017
  11. Jan 31, 2017
  12. Jan 27, 2017
  13. Jan 24, 2017
  14. Jan 19, 2017
  15. Jan 12, 2017
  16. Jan 09, 2017
  17. Jan 06, 2017
  18. Jan 05, 2017
  19. 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
  20. Sep 27, 2016
  21. Aug 18, 2016
  22. Jul 19, 2016
  23. May 09, 2016
  24. Apr 12, 2016
  25. Mar 30, 2016
  26. Mar 08, 2016
  27. Mar 07, 2016
  28. Jan 25, 2016
Loading