Releases: julia-vscode/JSONRPC.jl
Releases · julia-vscode/JSONRPC.jl
v1.3.0
JSONRPC v1.3.0
Merged pull requests:
- Improve error messages (#34) (@davidanthoff)
- wrap status check in a function (#35) (@aviatesk)
- concrete typings for endpoint instance (#36) (@aviatesk)
- Julia Package Butler Updates (#38) (@github-actions[bot])
- add flush method (#40) (@pfitzseb)
- Support NamedTuples as parameters (#42) (@davidanthoff)
- add isopen check to write task (#43) (@pfitzseb)
- add isopen method (#44) (@pfitzseb)
v1.2.0
JSONRPC v1.2.0
Closed issues:
- Add keyword constructor to dict_readable output (#20)
Merged pull requests:
- Rearrange files a bit (#21) (@davidanthoff)
- Various improvements (#22) (@davidanthoff)
- Add tests (#26) (@davidanthoff)
- Fix a bug in the constructor from Dict (#27) (@davidanthoff)
- Fix old julia issues (#28) (@davidanthoff)
- Add more tests (#30) (@davidanthoff)
v1.1.0
JSONRPC v1.1.0
Merged pull requests:
- Add support for defining parameter and return structures (#8) (@davidanthoff)
- Fix handling of msg with params::Nothing (#9) (@davidanthoff)
- Julia Package Butler Updates (#12) (@github-actions[bot])
- Properly convert request return value (#13) (@davidanthoff)
- Fix return type for arrays for send (#15) (@davidanthoff)
- Change error handling (#16) (@davidanthoff)
- follow #13 (#17) (@aviatesk)
v1.0.0
JSONRPC v1.0.0
Merged pull requests:
- New version: v0.1.0 (#2) (@davidanthoff)
- Add static typed funcs and a callback handler story (#4) (@davidanthoff)
- Make JSONRPCEndpoint immutable (#5) (@davidanthoff)