Skip to content

1.2.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 15 Mar 01:26
· 236 commits to main since this release
82cbecd

Full Changelog

Breaking changes

  • Allows return types to be specified for ParseCloud, query hint, and explain (see playgrounds for examples). Changed functionality of synchronous query.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.