Sha256: 19e1bb044231afb4e3b48b557d69dc7b7f41bcbf94410ca62c741a2eafe61968
Contents?: true
Size: 897 Bytes
Versions: 1
Compression:
Stored size: 897 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ## [1.0.0] - 2021-07-27 The first major release of Toycol.The main features are: - [Added] Toycol::Protocol - For defining orignal application protocol - [Added] Toycol::Proxy - For accepting requests and pass them to the background server - [Added] Toycol::Command - For user friendly CLI - `$ toycol server` - For starting proxy & background server - `$ toycol client` - For sending request message to server - `$ toycol generate` - For generating skeletons of Protocolfile & application - [Added] Toycol::Server - As a built-in background server - [Added] Rack::Handler::Toycol - For running Rack compartible application & switching background server
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toycol-1.0.0 | CHANGELOG.md |