Commit Graph

14 Commits

Author SHA1 Message Date
jacobawenger
cad4742e71 Replaced deprecated renderComponent() with render() 2014-11-10 18:46:47 -08:00
jacobawenger
1906d84a7c Bumped Firebase dependency to 2.0.0 2014-11-05 15:44:24 -08:00
Jacob Wenger
537a3bd26a Merge pull request #24 from insin/cancelCallback
Allow a callback to be passed for the cancelCallback argument to firebaseRef.on()
2014-10-27 11:01:24 -07:00
Jonathan Buchanan
060b29fb9c Added new argument to _bind() test 2014-10-26 19:21:05 +00:00
jacobawenger
efbbb98d61 Changed test URL back to demo
The POODLE issue has been resolved
2014-10-23 10:38:45 -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
jacobawenger
36b01f9cf5 Added error codes to all errors and updated test suite 2014-09-17 11:54:02 -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
e6f6d877bd Renamed source and spec files 2014-09-03 22:40:37 -07:00
jacobawenger
93d14c283f Updated release script's git commands and typo in test file 2014-07-02 17:43:47 -07:00
jacobawenger
3d2848d611 Changing how generateRandomString() is implemented to reduce number of failed tests
Tests were failing due to generateRandomString() sometimes returning a
string with a “.” in it (which is invalid in Firebase”).
2014-06-29 16:16:18 -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