1. 29 Aug, 2016 1 commit
  2. 25 Aug, 2016 1 commit
  3. 24 Aug, 2016 2 commits
  4. 23 Aug, 2016 1 commit
  5. 04 Aug, 2016 1 commit
  6. 17 Jun, 2016 1 commit
  7. 13 Jun, 2016 3 commits
  8. 07 Jun, 2016 1 commit
  9. 04 Jun, 2016 1 commit
  10. 03 Jun, 2016 2 commits
  11. 02 Jun, 2016 3 commits
  12. 23 May, 2016 1 commit
  13. 21 May, 2016 1 commit
  14. 09 May, 2016 1 commit
  15. 04 May, 2016 1 commit
  16. 27 Apr, 2016 1 commit
  17. 21 Apr, 2016 1 commit
  18. 20 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Hide routes from the API when they're not needed. (#3431) · 1b9476c4
      Ian Hickson authored
      The 'routes' table is a point of confusion with new developers. By
      providing a 'home' argument that sets the '/' route, we can delay the
      point at which we teach developers about 'routes' until the point where
      they want to have a second route.
      1b9476c4
  19. 12 Apr, 2016 1 commit
  20. 04 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c
  21. 25 Mar, 2016 1 commit
  22. 14 Mar, 2016 1 commit
  23. 13 Mar, 2016 1 commit
  24. 12 Mar, 2016 1 commit
  25. 09 Feb, 2016 1 commit