You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Attempt to retreive full objects on server during POST (#197) * feat: Attempt to retreive full objects on server during POST * increase codecov with more tests * more coverage
refactor: Remove extra Hashable conformance for ParseObject (#182) * fix: Remove extra Hashable conformance for ParseObject * remove more double conformance * make public version of encoding ParseObject * remove public encoder * use xcbeautify in CI * Update ci.yml * doc nits * Update ci.yml * Update ci.yml * test not running installation tests on Windows * disable more windows using Installation * revert testing windows * Update ci.yml
feat: Add support for hook triggers on ParseConfig (#179) * feat: Add support for hook triggers on ParseConfig * fix Swift backwards compatability * nit * doc nit * bump swift requirement * Update ci.yml