Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

2.6.0

Compare
Choose a tag to compare
@noobs2ninjas noobs2ninjas released this 27 Jul 05:33
71b2a69

Full Changelog

  • Fixed issue where no "where" property sent when no constraints where added to a query; this is required by the LiveQuery protocol, thanks to Nathan Kellert
  • Support for .or queries. Fixes #156, #47, and #85. Allows orQuery to be encoded without throwing, thanks to dblythy
  • Added @objc to compile with objective-c, thanks to Junya Yamaguchi (#184)
  • Encode Date object with __type: Date, thanks to anafang #186