mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
b19da158d5
# Description The second `Value` is redundant and will consume five extra bytes on each transmission of a custom value to/from a plugin. # User-Facing Changes This is a breaking change to the plugin protocol. The [example in the protocol reference](https://www.nushell.sh/contributor-book/plugin_protocol_reference.html#value) becomes ```json { "Custom": { "val": { "type": "PluginCustomValue", "name": "database", "data": [36, 190, 127, 40, 12, 3, 46, 83], "notify_on_drop": true }, "span": { "start": 320, "end": 340 } } } ``` instead of ```json { "CustomValue": { ... } } ``` # After Submitting Update plugin protocol reference |
||
---|---|---|
.. | ||
color_config.rs | ||
lib.rs | ||
matching_brackets_style.rs | ||
nu_style.rs | ||
shape_color.rs | ||
style_computer.rs | ||
text_style.rs |