You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
667 B
667 B
0.1.2 (2021-08-11)
- Feature: Added gtp::controller and fixed the test cases.
- Change: Improved documentation.
0.1.1 (2019-06-14)
- Incompatible change: gtp::ResponseParser::get_response returns Result<> now.
- Incompatible change: gtp::Error renamed to gtp::ResponseError.
- Feature: Added gtp::Response::entities() for parsing response entities.
- Feature: Added detached_command module for starting processes and communicate with them non-blocking.
- Change: Implement ToString and Display traits for Entity.
- Bugfix: Parsing was broken, involving comments.
0.1.0 (2019-06-12)
- Initial version.