Skip to content

Commit

Permalink
Added information for version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Aug 18, 2016
1 parent 2359fc3 commit 29a48ec
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,39 @@ Version changes
The following list gives a short overview about what is changed between
individual versions:

Version 3.0.0 (2016-08-18)
-------------------------------------------------
Breaking change of options array.

- Fix copy to throw error if already existing.
- Made chown and chmod capable of find and allow user/group names.
- Reworked asynchroneous move.
- Updated Readme.
- Finished restructuring of remover() methods.
- Optimize remove() performance by working in one run.
- Finished async remove.
- Fix documentation links.
- Start reworking remove and move methods.
- Fix examples to new filter rule format.
- Put filter options into subgrop named 'filter'.
- Update alinex-builder@2.3.6
- Update docs for copy method.
- Optimize documentation of find() method.
- Use posix instead of own user/group reader.
- Update docs.
- Optimize find to work with async queue correctly respecting the given parallel limit.
- Add support for parallel limit in copy method.
- Fix matching of concrete file.
- Support parallel setting through options.
- Allow multiple filter rule sets to be given.
- Move helper methods into own folder.
- Add examples for filter use.
- Fix documentation.
- Rework documentation of filter rules.
- Add error to documentation.
- Fix for multi include/exclude.
- Allow multiple exclude/include patterns to be checked.

Version 2.0.7 (2016-08-10)
-------------------------------------------------
- Allow all tests to run.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "alinex-fs",
"version": "2.0.7",
"version": "3.0.0",
"description": "Extension of nodes filesystem tools.",
"copyright": "Alexander Schilling 2014-2016",
"private": false,
Expand Down Expand Up @@ -54,4 +54,4 @@
"node": ">=0.10"
},
"os": []
}
}

0 comments on commit 29a48ec

Please sign in to comment.