Skip to content

1.0.7

Choose a tag to compare

@Pratik7u Pratik7u released this 11 Nov 12:05
· 80 commits to main since this release
  • From weekly/monthly adherence, user can jump to Diary for specific date
  • Bug fixes and enhancements

PassioConnector changes:

Following methods have been added to PassioConnector:

  • func fetchDayLogFor(fromDate: Date, toDate: Date, completion: @escaping ([DayLog]) -> Void)
  • func fetchAllUserFoodsMatching(name: String, completion: @escaping ([FoodRecordV3]) -> Void)