1.2.0
Breaking changes
- Allows return types to be specified for
ParseCloud
, queryhint
, andexplain
(see playgrounds for examples). Changed functionality of synchronousquery.first()
. It use to return nil if no values are found. Now it will throw an error if none are found. (#92), thanks to Corey Baker.
New features
- Add transaction support to batch saveAll and deleteAll (#89), thanks to Corey Baker.
- Add modifiers to containsString, hasPrefix, hasSuffix (#85), thanks to Corey Baker.
Improvements
- Better error reporting when decode errors occur (#92), thanks to Corey Baker.
- Can use a variadic version of exclude. Added examples of select and exclude query in playgrounds (#88), thanks to Corey Baker.