RColetum 0.2.2
- Replace as.characterbyformat.
- Reorder expected dataframes on tests.
- Fix some lint warnings.
- Replace travis-cibygithub-action.
RColetum 0.2.1
- Removed references from countryfieldfrom tests.
RColetum 0.2.0
- GetAnswersAdd the filters “createdDeviceBefore” and
“createdDeviceAfter” for the field- createAtDevice.- GetAnswersAdd field- createAtDevicein
answer’s metadata, informing the moment of creation of the answer, with
device’s data.
- GetAnswersAdd the filters “updatedBefore” and
“updatedAfter” for the field- updatedAt.
- GetAnswersAdd field- userIdin answer’s
metadata, indicating the id from the user who answered the form.
RColetum 0.1.2
- GetAnswersAdd the field UpdatedAt, according the
API.
- GetAnswersRemove the functionality to choose the
format in the data filters
- Update the format to dates from createdAt and updatedAt to complete
format the ISO8601.
- GetAnswersRemoved the need to use the field- namefrom- getFormStructure.
- GetFormStructureRemoved field- namefrom
query.
- Small adjusts in automated tests.