Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fd71a03
init commmit
mkatychev Jun 23, 2025
2422b2e
added param_list to antispace
mkatychev Jun 23, 2025
87aa16e
updated test cases for trailing comment
mkatychev Jun 23, 2025
c934b83
updated with use_names_item comma handling
mkatychev Jun 24, 2025
e74e78c
Merge branch 'main' into fix/wit-inline-comment
mkatychev Jul 10, 2025
b313362
specified trailing commas
mkatychev Jul 10, 2025
dd8760a
Merge branch 'main' into fix/wit-inline-comment
mkatychev Oct 15, 2025
8b96bd0
compiling commit
mkatychev Oct 15, 2025
69cdf8a
passing query
mkatychev Oct 15, 2025
44e85d4
formatted expected
mkatychev Oct 15, 2025
6f2a080
partial fix
mkatychev Oct 15, 2025
abe4756
partial newline fix
mkatychev Oct 15, 2025
b330b55
fixup
mkatychev Oct 15, 2025
2a47643
Merge branch 'main' into fix/wit-inline-comment
mkatychev Oct 15, 2025
d8aa838
Pin wasm-bindgen* packages and prevent Renovate from updating
Xophmeister Oct 16, 2025
2d9b525
Update to nickel-lang-core 0.15.1
Xophmeister Oct 20, 2025
9f2eeb9
wit feedback
mkatychev Oct 28, 2025
7e70138
Merge branch 'main' into fix/wit-inline-comment
mkatychev Oct 28, 2025
a5c52fd
defer world-item newline separation
mkatychev Oct 28, 2025
02c8adc
updated lockfile
mkatychev Oct 28, 2025
7c7ebc8
updated Cargo.lock
mkatychev Oct 29, 2025
77d8504
nix flake update
mkatychev Oct 29, 2025
12530f1
handle deprecation warning
mkatychev Oct 29, 2025
be1c648
Merge branch 'main' into fix/wit-inline-comment
mkatychev Oct 29, 2025
0d79d9a
cargo update
mkatychev Oct 29, 2025
f65fa01
updated lockfile and changelog
mkatychev Oct 29, 2025
2212f15
revert nixpkgs update
mkatychev Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
groupName: "serde packages",
matchPackageNames: ["serde", "serde_*"],
matchManagers: ["cargo"]
}
},
{
// Disable automatic WASM toolchain updates
groupName: "WASM toolchain",
matchPackageNames: ["wasm-bindgen*"],
matchManagers: ["cargo"],
enabled: false
},
]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ This name should be decided amongst the team before the release.
- [#1085](https://github.com/tweag/topiary/pull/1085) CSS formatting fixes
- [#1092](https://github.com/tweag/topiary/pull/1092) Log early returns during formatting
- [#1113](https://github.com/tweag/topiary/pull/1113) Update `dist` to 0.30
- [#1117](https://github.com/tweag/topiary/pull/1117) Handle inline comments and trailing commas in WIT

## v0.6.1 - Gilded Ginkgo - 2025-05-27

Expand Down
Loading