Jen Basch
effa4844e6
Bump pkl.impl.ghactions to version 1.3.5 ( #1422 )
2026-02-06 08:43:45 -08:00
Jen Basch
73264e8fd1
SPICE-0024: Annotation converters ( #1333 )
...
This enables defining declarative key and/or value transformations in
cases where neither `Class`- nor path-based converters can be applied
gracefully. It is also the only way to express transforming the
resulting property names in `Typed` objects without applying a converter
to the entire containing type, which is cumbersome at best.
SPICE: https://github.com/apple/pkl-evolution/pull/26
2026-01-23 12:44:41 -08:00
Jen Basch
f6cfc82201
Bump pkl.impl.ghactions to version 1.3.3 ( #1408 )
...
Updates pkl.impl.ghactions package to version 1.3.3
2026-01-15 12:06:56 -08:00
Jen Basch
fd66438828
Bump pkl.impl.ghactions to version 1.3.2 ( #1403 )
...
Updates pkl.impl.ghactions package to version 1.3.2
2026-01-12 18:01:46 -08:00
Jen Basch
3595c03078
Fix spotless ratcheting on release branches ( #1401 )
2026-01-09 14:18:18 -08:00
Jen Basch
9b6f72d5d0
Fix doc links from pkl:base to pkl:math ( #1400 )
2026-01-09 11:30:56 -08:00
Jen Basch
139f70bb79
Change pkl format --write to exit 0 when formatting violations are found ( #1340 )
2025-12-05 16:01:09 -08:00
Jen Basch
81a4e687b4
Fix IDEA gradle project sync on Windows Aarch64 ( #1353 )
2025-12-05 14:53:06 -08:00
Jen Basch
1d94ab5c3c
Prepare 0.30.1 release ( #1345 )
2025-12-03 21:13:36 -08:00
Jen Basch
c73fc87583
Fix release publishing ( #1343 )
2025-12-03 15:13:31 -08:00
Jen Basch
db6ff394d7
Fix fetch depth for gradle-compatibility and java-executables-* CI jobs ( #1339 )
2025-12-03 10:34:03 -08:00
Jen Basch
d1c652f736
Vendor paguro's RrbTree, fix an int overflow breaking large Lists ( #1337 )
2025-12-03 09:02:17 -08:00
Jen Basch
f4938dccca
Add support for evaluating module output and expressions to ConfigEvaluator ( #1297 )
2025-11-19 15:47:12 -08:00
Jen Basch
67f1ff5ab8
Update CLI docs to clarify that --version only applies to the root command ( #1326 )
2025-11-18 21:08:03 -08:00
Jen Basch
5c944600fa
Use 2xlarge resource class for gradle check in CI ( #1291 )
2025-11-03 10:31:16 -08:00
Jen Basch
ffc9167bf5
Switch yaml.Parser to parse binary scalars as Bytes ( #1277 )
2025-10-30 16:45:59 -07:00
Jen Basch
eab71229e7
Add support for rendering Bytes values with YamlRenderer ( #1276 )
2025-10-30 15:53:43 -07:00
Jen Basch
2c18f13d08
Rename Config.from to Config.fromPklBinary ( #1275 )
2025-10-30 11:04:03 -07:00
Jen Basch and Dan Chao
9427387019
Add release notes for 0.30 ( #1261 )
...
Co-authored-by: Dan Chao <dan.chao@apple.com >
2025-10-30 10:09:35 -07:00
Jen Basch
08c414f3ac
Normalize mutli-line string indentation ( #1271 )
2025-10-30 08:30:30 -07:00
Jen Basch
7bf150055c
Assert that formatter snippet test output is stable ( #1270 )
2025-10-29 17:08:43 -07:00
Jen Basch
1d6261b263
Correctly handle trailing commas in function type literals in the generic parser ( #1267 )
2025-10-29 15:08:26 -07:00
Jen Basch
6c036bf82a
Implement Pkl binary renderer and parser ( #1203 )
...
Implements a binary renderer for Pkl values, which is a lossless capturing of Pkl data.
This follows the pkl binary format that is already used with `pkl server` calls, and is
made available as a Java API and also an in-language API.
Also, introduces a binary parser into the corresponding `PObject` types in Java.
2025-10-20 09:10:22 -07:00
Jen Basch
c602dbb84c
Fix macOS Intel native builds ( #1244 )
2025-10-16 19:20:14 -07:00
Jen Basch
bed008b3da
Update macOS release in CI ( #1243 )
2025-10-16 15:48:23 -07:00
Jen Basch
ffa3c14fb3
Pass trace mode from CLI/PklProject to the evaluator ( #1230 )
2025-10-08 10:49:55 -07:00
Jen Basch
e230fcf1a9
Follow up for trace pretty printing ( #1227 )
2025-10-08 09:36:42 -07:00
Jen Basch
63f89fb679
Expose collected superclass properties/methods in pkl:reflect ( #1106 )
2025-09-19 12:23:57 -07:00