Skip to content

Tags: square/Valet

Tags

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Valet to 5.1 (#354)

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Xcode 26.4: Duplicate typed throws API into @objc (#353)

* Duplicate typed throws API into @objc.

* Fix objc interface.

* Bump podspec.

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Validate links (#324)

5.0.0-beta-1

Toggle 5.0.0-beta-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adopt Swift 6 and Xcode 16 (#322)

* Adopt Swift 6 and Xcode 16

* Project updates

* Lower macOS deployment to macOS 10.13 – match README

* Remove @available checks that no longer apply

* Remove renamed method hints

* Remove v2 (objc) compatibility tests

* Update README

* Add migration method

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make core types Sendable and @unchecked Sendable (#308)

* Make core types Sendable and @unchecked Sendable

* Update Swift version and minimum Xcode version

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for multiple Valets within the same access group (#297)

* Fix warning about missing global source in Gemfile

* Commit Xcode-generated changes

These changes happened automatically as a result of using a newer Xcode version

* Add support for multiple Valets within the same access group

Previously, the shared access group identifier was used for both the access group itself, as well as the uniqueness identifier for the given Valet. This adds an optional additional `identifier` parameter that can be specified when creating a shared access group Valet. The identifier adds an additional element of uniqueness, so two Valets with the same shared access group can exist, and their data will not overlap, so long as they have different identifiers.

The default for this value is `nil`, which keeps the existing behavior for full backward compatibility.

* Bump version to 4.2.0

---------

Co-authored-by: Dan Federman <[email protected]>

4.1.3

Toggle 4.1.3's commit message
Bump podspec

4.1.2

Toggle 4.1.2's commit message
Bump podspec

4.1.1

Toggle 4.1.1's commit message
Bump podspec

4.1.0

Toggle 4.1.0's commit message
Bump podspec for new feature