All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
setupnow takes an object with the propertiesname,resource_name,urlandparamsinstead of the three paramsresource_name,urlandparams. For example;becomes;this.get('poll').setup('contacts', 'http://some_domain.com/contacts/${contact_id}');
this.get('poll').setup({ name: 'contactsPoll', resource_name: 'contacts', url: 'http://some_domain.com/contacts/${contact_id}' });