Skip to content

Commit

Permalink
Added information for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Apr 29, 2014
1 parent 4b57e52 commit 5ecbf54
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Version changes
The following list gives a short overview about what is changed between
individual versions:

Version 0.0.2 (2014-04-29)
-------------------------------------------------
- Keep permission and time on copy.
- Added synchronous copy method.
- Restructured remove, find, copy to use options.
- Rename meta to lstat method.
- Restructuring of modules.
- Added initial meta module with optimized lstat method.
- Add rudimental find method.
- Based on graceful-fs for more stable file operations.
- Added initial copy method.
- Small code optimization.
- Fixed remove methods on MacOSX.
- check travis to coveralls
- try coveralls in verbose mode
- try coveralls in verbose mode
- fixed travis token for coveralls

Version 0.0.1 (2014-04-23)
-------------------------------------------------
- Added methods to remove non-empty directories.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alinex-fs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Extension of nodes filesystem tools.",
"copyright": "Alexander Schilling 2014",
"private": false,
Expand Down Expand Up @@ -44,4 +44,4 @@
"node": ">=0.10"
},
"os": []
}
}

0 comments on commit 5ecbf54

Please sign in to comment.