Skip to content

Tags: reddavis/Papyrus

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
red/swift-6 (#13)

* prepare for StrictConcurrency

* use the standard logger

* update swift tools version

* sendable safe async stream erasure

* follow swift standard

* remove trailing , for older Swift version

* Remove a couple more

* style(CollectionQuery): improve code formatting by removing extra whitespace

- Removed unnecessary blank lines and trailing whitespace throughout the file
- Improved code readability while maintaining functionality

* refactor(structure): improve AsyncPairSequence organization

- Made AsyncPairSequence and its Iterator fileprivate
- Moved AsyncSequence extension to the bottom of the file
- Grouped related components with appropriate MARK comments
- Removed unnecessary whitespace throughout the file

* chore(deps): update swift-async-algorithms to 1.1.1

- Upgraded swift-async-algorithms package from 1.0.0 to 1.1.1
- Updated swift-collections dependency from 1.1.1 to 1.3.0
- Package.resolved file updated to version 3 format with originHash

* ci: update GitHub Actions workflow configuration

- Changed macOS runner from macOS-13 to macOS-26

* chore(ci): update Xcode version in GitHub workflow

- Updated DEVELOPER_DIR path from Xcode 15.0 to Xcode 26.2 for macOS CI runner

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return if collection is empty (#11)

v0.13.1

Toggle v0.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: manually set created at timestamp (#10)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor + simplify (#9)

* feat: some refactoring

* feat: remove unused features

* Test plans

* Use new property

* pass loglevel to initializer

* fix: make logs public

* fix: check array not empty before spinning up a task group

* more refactoring

* tidy up

* documentation

* remove swiftlint

* update ci.yml

v0.12.0

Toggle v0.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: by default order results by modified at (#7)

v0.11.0

Toggle v0.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: concurrency support (#4)

* feat: add sendable where required

* feat: use circle ci

* fix: rename function

* fix: update deployment target

* fix: import foundation

* feat: update documentation

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reset store (#3)

* feat: reset store

* feat: add test plans and update GH action

* fix: formatting

* fix: remove SwiftLint

* fix: performance test target

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
reddavis Red Davis
Update README