jacobawenger
efbbb98d61
Changed test URL back to demo
...
The POODLE issue has been resolved
2014-10-23 10:38:45 -07:00
Jenny Tong
c13e4aa6fd
Merge pull request #23 from firebase/jw-tests
...
Fixed broken test suite
2014-10-23 04:21:03 -07:00
jacobawenger
86d92620ca
Minor cleanup in common spec file
2014-10-22 23:01:35 -07:00
jacobawenger
b4909cc02f
Changed test Firebase to a production Firebase
...
This fixed an issue running the test suite in Firefox
2014-10-22 22:55:33 -07:00
Jenny Tong
98213f2969
Merge pull request #22 from firebase/jw-main
...
LGTM :) merging
2014-10-22 15:42:18 -07:00
jacobawenger
61424f2092
Cleaned up karma configuration files
2014-10-22 15:17:23 -07:00
jacobawenger
100216a854
Fixed typo in gulpfile
2014-10-22 15:14:15 -07:00
jacobawenger
8c2c93cb90
Removed unneeded comments in karma configuration files
2014-10-22 15:11:03 -07:00
jacobawenger
e7dae19d9f
Fixed broken test suite
2014-10-22 15:10:45 -07:00
jacobawenger
ea038ed458
Changed main in package.json and bower.json to unminified file
2014-10-22 14:45:10 -07:00
jacobawenger
6de541060d
Updated UMD definition
...
As per this PR: https://github.com/umdjs/umd/pull/22
2014-10-19 13:07:09 -07:00
Firebase Operations
ea56a82088
[firebase-release] Removed changelog and distribution files after releasing ReactFire 0.3.0
2014-10-17 23:15:41 +00:00
Firebase Operations
b3538917ee
[firebase-release] Updated ReactFire to 0.3.0
v0.3.0
2014-10-17 23:15:32 +00:00
Jenny Tong
4c942c22ed
Merge pull request #18 from firebase/jw-changelog-and-deps
...
Added v0.3.0 change log and updated Firebase dependency
2014-10-17 12:57:43 -07:00
jacobawenger
f54cae456c
Added v0.3.0 change log and updated Firebase dependency
2014-10-17 11:45:25 -07:00
jacobawenger
4bcbcbac72
Cleaned up linting errors
2014-10-17 11:35:46 -07:00
Jacob Wenger
71d3907f5d
Merge pull request #17 from insin/umd
...
Make ReactFireMixin browserifyable
2014-10-17 11:33:00 -07:00
Jonathan Buchanan
3917e75803
Make ReactFireMixin browserifyable
...
The curent build footer export won't export anything when ReactFireMixin is browserified.
Replacing the build header & footer with standard UMD boilerplate will fix this and also make it usable for AMD users.
2014-10-09 11:40:31 +01:00
Jenny Murphy
2101ae81af
Merge pull request #16 from firebase/jw-testing
...
Improved test coverage
2014-09-17 12:29:16 -07:00
jacobawenger
36b01f9cf5
Added error codes to all errors and updated test suite
2014-09-17 11:54:02 -07:00
jacobawenger
9a84bff4d7
Updated change log for upcoming 0.2.1 release
2014-09-13 18:56:39 -07:00
jacobawenger
3fe583a529
Fixed issue with second _bind() test
2014-09-13 18:50:15 -07:00
jacobawenger
25f9b59b03
Improved test coverage
...
- Got rid of JSXTransformer in test suite since it is not needed
- Simplified firebaseRef validation (we ran into a Node bug with this
old validation in GeoFire so we should change it here as well)
- Added a bunch of tests to improve code coverage
- Simplified existing tests
2014-09-13 18:48:10 -07:00
jacobawenger
fcee54c729
Travis now fails build if linting fails
2014-09-13 15:56:34 -07:00
jacobawenger
d926873294
Updated README with links to new Firebase docs
2014-09-13 15:14:15 -07:00
jacobawenger
b74a5aebda
Updated wording in Todo app example
2014-09-04 00:04:41 -07:00
jacobawenger
db12b27dbb
Cleaned up Todo App example
2014-09-04 00:03:47 -07:00
jacobawenger
8f62692c1b
Upgraded examples to ReactFire 0.2.0 and updated their READMEs
2014-09-03 23:49:31 -07:00
Firebase Operations
15f19b1d03
[firebase-release] Removed changelog and distribution files after releasing ReactFire 0.2.0
2014-09-04 06:21:15 +00:00
Firebase Operations
ba9578e4dd
[firebase-release] Updated ReactFire to 0.2.0
v0.2.0
2014-09-04 06:21:10 +00:00
jacobawenger
50db91d5ff
Added change log for v0.2.0
2014-09-03 23:14:41 -07:00
jacobawenger
d53f486b00
Integrated with Coveralls code coverage
2014-09-03 22:43:38 -07:00
jacobawenger
e6f6d877bd
Renamed source and spec files
2014-09-03 22:40:37 -07:00
jacobawenger
dc7697a430
Updated karma test reporters
2014-09-03 22:37:19 -07:00
jacobawenger
e675e05f72
Updated dependency versions in package.json and bower.json
2014-09-03 22:31:50 -07:00
Jacob Wenger
8dcfa7df9d
Merge pull request #14 from danielmahal/patch-1
...
Allow multiple listeners for identical paths
2014-09-03 22:18:31 -07:00
jacobawenger
32024384bb
Add "react-component" keyword to get added to React Components search
...
http://react-components.com/
2014-09-03 22:11:32 -07:00
danielmahal
a3ced1f25c
Allow multiple listeners for identical paths
...
The current version of ReactFire doesn't cope well with listening to the same path in multiple components. This is because the listener reference from `ref.on('value')` is never stored, and thus all listeners are removed when `ref.off('value')` is called without a listener parameter.
This patch stores each `ref.on('value')` listener and passes it to `ref.off('value', listener)`.
2014-09-03 11:17:25 +02:00
Jacob Wenger
623ae0f3a2
Merge pull request #13 from firebase/jw-catapult
...
Repo cleanup to comply with new catapult deploy process
2014-08-25 23:23:50 -07:00
jacobawenger
a8ba0bc344
Updated spacing in build header
2014-08-24 16:06:37 -07:00
jacobawenger
4d501337d5
Cleaned up and fixed issues in README
2014-08-24 11:08:38 -07:00
jacobawenger
b33837b46c
Added npm run travis command to package.json
2014-08-24 10:40:40 -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
9d10ad6499
Updated README badge to only show status of master branch
2014-08-24 01:06:23 -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
112bee2da4
Added ReactFire utm_source for Firebase links
2014-08-20 16:57:46 -07:00
jacobawenger
0fc2128340
Updated release.sh script and other minor repo cleanup
2014-07-14 09:15:01 -07:00
jacobawenger
e35bdb680e
Added instruction for installing Bower
2014-07-11 12:05:25 -07:00
jacobawenger
0d05ca117c
Fixed setup instructions in README
2014-07-10 17:27:41 -07:00
jacobawenger
bcddd19d73
Improvements to release.sh script
2014-07-10 16:32:28 -07:00