1. 31 May, 2016 2 commits
  2. 08 Apr, 2016 2 commits
  3. 18 Dec, 2015 1 commit
  4. 21 Aug, 2015 2 commits
  5. 04 Dec, 2014 2 commits
  6. 24 Nov, 2014 1 commit
  7. 20 Nov, 2014 4 commits
  8. 19 Nov, 2014 3 commits
  9. 05 Nov, 2014 3 commits
  10. 18 Sep, 2014 2 commits
  11. 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
  12. 12 Sep, 2014 1 commit
  13. 20 Jun, 2014 1 commit
  14. 23 May, 2014 3 commits
  15. 22 May, 2014 4 commits
  16. 21 May, 2014 1 commit
    • Romain Courteaud's avatar
      Release version 0.7.0 · a0e2a30a
      Romain Courteaud authored
      Drop EventTarget support on Gadget.
      Add declareAcquiredMethod, allowPublicAcquisition.
      Prefix attribute non part of the API by __. Such method/property can be rename
      in next versions without any compatibility support.
      Use base element in iframe to get the same link behaviour with or without
      iframe.
      a0e2a30a
  17. 22 Apr, 2014 2 commits
  18. 16 Apr, 2014 1 commit
  19. 14 Apr, 2014 2 commits