packages feed

json-rpc-1.0.2: CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.0.2 - 2019-06-12
### Changed
- Change license to MIT.

## 1.0.1 - 2019-01-01
### Fixed
- Correct JSON-RPC 2.0 methods returning null result.

## 1.0.0 - 2018-08-12
### Added
- Complete JSON-RPC 1.0 and 2.0 support.
- Ability to use either endpoint to send and receive requests, responses or notifications.
- Simple TCP client/server implementation available.
- Example files.
- Exhaustive test suite.
- Compatibility with GHC 8.4.
- Support semantic versioning.
- Add a changelog.