Skip to content

Releases: luizmb/Hourglass

Release v0.6.2

17 Jun 20:06
ec2ff5a

Choose a tag to compare

Changes

ec2ff5a Merge pull request #14 from luizmb/feature/windows-ci
fde7d0c Release: test Android + Windows in the RC stage
7432099 Add Windows build + test CI job

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.6.1

17 Jun 17:51
c75bc4a

Choose a tag to compare

Changes

c75bc4a Merge pull request #13 from luizmb/feature/android-ci
7a36b40 CI: drop --no-parallel on Android (XCTest pass rejects it)
1f7377e Add Android build + emulator test CI job
1c5f99e Merge pull request #12 from luizmb/dependabot/github_actions/actions/cache-5
697ad5c Bump actions/cache from 4 to 5
5126d41 Merge pull request #11 from luizmb/dependabot/github_actions/actions/checkout-6
96180ee Merge pull request #10 from luizmb/dependabot/github_actions/actions/deploy-pages-5
52fc0d9 Merge pull request #9 from luizmb/dependabot/github_actions/actions/configure-pages-6
7e20d28 Merge pull request #8 from luizmb/dependabot/github_actions/actions/upload-pages-artifact-5
1a213bd Bump actions/checkout from 4 to 6
91ea593 Bump actions/deploy-pages from 4 to 5
3a01f14 Bump actions/configure-pages from 4 to 6
0f6c797 Bump actions/upload-pages-artifact from 3 to 5

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.6.0

17 Jun 13:09
27ed12d

Choose a tag to compare

Changes

27ed12d Merge pull request #7 from luizmb/feature/add-dependabot
d3643d0 Add Dependabot for Swift + GitHub Actions updates
3c3de90 Merge pull request #6 from luizmb/feature/collect-by-time-or-count
2b57207 Add AsyncStream.collect(every:orCount:clock:)

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.5.0

17 Jun 01:14
6d35df2

Choose a tag to compare

Changes

6d35df2 Merge pull request #5 from luizmb/feature/any-clock-erasure
674a957 feat: add AnyClock type-erased clock + eraseToAnyClock()

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.4.0

16 Jun 15:11
5c028ee

Choose a tag to compare

Changes

5c028ee Merge pull request #4 from luizmb/feature/harden-timing-tests-pin-resolved
9136d4c Pin Package.resolved, disable parallel tests, harden timing tests
2d7a55a Merge pull request #3 from luizmb/feature/timeout-operator
9901897 Add AsyncStream.timeout operator

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.3.0

15 Jun 16:16
cae0501

Choose a tag to compare

Changes

cae0501 Merge pull request #2 from luizmb/feature/asyncstream-timing-operators
3802994 Move timing operators to AsyncStream; fix trailing throttle and delay

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.2.1

15 Jun 12:12
d5bac79

Choose a tag to compare

Changes

d5bac79 Merge pull request #1 from luizmb/fix/testclock-dead-expression
5d21550 Fix dead property access in TestClock.sleep(until:tolerance:)
59772c6 Replace UUID() with Int counter in TestClock sleeper IDs

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.2.0

15 Jun 09:27
1a255d8

Choose a tag to compare

Changes

1a255d8 Add swift-docc-plugin dependency for DocC documentation generation
d39f407 Fix SwiftLint violations in test file: sorted imports, _AtomicCounter rename

Installation

Welcome to Swift!

Subcommands:

swift build Build Swift packages
swift package Create and work on packages
swift run Run a program from a package
swift test Run package tests
swift repl Experiment with Swift code interactively

Use swift --version for Swift version information.

Use swift --help for descriptions of available options and flags.

Use swift help <subcommand> for more information about a subcommand.

Release v0.1.0

15 Jun 08:09
34da50c

Choose a tag to compare

Initial release