Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 458 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 458 Bytes

0.3.0

  • Support Dart sdk 3.x.
  • Remove late initialization of Socket to SOCKS5. @simonesestito #2
  • Fix AuthMethod.notRequired according to RFC-1928. @simonesestito #4

0.2.0

  • Rename [Socks5ClientSocketDialer] to [Socks5ClientDialer], and docs

0.1.0

  • Refactor socks5 dialer, wrap with a SocketLike object.

0.0.1

  • Initial version.