Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [0.3.0](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.3.0)

## What's Changed

No public API changes. Some internal improvements:

- Use server time for object ID ([#98](https://github.com/ably/ably-liveobjects-swift-plugin/pull/98))
- Use server-sent GC grace period ([#99](https://github.com/ably/ably-liveobjects-swift-plugin/pull/99))
- Always transition to `SYNCING` on receipt of `ATTACHED` ([#104](https://github.com/ably/ably-liveobjects-swift-plugin/pull/104))

**Full Changelog**: https://github.com/ably/ably-liveobjects-swift-plugin/compare/0.2.0...0.3.0

## [0.2.0](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.2.0)

## What's Changed
Expand Down
8 changes: 5 additions & 3 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ably/ably-cocoa",
// TODO: Unpin before next release
revision: "4a394311f110b9a67b372934346605740f0e7a53",
from: "1.2.55",
),
.package(
url: "https://github.com/ably/ably-cocoa-plugin-support",
// Be sure to use `exact` here and not `from`; SPM does not have any special handling of 0.x versions and will resolve 'from: "0.2.0"' to anything less than 1.0.0.
// TODO: Unpin before next release
revision: "9699dfefd26134a808f116d28428c230907faf27",
from: "1.0.0",
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down