blob: bfe64a986436552014c710b75c07d5665afe85fb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 | 1.2.0 (2024-12-24)
 * Add a backend for co-processes, such as language servers
 * Support reading OpenRPC documents from a file
 * Respect the NO_COLOR environment variable
 * Miscellaneous libedit (editline) fixes
 * Miscellaneous portability improvements
 * json-rpc-test-server: implement OpenRPC discovery
 * json-rpc-test-server: only serve regular files
 * json-rpc-test-server: miscellaneous WebSocket fixes
1.1.0 (2020-10-13)
 * Add method name tab completion using OpenRPC information
 * Bind M-Enter to insert a newline into the command line
 * json-rpc-test-server: fix a memory leak and request URI parsing
 * Miscellaneous bug fixes
1.0.0 (2020-09-05)
 * Initial release
 |