1. 04 Dec, 2014 2 commits
  2. 24 Nov, 2014 1 commit
  3. 20 Nov, 2014 4 commits
  4. 19 Nov, 2014 3 commits
  5. 05 Nov, 2014 3 commits
  6. 18 Sep, 2014 2 commits
  7. 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
  8. 12 Sep, 2014 1 commit
  9. 20 Jun, 2014 1 commit
  10. 23 May, 2014 3 commits
  11. 22 May, 2014 4 commits
  12. 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
  13. 22 Apr, 2014 2 commits
  14. 16 Apr, 2014 1 commit
  15. 14 Apr, 2014 3 commits
  16. 11 Apr, 2014 3 commits
  17. 08 Apr, 2014 2 commits
  18. 07 Apr, 2014 1 commit