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

Commit 4e3f0fb

Browse files
committed
0.9.0
1 parent f0650b8 commit 4e3f0fb

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [v0.9.0](https://github.com/Throne3d/node-irc/tree/v0.9.0) (2018-03-29)
4+
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.8.1...v0.9.0)
5+
6+
**New features:**
7+
8+
- 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](https://github.com/Throne3d/node-irc/issues/53)
9+
- Allow `/` and `?` to appear in non-strict-parsed usernames – fixes [#55](https://github.com/Throne3d/node-irc/issues/55) and implements [#56](https://github.com/Throne3d/node-irc/pull/56)
10+
- Add 379 RPL_WHOISMODES, 335 RPL_WHOISBOT, 307, and 671 RPL_WHOISSECURE to recognized list of codes – fixes [#47](https://github.com/Throne3d/node-irc/issues/47), [#48](https://github.com/Throne3d/node-irc/issues/48), [#49](https://github.com/Throne3d/node-irc/issues/49) and [#50](https://github.com/Throne3d/node-irc/issues/50)
11+
12+
**Misc:**
13+
14+
- Test on Node 9, and no longer on Node 5 and 7
15+
- Update mocha to ^5.0.0
16+
- Update proxyquire to ^2.0.0
17+
- Fix deprecation warning for sinon's `.reset()`
18+
319
## [v0.8.1](https://github.com/Throne3d/node-irc/tree/v0.8.1) (2017-11-02)
420
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.8.0...v0.8.1)
521

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "irc-upd",
33
"description": "An IRC client library for node",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"author": "Edward Jones <[email protected]>",
66
"scripts": {
77
"lint": "eslint .",

0 commit comments

Comments
 (0)