1.0.0 (2015-05-29)
This is finally the release 1.0.0 ! Thanks a lot to all the people who helped me by reporting bugs or (even better) doing PRs.
Bug Fixes
- use parent element instead of head to insert files in native loaded
(ad4276a3,
#164) - don't compile text nodes in the directive
(8900e493,
#168) - files cache should be cleaned upon resolution of the promise
(9a186c93,
#189) - reject promise when calling 'load' instead of 'inject'
(31595472,
#147) - make inject work as a standalone function when no params are given
(499bd72d,
#171) - guard against null-refs when parsing Safari user-agents
(818aa5d0,
#188) - checking if we're not registering a component with a reserved name (such at
toString
)
(7362ca49,
#184)