Skip to content

Commit 2c94247

Browse files
committed
Stable Version 1.0.0.
1 parent 3f44321 commit 2c94247

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0 - 03 February 2015
2+
3+
Stable Version 1.0.0
4+
15
##### 1.0.0-beta.1 - 10 January 2015
26

37
Now in beta.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
6666

6767
The MIT License (MIT)
6868

69-
Copyright (c) 2014 Jason Dobry
69+
Copyright (c) 2014-2015 Jason Dobry
7070

7171
Permission is hereby granted, free of charge, to any person obtaining a copy
7272
of this software and associated documentation files (the "Software"), to deal

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "http://www.pseudobry.com",
1212
"email": "[email protected]"
1313
},
14-
"main": "./dist/js-data-firebase.min.js",
14+
"main": "./dist/js-data-firebase.js",
1515
"ignore": [
1616
".idea/",
1717
".*",
@@ -29,7 +29,7 @@
2929
"karma.start.js"
3030
],
3131
"dependencies": {
32-
"js-data": "~1.0.x",
32+
"js-data": ">=1.0.0",
3333
"firebase": "~1.1.x"
3434
}
3535
}

dist/js-data-firebase.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file js-data-firebase.js
4-
* @version 1.0.0-beta.1 - Homepage <http://www.js-data.iojs-data-firebase/>
4+
* @version 1.0.0 - Homepage <http://www.js-data.iojs-data-firebase/>
55
* @copyright (c) 2014 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-firebase/blob/master/LICENSE>
77
*
@@ -164,7 +164,6 @@ if (!JSData) {
164164
var emptyStore = new JSData.DS();
165165
var DSUtils = JSData.DSUtils;
166166
var deepMixIn = DSUtils.deepMixIn;
167-
var makePath = DSUtils.makePath;
168167
var filter = emptyStore.defaults.defaultFilter;
169168
var values = require('mout/object/values');
170169
var P = DSUtils.Promise;

dist/js-data-firebase.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-firebase",
33
"description": "Firebase adapter for js-data.",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"homepage": "http://www.js-data.io/docs/dsfirebaseadapter",
66
"repository": {
77
"type": "git",
@@ -29,9 +29,9 @@
2929
"main": "./src/index.js",
3030
"devDependencies": {
3131
"grunt": "0.4.5",
32-
"grunt-browserify": "3.2.1",
32+
"grunt-browserify": "3.3.0",
3333
"grunt-contrib-clean": "0.6.0",
34-
"grunt-contrib-jshint": "0.10.0",
34+
"grunt-contrib-jshint": "0.11.0",
3535
"grunt-contrib-uglify": "0.7.0",
3636
"grunt-contrib-watch": "0.6.1",
3737
"grunt-karma": "0.10.1",
@@ -47,14 +47,14 @@
4747
"karma-sinon": "1.0.4",
4848
"karma-spec-reporter": "0.0.16",
4949
"time-grunt": "1.0.0",
50-
"jit-grunt": "0.9.0"
50+
"jit-grunt": "0.9.1"
5151
},
5252
"scripts": {
5353
"test": "grunt test"
5454
},
5555
"dependencies": {
5656
"mout": "0.11.0",
57-
"js-data": "^1.0.0-beta.1",
57+
"js-data": ">=1.0.0",
5858
"firebase": "~2.1.x"
5959
}
6060
}

0 commit comments

Comments
 (0)