You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/CHANGELOG.adoc
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
= Changelog
2
2
3
+
[[release-0.5.0]]
4
+
== 0.5.0 (2025-07-2)
5
+
6
+
=== Fixes
7
+
8
+
* Fixes an issue where URLs are incorrectly serialized (https://github.com/apple/pkl-swift/pull/55[#55]).
9
+
10
+
=== Additions
11
+
12
+
* Adds support for using PklProject with pkl-gen-swift (https://github.com/apple/pkl-swift/pull/52[#52]).
13
+
* Adds support for Pkl 0.29 features (https://github.com/apple/pkl-swift/pull/56[#56]).
14
+
** Add support for consuming `Bytes`, represented as type `[UInt8]` in Swift.
15
+
** Add support for HTTP rewrites.
16
+
** Add methods `Evaluator.evaluateOutputBytes()` and `Evaluator.evaluateOutputFilesBytes()`.
17
+
18
+
=== Changes
19
+
20
+
* Bump minimum Swift version to 5.10 (https://github.com/apple/pkl-swift/pull/53[#53]).
21
+
22
+
=== Breaking Changes
23
+
24
+
* `pkl-gen-swift` requires Pkl 0.29.0.
25
+
* In `EvaluatorOptions.withProjectEvaluatorSettings`: The `http.proxy.address` and `http.proxy.noProxy` options are applied separately (https://github.com/apple/pkl-swift/pull/56[#56]). +
26
+
+
27
+
This means that if a PklProject's evaluator settings only sets `http.proxy.address`, the current `noProxy` options are preserved.
28
+
29
+
=== Contributors ❤️
30
+
31
+
Thank you to all our contributors!
32
+
33
+
* https://github.com/bioball[@bioball]
34
+
3
35
[[release-0.4.2]]
4
36
== 0.4.2 (2025-04-14)
5
37
@@ -13,6 +45,12 @@
13
45
* Auto-generate DocC documentation in the Swift Package Index (https://github.com/apple/pkl-swift/pull/41[#41]).
0 commit comments