Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit ff6f952

Browse files
committed
chore(*): release 0.3.0
1 parent a402243 commit ff6f952

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.3.0 - 2015-08-08
4+
- Only load items once ([#10](https://github.com/urish/angular-load/pull/10), contributed by [dougmoscrop](https://github.com/dougmoscrop))
5+
36
## 0.2.0 - 2014-08-27
47
- Change module name to `angularLoad` ([#2](https://github.com/urish/angular-load/issues/2))
58
- Add IE8 support ([#4](https://github.com/urish/angular-moment/pull/4), contributed by [zlalanne](https://github.com/zlalanne))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ angular-load
33

44
Dynamically load scripts and css stylesheets in your Angular.JS app.
55

6-
Copyright (C) 2014, Uri Shaked <uri@urish.org>
6+
Copyright (C) 2014, 2015, Uri Shaked <uri@urish.org>
77

88
[![Build Status](https://travis-ci.org/urish/angular-load.png?branch=master)](https://travis-ci.org/urish/angular-load)
99
[![Coverage Status](https://coveralls.io/repos/urish/angular-load/badge.png)](https://coveralls.io/r/urish/angular-load)

angular-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* angular-load.js / v0.2.0 / (c) 2014 Uri Shaked / MIT Licence */
1+
/* angular-load.js / v0.3.0 / (c) 2014, 2015 Uri Shaked / MIT Licence */
22

33
(function () {
44
'use strict';

bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "angular-load",
3-
"version": "0.2.0",
43
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
54
"author": "Uri Shaked",
65
"license": "MIT",
76
"homepage": "http://github.com/urish/angular-load",
87
"main": "./angular-load.js",
98
"dependencies": {
10-
"angular": ">=1.0.0 <1.4.0"
9+
"angular": ">=1.0.0 <1.5.0"
1110
},
1211
"devDependencies": {
13-
"angular-mocks": "1.3.x"
12+
"angular-mocks": "1.4.x"
1413
},
1514
"repository": {
1615
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-load",
33
"main": "angular-load.js",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"repository": {
66
"type": "git",
77
"url": "http://github.com/urish/angular-load.git"

0 commit comments

Comments
 (0)