node-archiver

a streaming interface for archive generation

MIT License

Downloads
42.1M
Stars
2.8K
Committers
42

Bot releases are visible (Hide)

node-archiver -

Published by ctalkington over 5 years ago

  • other: update dependencies
  • docs: now deployed using netlify
node-archiver -

Published by ctalkington about 6 years ago

  • breaking: follow node LTS, remove support for versions under 6. (#339)
  • bugfix: use stats in tar.js and core.js (#326)
  • other: update to archiver-utils@2 and zip-stream@2
  • other: remove lodash npm module usage (#335, #339)
  • other: Avoid using deprecated Buffer constructor (#312)
  • other: Remove unnecessary return and fix indentation (#297)
  • test: now targeting node v10 (#320)
node-archiver -

Published by ctalkington almost 7 years ago

  • refactor: directory now uses glob behind the scenes. should fix some directory recursion issues. (#267, #275)
  • docs: more info in quick start. (#284)
node-archiver -

Published by ctalkington almost 7 years ago

  • bugfix: fix relative symlink paths (#293)
  • other: coding style fixes (#294)
node-archiver -

Published by ctalkington about 7 years ago

  • bugfix: revert #261 due to potential issues with editing entryData in special cases.
  • bugfix: add var to entryData in glob callback (#273)
node-archiver -

Published by ctalkington about 7 years ago

  • docs: fix changelog date.
node-archiver -

Published by ctalkington about 7 years ago

  • bugfix: add const to entryData in glob callback (#261)
  • other: coding style fixes (#263)
node-archiver -

Published by ctalkington over 7 years ago

  • feature: support for symlinks. (#228)
  • feature: support for promises on finalize. (#248)
  • feature: addition of symlink method for programmatically creating symlinks within an archive.
  • change: emit warning instead of error when stat fails and the process can still continue.
  • change: errors and warnings now contain extended data (where available) and have standardized error codes (#256)
  • change: removal of deprecated bulk functionality. (#249)
  • change: removal of internal _entries property in favor of progress event. (#247)
  • change: support for node v4.0+ only. node v0.10 and v0.12 support has been dropped. (#241)
node-archiver - 1.3.0

Published by ctalkington almost 8 years ago

  • improve directory and glob methods to use events rather than callbacks. (#203)
  • fix bulk warning spam (#208)
  • updated mocha (#205)
node-archiver -

Published by ctalkington almost 8 years ago

  • Add a process.emitWarning for deprecated (#202)
node-archiver -

Published by ctalkington about 8 years ago

  • minor doc fixes.
  • bump deps to ensure latest versions are used.
node-archiver -

Published by ctalkington about 8 years ago

  • minor doc fixes.
  • dependencies upgraded.
node-archiver -

Published by ctalkington over 8 years ago

  • version unification across many archiver packages.
  • dependencies upgraded and now using semver caret (^).
node-archiver -

Published by ctalkington almost 9 years ago

  • 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.
node-archiver -

Published by ctalkington almost 9 years ago

  • simpler path normalization as path.join was a bit restrictive. #162
  • move utils to separate module to DRY.
node-archiver -

Published by ctalkington almost 9 years ago

  • src -> glob naming for future compatibility with another archive as a source
node-archiver -

Published by ctalkington almost 9 years ago

  • Add .src method working with globs #167
node-archiver -

Published by ctalkington almost 9 years ago

  • bump deps
  • strict mode supporting version of tar-stream #166
node-archiver -

Published by ctalkington about 9 years ago

  • bump deps
node-archiver -

Published by ctalkington about 9 years ago

  • stat isn't reliable on windows; force 0755 for directories when sourced from stats. closes #136 #137. props @Tim-B.