Skip to content

Commit

Permalink
new: Add internal proto plugin. (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 16, 2024
1 parent 06ee774 commit d4a2ebf
Show file tree
Hide file tree
Showing 21 changed files with 276 additions and 345 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### 🚀 Updates

- Added a new `--config-mode` global option that controls how configuration are loaded.
- Added a new `--config-mode` (`-c`) global option that controls how configuration are loaded.
- Supports the following values:
- `global` - Only load `~/.proto/.prototools`.
- `local` - Only load `./.prototools` in the current directory.
Expand All @@ -41,6 +41,10 @@
- Added a new `send_request` host function, that uses the same HTTP client as proto does.
- Added `fetch_bytes`, `fetch_json`, and `fetch_text` functions that use this new host function.

#### ⚙️ Internal

- We now provide a plugin for proto itself, so you can now do `proto install proto`. However, this doesn't link bins/shims and is primarily used internally for upgrade/install flows.

## 0.39.7

#### 🚀 Updates
Expand Down
Loading

0 comments on commit d4a2ebf

Please sign in to comment.