json-rpc-shell/NEWS
Přemysl Eric Janouch 74fcb06828
All checks were successful
OpenBSD 7.5 Success
Arch Linux AUR Success
Alpine 3.20 Success
Bump version, update NEWS
2024-12-24 10:43:59 +01:00

35 lines
702 B
Plaintext

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