Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Jan 2, 2025
2 parents 19c997e + 0fc6fb3 commit d253492
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

All notable changes to this project will be documented in this file.

<a name="5.0.1"></a>
# [5.0.1](https://github.com/SwiftScream/URITemplate/compare/5.0.0...5.0.1) (2025-01-02)

- Enable macro usage on iOS

<a name="5.0.0"></a>
# [5.0.0](https://github.com/SwiftScream/URITemplate/compare/4.0.0...5.0.0) (2025-01-02)

- Move to swift 6.0 as minimum supported version
- Leverage typed-throws
- Add #URITemplate freestanding expression macro
- Add #URLByExpandingURITemplate freestanding expression macro
- Add @VariableProvider attached macro to provide default implementqation of `VariableProvider`
- Add TypedURITemplate enabling a type-safe process interface
- Add `#URITemplate` freestanding expression macro
- Add `#URLByExpandingURITemplate` freestanding expression macro
- Add `@VariableProvider` attached macro to provide default implementation of `VariableProvider`
- Add `TypedURITemplate` enabling a type-safe process interface

<a name="4.0.0"></a>
# [4.0.0](https://github.com/SwiftScream/URITemplate/compare/3.1.0...4.0.0) (2024-06-13)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "ScreamURITemplate",
platforms: [.macOS(.v13)],
platforms: [.macOS(.v13), .iOS(.v13)],
products: [
.library(
name: "ScreamURITemplate",
Expand Down

0 comments on commit d253492

Please sign in to comment.