This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
2.6.0
- 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