Skip to content

Tags: parse-community/Parse-Swift

Tags

4.14.2

Toggle 4.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updating saved objects using saveAll (#423)

* initial deprecations

* improve messages

* fix: updating saved objects using saveAll

* update to latest Xcode

* fix changelog

4.14.1

Toggle 4.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: async save/create/update/replace use async/await deep save (#418)

* decode bad encoded errors from server

* ParseObject uses async/await deep save

* fix: async save/create/update/replace use async/await deep save

* refactor batchCommand

* add deep save async/await tests

4.14.0

Toggle 4.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add ParseFile caching using download folder (#416)

* deprecate ParseCloud for ParseCloudable

* update project

* more pros updates

* add ParseFileManager helpers

* add caching and tests

4.13.1

Toggle 4.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove caching of files (#414)

* fix: remove caching of files

* bump version and add change log

4.13.0

Toggle 4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add helper methods to ParseFileTransferable protocol (#411)

* feat: add helper methods to ParseFileTransferable protocol

* add more tests

4.12.0

Toggle 4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add ParseFileTransferable protocol for direct file uploads (#410)

* feat: add ParseFileTransferable protocol for direct uploads to file storage

* nit

4.11.0

Toggle 4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add set() and auto merge updated properties with original (#406)

* wip

* updates

* feat: add set() and auto merge updated properties with original

* updates

* update documentation and tests

4.10.0

Toggle 4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add set operation based on KeyPath (#403)

* wip

* switch to using chainable for reverts

* add file

* feat:  add set operation based on KeyPath

* add tests and refactor general errors

* add back tests for deprecated methods

* add get() method

* reduce codecov patch

4.9.3

Toggle 4.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: saving ParseFiles locally do not throw error (#399)

* test

* fix: saving ParseFiles locally do not throw error

* add test

* reduce flakiness in LiveQuery tests by skipping when mocking isn't working

4.9.2

Toggle 4.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow fully qualified ParseSwift types (#397)

* fix: Allow fully qualified ParseSwift types

* improve file organization

* import for linux

* add test