Skip to content

Commit

Permalink
bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jul 5, 2017
1 parent 4b98239 commit 5b826c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
## Changelog

**1.3.0** — <small> December 13, 2016 </small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.2.0...1.3.0)
**2.0.0** — <small>_July 5th, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.3.0...2.0.0)

- 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 v0.4+ only. node v0.10 and v0.12 support has been dropped. (#241)

**1.3.0** — <small>_December 13, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.2.0...1.3.0)

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

**1.2.0** — <small> November 2, 2016 </small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.1.0...1.2.0)
**1.2.0** — <small>_November 2, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.1.0...1.2.0)

- Add a `process.emitWarning` for `deprecated` (#202)

**1.1.0** — <small> August 29, 2016 </small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.0.1...1.1.0)
**1.1.0** — <small>_August 29, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.0.1...1.1.0)

- minor doc fixes.
- bump deps to ensure latest versions are used.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Archiver v1.3.0
# Archiver v2.0.0

[![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master)

Expand Down

0 comments on commit 5b826c9

Please sign in to comment.