Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 17, 2023
1 parent cbfe113 commit e2894e8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## 3.0.0

Breaking changes:

* Drop support for NodeJS < v16
* Remove handling no native `Promise` constructor

Features:

* Async iteration

Refactor:

* Add entry point in package root

Dependencies:

* Update dependencies

Tests:

* Run tests with Jest
* Test correct data from streams
* Capture stream errors [fix]
* Move test ZIP into `fixtures` dir

Docs:

* Improve simple use example
* Document `use` method
* Reformat docs + tweaks
* Add section on versioning
* Remove old badges from README
* Reverse order of changelog
* Update license year
* Remove license indentation

Dev:

* Replace JSHint with ESLint
* Use Github Actions for CI
* Update dev dependencies
* Add `package-lock.json`
* Replace `.npmignore` with `files` key in `package.json`
* Update editorconfig
* `.gitattributes` file
* Re-order `.gitignore`

## 2.1.3

* Update `yauzl-clone` dependency
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yauzl-promise",
"version": "2.1.3",
"version": "3.0.0",
"description": "yauzl unzipping with Promises",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e2894e8

Please sign in to comment.