0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test(): Added test to make sure error was thrown for invalid input. More... almost 11 years ago
feat(throttle): Added throttle middleware to slow down changes. More... almost 11 years ago
feat(pipeline): Added ability to provide array of transformation middleware to binder. More... almost 11 years ago
chore: Simplified signatures in update methods. More... almost 11 years ago
feat(modelWriter): Separated model writing logic into its own service. More... almost 11 years ago
feat(transformation): Moved transformation out of syncResource. More... almost 11 years ago
fix(differ): Added dollar sign to differ service. More... almost 11 years ago
feat(binder): Added factory. More... almost 11 years ago
fix(remove): Provide more data in remove delta. More... almost 11 years ago
fix(update): Implement protocol update event properly. More... almost 11 years ago
feat(updatedFromProtocol): Added feature to completely update a model when protocol naively updates. More... almost 11 years ago
test(removedFromProtocol): Added test for removedFromProtocol. More... almost 11 years ago
fix(deferred): Remove deferreds from API for now. More... almost 11 years ago
test(protocol): Started writing tests to test all protocols. More... almost 11 years ago
fix(delta): Minor fixes and re-org of different services. More... almost 11 years ago
test(differ): Separate differ spec. More... almost 11 years ago
test(events): Separated syncEvents spec. More... almost 11 years ago
chore(separate): Separate services into separate files. More... almost 11 years ago
chore(separate): Move differ and events into separate class. More... almost 11 years ago
chore(rename): Give protocol handlers better names. More... almost 11 years ago
feat(addFromProtocol): Added separate method to respond to ADD events from protocol. More... almost 11 years ago
feat(protocol remove): Added response to remove event from protocol. More... almost 11 years ago
chore(README): Updated readme. More... almost 11 years ago
feat(onProtocolChange): Separated protocol change method. More... almost 11 years ago
chore(switch): Added switch statement to protocol watcher. More... almost 11 years ago
feat(onModelChange): Added separate onModelChange method. More... almost 11 years ago
test(comparison): Added unit tests for string and array comparison methods. More... almost 11 years ago
chore(compareStrings): Separated out string comparison logic into its own method. More... almost 11 years ago
test(findRemovedString): Added more tests and more robust implementation of findRemovedString More... almost 11 years ago
feat(findChangedString): Added method to find delta between two strings. More... almost 11 years ago