14 Commits

Author SHA1 Message Date
Firebase Operations
ba9578e4dd [firebase-release] Updated ReactFire to 0.2.0 2014-09-04 06:21:10 +00:00
jacobawenger
e675e05f72 Updated dependency versions in package.json and bower.json 2014-09-03 22:31:50 -07:00
jacobawenger
c54a574d11 Replaced XXX_VERSION_XXX with 0.0.0
Using `XXX_VERSION_XXX` in the package.json caused `npm install` to
fail. So I’m replacing it with 0.0.0 which will allow `npm install` to
work and still be easy to replace during the deploy process.
2014-08-24 01:33:48 -07:00
jacobawenger
0c726ef287 Repo cleanup to comply with new catapult deploy process
- Added /dist/ folder to `.gitignore`
- Replaced references to version number with `XXX_VERSION_XXX`
- Replaced all-release `CHANGELOG.md` with per-release `changelog.txt`
- Removed `release.sh` script
- Added build task to `gulpfile.js`
- Updated `npm test` to build the distribution files before testing
- Updated the dist file header and made it preserved across both
minified and unmagnified files
2014-08-24 01:02:21 -07:00
jacobawenger
60be3e9775 Updated several fields in package.json and bower.json 2014-07-10 11:58:06 -07:00
jacobawenger
07915fa349 Updated bower.json author 2014-07-02 13:44:32 -07:00
jacobawenger
9d51a216f3 Fixed issue with limit() queries and added test suite
- Fixed issue when binding to Firebase limit() query
- Added error checking
- Added basic test suite
- Added travis integration
- Updated README
- Added limit query to todoApp demo
2014-06-29 14:17:39 -07:00
jacobawenger
5cbe9d7fb6 Bumping version number to 0.1.5 for new isArray() function 2014-05-23 21:49:24 -07:00
jacobawenger
9bbe56e368 Added node.js support 2014-05-13 08:29:19 -07:00
jacobawenger
0c02deccd2 Fixed v0.1.3 release data in change log 2014-05-03 17:30:01 -07:00
jacobawenger
d9b3d13a27 Fixed typo in bower.json. 2014-05-02 11:22:48 -07:00
jacobawenger
3ef7d74d11 Better implementation of _isArray() and _toArray() helpers within ReactFireMixin. 2014-05-02 11:14:46 -07:00
jacobawenger
afc529856b Added ReactFire to bower and now reference it from todoApp example. Cleaned up todoApp example directory. 2014-04-30 19:16:48 -07:00
jacobawenger
e018314b3b Started using bower and cleaned up file references 2014-04-30 19:00:18 -07:00