Skip to content

Commit 43b547d

Browse files
committed
Stable Version 4.3.0.
Closes #189
1 parent 9ba0574 commit 43b547d

File tree

11 files changed

+1257
-1981
lines changed

11 files changed

+1257
-1981
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
##### 4.2.2 1 July 2015
1+
##### 4.3.0 06 July 2015
2+
3+
- #189 - Extracted non-angular code.
4+
5+
##### 4.2.2 01 July 2015
26

37
###### Backwards compatible bug fixes
48
- #165 - storageMode does not inherits from defaults
59

6-
##### 4.2.1 1 July 2015
10+
##### 4.2.1 01 July 2015
711

812
Upgraded dependencies
913
Better CommonJS interop

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = function (grunt) {
9595
singleRun: false
9696
},
9797
min: {
98-
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
98+
browsers: ['Chrome', 'Firefox'],
9999
options: {
100100
files: [
101101
'bower_components/angular-1.2.25/angular.js',

0 commit comments

Comments
 (0)