Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 909 Bytes

NEWS.md

File metadata and controls

25 lines (19 loc) · 909 Bytes

RColetum 0.2.0.9000

RColetum 0.2.0

  • GetAnswers Add the filters "createdDeviceBefore" and "createdDeviceAfter" for the field createAtDevice. GetAnswers Add field createAtDevice in answer's metadata, informing the moment of creation of the answer, with device's data.
  • GetAnswers Add the filters "updatedBefore" and "updatedAfter" for the field updatedAt.
  • GetAnswers Add field userId in answer's metadata, indicating the id from the user who answered the form.

RColetum 0.1.2

  • GetAnswers Add the field UpdatedAt, according the API
  • GetAnswers Remove the functionality to choose the format in the data filters
  • Update the format to dates from createdAt and updatedAt to complete format the ISO8601
  • GetAnswers Removed the need to use the field name from getFormStructure
  • GetFormStructure Removed field name from query
  • Small adjusts in automated tests