Merge remote-tracking branch 'roramirez_github/develop' into newfeed-unit

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-07-24 11:36:16 -04:00
20 changed files with 477 additions and 361 deletions

View File

@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add `clientonly` script to start only the electron client for a remote server.
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git
- Add unit test the capitalizeFirstLetter function of newfeed module
### Updated