What's Changed
- fix typo in jsonrpc2/stream.go by @amyXia1994 in #47
- Add a way to specify more non-standard-compliant fields to Request by @lhchavez in #50
- Add GitHub actions by @lhchavez in #51
- Homogenize treatment of params and meta in UnmarshalJSON by @lhchavez in #52
- Add ability to set custom logger by @samherrmann in #48
- [#57] Fix and deprecate PlainObjectCodec by @mnowotnik in #58
- ci: update to actions/checkout@v3 by @daxmc99 in #59
- fix no corresponding request if req.ID is modified by onSend by @Semesse in #60
- Add ability to omit params member from request by @samherrmann in #62
- Pin staticcheck version to v0.2.2 by @samherrmann in #63
- Fix underlying connection not being closed on protocol error by @samherrmann in #64
- Split jsonrpc2.go file into multiple files by @samherrmann in #65
- Omit data field from error when empty by @samherrmann in #66
- Always omit params member from request when empty by @samherrmann in #67
New Contributors
- @amyXia1994 made their first contribution in #47
- @lhchavez made their first contribution in #50
- @mnowotnik made their first contribution in #58
- @daxmc99 made their first contribution in #59
- @Semesse made their first contribution in #60
Full Changelog: v0.1.0...v0.2.0