1. 12 Jul, 2016 1 commit
  2. 11 Jul, 2016 2 commits
  3. 07 Jul, 2016 1 commit
    • Romain Courteaud's avatar
      Do not crash during page unload. · cdf44572
      Romain Courteaud authored
      Browser cancels all ajax requests after the beforepageunload event.
      This leads to the global renderJS error handling, which is unpleasant from user point of view.
      cdf44572
  4. 06 Jul, 2016 1 commit
  5. 24 Jun, 2016 1 commit
  6. 21 Jun, 2016 1 commit
  7. 14 Jun, 2016 2 commits
  8. 31 May, 2016 2 commits
  9. 08 Apr, 2016 2 commits
  10. 18 Dec, 2015 1 commit
  11. 21 Aug, 2015 2 commits
  12. 04 Dec, 2014 2 commits
  13. 24 Nov, 2014 1 commit
  14. 20 Nov, 2014 4 commits
  15. 19 Nov, 2014 3 commits
  16. 05 Nov, 2014 3 commits
  17. 18 Sep, 2014 2 commits
  18. 15 Sep, 2014 3 commits
    • Romain Courteaud's avatar
      Release version 0.7.2 · 429eb27e
      Romain Courteaud authored
      429eb27e
    • Romain Courteaud's avatar
      Add service management on gadget. · ad6ab698
      Romain Courteaud authored
      A service is function which is executed outside the promise tree when the
      gadget is attached to the DOM.
      Services are stopped when the gadget is removed from the DOM.
      
      You can declare a service with the "declareService" method, which takes a
      function as parameter.
      
      Service errors are reported to the parent gadget by acquisition on
      "reportServiceError".
      If no gadget catched the service error, the application will crash (document
      body will display the raw error).
      ad6ab698
    • Romain Courteaud's avatar
      Reorder dev dependencies · eea2661b
      Romain Courteaud authored
      eea2661b
  19. 12 Sep, 2014 1 commit
  20. 20 Jun, 2014 1 commit
  21. 23 May, 2014 3 commits
  22. 22 May, 2014 1 commit