Skip to content

Releases: ocombe/ocLazyLoad

1.1.0 (2017-02-03)

03 Feb 09:18
Compare
Choose a tag to compare

Bug Fixes

  • resolve the loader with created elements
    (3351e44d, #292)
  • ensure CSS loader uses loading patch for PhantomJS 1.9 (54d68e92, #280)

Features

1.0.9 (2015-11-24)

24 Nov 21:33
Compare
Choose a tag to compare

Bug Fixes

Features

1.0.8 (2015-11-02)

02 Nov 14:50
Compare
Choose a tag to compare

Bug Fixes

1.0.7 (2015-11-02)

02 Nov 14:12
Compare
Choose a tag to compare

Bug Fixes

  • requirejs error callback
    (11130942)
  • infinite loop in inject
    (70859980)
  • IE "Invalid calling object" error (attach to DOM and then compile)
    (d99ab925)

1.0.6 (2015-10-01)

01 Oct 19:39
Compare
Choose a tag to compare

Bug Fixes

  • calling inject from loaders should pass the "real" module param
    (953584e8,
    #221)
  • directive compile original contents after dependency is loaded.
    (a48e3ceb,
    #168,
    #194)

1.0.5 (2015-09-11)

11 Sep 10:02
Compare
Choose a tag to compare

Bug Fixes

  • loading a module with dependencies with multiple oc-lazy-load directives
    (098e391b,
    #213)
  • changing semver dependency for Angular
    (30626401,
    #195)

Features

  • optimise signature calls and onInvoke function
    (c56e727e)

1.0.4 (2015-07-30)

30 Jul 21:07
Compare
Choose a tag to compare

Bug Fixes

  • don't let unmet dependencies slip through (thank you unit tests!)
    (23eb666d)
  • don't try to call angular.module on config names
    (52219f92,
    #217, #218)

1.0.3 (2015-07-24)

23 Jul 23:00
Compare
Choose a tag to compare

Bug Fixes

1.0.2 (2015-07-10)

10 Jul 12:27
Compare
Choose a tag to compare

Bug Fixes

  • add extra condition to improve karma testing
    (f0c33aae)

Features

  • add interoperability with CommonJS
    (b0536ad4)

1.0.1 (2015-06-01)

01 Jun 12:21
Compare
Choose a tag to compare

Bug Fixes

  • don't remove filecache for files that were successfully loaded
    (e2ed37c0)