forked from ditesh/node-poplib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
32 lines (23 loc) · 1.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0.1.7 (Wed Apr 2 17:41:53 MYT 2014)
* Fixed typos
0.1.6 (Wed Mar 19 13:16:51 MYT 2014)
* Fixed examples in README.md
* Added MIT license to package.json
* Addition of TLS options to pass through to underlying TLS module (thanks to Brendan Hill [https://github.com/brendanhill])
* Fixed ignoring TLS errors, bug in LIST (thanks to Brendan Hill [https://github.com/brendanhill])
0.1.5 (Wed Feb 13 19:05:40 MYT 2013)
* Fixed issue #4 (thanks to [https://github.com/AVBelyy] )
* Fixed issue #3 (replaced references to hashlib with inbuilt crypto)
* Better documentation, including
0.1.4 (Tue Nov 8 11:30:36 MYT 2011):
* Fixed issue #1 (thanks to Nazar [https://github.com/nazar] )
* Removed unused files
* Fixed demo/demo.js
* Fixed bug for non-match on multiline response when -ERR is received
0.1.3:
* Fixed default value for options in constructor
* Fixed documentation text
* Miscellaneous minor fixes
0.1.2:
* Removed unixlib as a dependency
* Added CHANGELOG