Skip to content

Tags: netreconlab/parse-server-swift

Tags

0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add maintenanceKey and bump dependencies (#79)

* feat: Add maintenanceKey and bump dependencies

* lint

* adjust liveQuery classes

* use latest server version

0.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add ability to pass routes into configuration (#74)

* feat: Add ability to pass routes into configuration

* lint

0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add first class support for ParseConfig (#73)

* feat: Support ParseConfig triggers

* fix build

* lint

* Update .codecov.yml

0.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update to ParseSwift 5.10.3 (#72)

0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use ParseEncoder when encoding data to ParseServer (#71)

* fix: Use ParseEncoder when encoding data to ParseServer

* Update ParseSwift

* lint

0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update async functionality of server (#70)

* fix: Update async functionality of server

* lint

* allow passing of configuration

* nit

0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Conform to Sendable (#69)

* feat: Conform to Sendable

* fix test due to improved option hashing

0.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: User Swift 5.9 Docker image (#53)

* fix: Update to docker image to Swift 5.9

* nit

* nit

* update parse server to 6.3

0.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Bump dependency versions (#51)

* chore: Bump dependency versions

* fix resolved file

* fix file

0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use new ParseHookFunction and ParseHookTrigger types (#43)

* feat: Use new ParseHookFunction and ParseHookTrigger types

* lint