Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

v0.9.0

Choose a tag to compare

@Throne3d Throne3d released this 29 Mar 15:02
· 108 commits to master since this release
4e3f0fb

New features:

  • Use iconv-lite and jschardet instead of iconv and node-icu-charset-detector to detect and convert encodings, to reduce errors when trying to install previous optional dependencies – fixes #53
  • Allow / and ? to appear in non-strict-parsed usernames – fixes #55 and implements #56
  • Add 379 RPL_WHOISMODES, 335 RPL_WHOISBOT, 307, and 671 RPL_WHOISSECURE to recognized list of codes – fixes #47, #48, #49 and #50

Misc:

  • Test on Node 9, and no longer on Node 5 and 7
  • Update mocha to ^5.0.0
  • Update proxyquire to ^2.0.0
  • Fix deprecation warning for sinon's .reset()