0.0.10
- fixed password issue when updating the BackendlessUser object
- fixed Date type issue when retrieving object or registering BackendlessUser with custom Date field
- fixed the BackendlessUser properties methods
- added support of custom smart-text substitutions for push templates:
func pushWithTemplate(templateName: String, templateValues: [String : Any], responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)
- added Channel function:
func sendCommand(commandType: String, data: Any?, responseHandler: (() -> Void)!, errorHandler: ((Fault) -> Void)!)