Skip to content

Commit f35f793

Browse files
committed
chore: bump to 0.3.7
1 parent 5010d14 commit f35f793

7 files changed

Lines changed: 23 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.3.7"></a>
2+
# 0.3.7 (2014-09-10)
3+
4+
5+
## Bug Fixes
6+
7+
- don't reload a dependency that was just loaded
8+
([6752bb94](https://github.com/ocombe/ocLazyLoad/commit/6752bb948093f196311572530d814231dc2dcd3a),
9+
[#64](https://github.com/ocombe/ocLazyLoad/issues/64))
10+
11+
12+
## Features
13+
14+
- new event ocLazyLoad.moduleReloaded
15+
([5010d144](https://github.com/ocombe/ocLazyLoad/commit/5010d144d1b250424be2bcfa98faf50c6782bf96))
16+
17+
118
<a name="0.3.6"></a>
219
# 0.3.6 (2014-09-02)
320

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oclazyload",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Load modules on demand (lazy load) with angularJS",
55
"main": "dist/ocLazyLoad.min.js",
66
"homepage": "https://github.com/ocombe/ocLazyLoad",

dist/ocLazyLoad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* oclazyload - Load modules on demand (lazy load) with angularJS
3-
* @version v0.3.6
3+
* @version v0.3.7
44
* @link https://github.com/ocombe/ocLazyLoad
55
* @license MIT
66
* @author Olivier Combe <olivier.combe@gmail.com>

dist/ocLazyLoad.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/example1/js/ocLazyLoad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* oclazyload - Load modules on demand (lazy load) with angularJS
3-
* @version v0.3.6
3+
* @version v0.3.7
44
* @link https://github.com/ocombe/ocLazyLoad
55
* @license MIT
66
* @author Olivier Combe <olivier.combe@gmail.com>

examples/example2/js/ocLazyLoad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* oclazyload - Load modules on demand (lazy load) with angularJS
3-
* @version v0.3.6
3+
* @version v0.3.7
44
* @link https://github.com/ocombe/ocLazyLoad
55
* @license MIT
66
* @author Olivier Combe <olivier.combe@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oclazyload",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Load modules on demand (lazy load) with angularJS",
55
"main": "dist/ocLazyLoad.min.js",
66
"author": "Olivier Combe <olivier.combe@gmail.com>",

0 commit comments

Comments
 (0)