| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This is probably the biggest feature for the next release so we should make sure that this works nicely. /cc @Glavin001, @ekryski |
Sorry, something went wrong.
|
This will be great! I'll try and test it out tomorrow. |
Sorry, something went wrong.
|
So #51 is based on this PR and implements the whole thing for Primus which I think should finalize this functionality. |
Sorry, something went wrong.
|
If there are no comments or concerns I'll merge this one and #51 in tonight so that we can get a 0.4.0 out this week. |
Sorry, something went wrong.
|
👍 I looked over all of the changes and everything looked good. I have not had a chance to personal test it, but I didn't notice any missing Tests either and Travis CI is still happy. |
Sorry, something went wrong.
* chore(package): update semistandard to version 11.0.0 https://greenkeeper.io/ * Fix for latest Semistandard
* chore(package): update semistandard to version 11.0.0 https://greenkeeper.io/ * Fix for latest Semistandard
* Rename repository and use npm scope * Update debug dependency
* Rename repository and use npm scope * Update debug dependency
| Back | FazBrowse Home | New Git URL |
This pull request implements event filtering for SocketIO. Letting you filter events based on the connected client information. For example the following only dispatches the updated event if the authorized user is in the same company than the updated todo:
On the client:
Closes #44, closes #48.