Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
1.1.0
29 Aug 23:48
Compare
Sorry, something went wrong.
No results found
minor doc fixes.
bump deps to ensure latest versions are used.
1.0.1
28 Jul 01:55
Compare
Sorry, something went wrong.
No results found
minor doc fixes.
dependencies upgraded.
1.0.0
06 Apr 04:17
Compare
Sorry, something went wrong.
No results found
version unification across many archiver packages.
dependencies upgraded and now using semver caret (^).
0.21.0
22 Dec 05:14
Compare
Sorry, something went wrong.
No results found
core: add support for entry.prefix. update some internals to use it.
core(glob): when setting options.cwd get an absolute path to the file and use the relative path for entry.name. #173
core(bulk): soft-deprecation of bulk feature. will remain for time being with no new features or support.
docs: initial jsdoc for core. http://archiverjs.com/docs
tests: restructure a bit.
0.20.0
30 Nov 19:50
Compare
Sorry, something went wrong.
No results found
simpler path normalization as path.join was a bit restrictive. #162
move utils to separate module to DRY.
0.19.0
28 Nov 21:13
Compare
Sorry, something went wrong.
No results found
src -> glob naming for future compatibility with another archive as a source
0.18.0
28 Nov 21:05
Compare
Sorry, something went wrong.
No results found
Add .src method working with globs #167
0.17.0
24 Nov 22:31
Compare
Sorry, something went wrong.
No results found
bump deps
strict mode supporting version of tar-stream #166
0.16.0
17 Oct 20:51
Compare
Sorry, something went wrong.
No results found
0.15.1
10 Sep 03:25
Compare
Sorry, something went wrong.
No results found
stat isn't reliable on windows; force 0755 for directories when sourced from stats. closes #136 #137 . props @Tim-B .