|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v0.6.0](https://github.com/martynsmith/node-irc/tree/v0.6.0) (2016-07-01) |
| 4 | +[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.5.2...v0.6.0) |
| 5 | + |
| 6 | +This is the first version of a fork to the project. |
| 7 | +It attempts to address some of the more major issues with the original version. |
| 8 | +It is also the first version to stop testing against node.js 0.10 and 0.12. |
| 9 | + |
| 10 | +**Implemented enhancements:** |
| 11 | + |
| 12 | +- Upgrade dependency tape |
| 13 | +- Switch to eslint instead of jscs for linting, now jscs is no longer maintained |
| 14 | +- Support Japanese and Korean characters in nicknames, and add a corresponding option, `enableStrictMode`, to switch back to the more RFC2812-compliant parsing mode |
| 15 | +- Improve documentation; fix up some typographical errors, ensure code blocks parse correctly, improve some descriptions and add the `password` option to the options object |
| 16 | + |
| 17 | +**Fixed bugs:** |
| 18 | + |
| 19 | +- Keep track of users in each channel better, so the quit, kill and nick events are only passed the relevant channels. |
| 20 | +- Split lines by byte instead of character, so line splitting with higher Unicode codepoints (e.g. CJK characters) works |
| 21 | +- Prevent tests from hanging by properly disconnecting the client (and stopping the ping timer) when the 'close' event is received |
| 22 | +- Related to the above, do not respawn a connection when receiving the 'close' event if the connection is not the current connection (as it has presumably been abandoned) |
| 23 | +- Only send messages when the bot's connection is available, to prevent a crash when messages are queued and the connection ends |
| 24 | + |
| 25 | + |
3 | 26 | ## [v0.5.2](https://github.com/martynsmith/node-irc/tree/v0.5.2) (2016-11-25)
|
4 | 27 | [Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.1...v0.5.2)
|
5 | 28 |
|
|
470 | 493 | ## [v0.1.0](https://github.com/martynsmith/node-irc/tree/v0.1.0) (2010-05-14)
|
471 | 494 |
|
472 | 495 |
|
473 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 496 | +\* *Some of this Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments