Commit 23582d1d authored by Benjamin Chelli's avatar Benjamin Chelli

v0.2.4

parent 3064c168
# Releases
## 0.2.4
- refactor lib/smb2.js: now every single api is in the lib/api folder, connection and message forging has been also externalized under tools
## 0.2.3
- fs.rmdir(path, callback)
......
......@@ -12,4 +12,3 @@
## Implementation on existing functions
- support of mode in mkdir
- support of mode in writeFile
- refactor lib/smb2.js
......@@ -4,7 +4,7 @@
, "description":"SMB2 Client"
, "homepage": "https://github.com/bchelli/node-smb2"
, "version":"0.2.3"
, "version":"0.2.4"
, "engines": [
"node"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment