Skip to content

Commit

Permalink
chore: bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Jul 14, 2014
1 parent c089e08 commit 2aad734
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 329 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.3.1"></a>
# 0.3.1 (2014-07-14)


## Bug Fixes

- don't reject file load with custom file loaders such as requirejs
([91ed522f](https://github.com/ocombe/ocLazyLoad/commit/91ed522f724c3d384146053623bbd1e7c2c86751),
[#33](https://github.com/ocombe/ocLazyLoad/issues/33))


## Features

- auto changelog from commits msg
([c089e085](https://github.com/ocombe/ocLazyLoad/commit/c089e085431d9f1a968e94c78f3c5ac5af71fa72))
- prevent duplicate loadings & add a cache busting param
([5a5d7f10](https://github.com/ocombe/ocLazyLoad/commit/5a5d7f108578fe31c5ca1f7c8dfc2d3bccfd1106),
[#38](https://github.com/ocombe/ocLazyLoad/issues/38))


# 0.3.0 (17 June 2014)

## Features
Expand Down
26 changes: 5 additions & 21 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
{
"name": "ocLazyLoad",
"version": "0.3.0",
"version": "0.3.1",
"description": "Load modules on demand (lazy load) with angularJS",
"main": "dist/ocLazyLoad.min.js",
"homepage": "https://github.com/ocombe/ocLazyLoad",
"authors": [
"Olivier Combe <olivier.combe@gmail.com>"
],
"authors": ["Olivier Combe <olivier.combe@gmail.com>"],
"license": "MIT",
"keywords": [
"lazy load",
"lazy-load",
"load on demand",
"module",
"angular",
"angularJS"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"gulpfile.js",
"package.json"
],
"keywords": ["lazy load", "lazy-load", "load on demand", "module", "angular", "angularJS"],
"ignore": ["**/.*", "node_modules", "bower_components", "src", "gulpfile.js", "package.json"],
"dependencies": {
"angular": "~1.2.20"
}
}
}
Loading

0 comments on commit 2aad734

Please sign in to comment.