Skip to content

Commit

Permalink
new: Implement new UI output powered by iocraft. (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Dec 18, 2024
1 parent 94ee35a commit 5b456cd
Show file tree
Hide file tree
Showing 61 changed files with 2,429 additions and 1,564 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
- [Rust](https://github.com/moonrepo/tools/blob/master/tools/rust/CHANGELOG.md)
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased

#### 💥 Breaking

- Removed the `--global` option from `proto alias`, `unalias`, `pin`, and `unpin`, use `--to` or `--from` instead.

## Unreleased

- Added a `--yes` option to `proto outdated`, that skips confirmation prompts.

## 0.43.2

#### 🐞 Fixes
Expand Down Expand Up @@ -102,6 +112,10 @@
- Deprecated `LocateExecutablesOutput.primary` and `LocateExecutablesOutput.secondary` (use `exes` instead).
- Updated `ToolMetadataOutput.plugin_version` to a `Version` type instead of `String`.

#### 💥 Breaking

- Removed `--global` arg from `proto plugin add|remove`.

#### 🚀 Updates

- Added support for JSON and YAML based configurations for non-WASM schema based plugins. This is an alternative to TOML, but supports all the same settings.
Expand Down
Loading

0 comments on commit 5b456cd

Please sign in to comment.