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

Commit 47deac0

Browse files
committed
0.10.0
1 parent 57b8e4c commit 47deac0

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
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.10.0](https://github.com/Throne3d/node-irc/tree/v0.10.0) (2018-06-14)
4+
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.9.0...v0.10.0)
5+
6+
**Fixed bugs:**
7+
8+
- Fix character set detection by using [node-chardet](https://github.com/runk/node-chardet) instead of jschardet – fixes [#59](https://github.com/Throne3d/node-irc/issues/59)
9+
10+
**Misc:**
11+
12+
- Test on Node 10, and no longer on Node 4
13+
- Use [Greenkeeper](https://greenkeeper.io/) for keeping dependency versions up to date
14+
- Add tests to ensure the character set conversion code works (with dependencies) on various test data, instead of just checking it uses stubbed dependencies
15+
- Fix deprecation warnings on Node 10 around using the `Buffer()` constructor
16+
- Update sinon to ^6.0.0
17+
- Update nyc to ^12.0.1
18+
319
## [v0.9.0](https://github.com/Throne3d/node-irc/tree/v0.9.0) (2018-03-29)
420
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.8.1...v0.9.0)
521

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
# General information about the project.
4343
project = u'node-irc'
44-
copyright = u'2017, Edward Jones'
44+
copyright = u'2018, Edward Jones'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.9'
51+
version = '0.10'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.9.0'
53+
release = '0.10.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

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.9.0",
4+
"version": "0.10.0",
55
"author": "Edward Jones <[email protected]>",
66
"scripts": {
77
"lint": "eslint .",

0 commit comments

Comments
 (0)