Releases: envis10n/deno-telnet
Tests
Parser options overhaul
This brings actual telnet option handling and functionality.
The Parser class now has a "send" event, which provides data to be sent immediately to the remote endpoint. It also now has helper methods for sending WILL, WONT, DO, and DONT commands based on supported options, which can be set via the Parser.prototype.options.support or Parser.prototype.options.supportRemote methods.
This means the parser can automatically handle negotiations for options based on the current support set in the compatibility table.
New parser
This is an update to the parser itself, which was a bit problematic. The new parser follows the same structure as libtelnet-rs, my other telnet project. (Thanks to @LiquidityC for the help on that one)
Fix import urls
This release fixes a few import URLs to point to the proper locations. This also pins the std import to 0.63.0
Initial deno.land/x release
This is the initial push release for https://deno.land/x/deno_telnet
0.1.3
0.1.2
Fixxx
Initial Release
0.1.0 Init