- Added support for requiring client sockets to be authenticated in some app-defined way before they will be connected to the other side
- Added support for app-defined data transformers which can be used to transform the data while sending from A to B, and vice versa. Useful for adding traffic encryption, for example.
- Added close function to SocketConnector
- Small format error to get to 140/140 on pub.dev
- Improved network throughput of socket_connector
- Added connection timeout if only one side connects
- fix change log
- Bug fix with cloing sockets.
- Ready for isolates
- Formated with dart format 140/140 (I hope)
- Included dart docs and formated with dart format
- Updated library name to match src
- Improved RegEx to show as much ascii as possible when using verbose option
- Initial version.