All notable changes to this project will be documented in this file.
- Specify link when creating pin as third argument
- Login requirements check for some methods
- sendMessage, sendMail array bugs fix
- Changes in sendMessage:
- Many users at once
- Add pin to message
- Added sendMail method. Works like sendMessage, but pass email or array of emails instead of users ids.
- Throws exception when login fails
- Tests refactoring
- Providers refactoring (loginRequired check before every method call added)
- New providers: User for edit user settings (profile for example) and News for fetching user related news.