Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 1, 2023
1 parent 4e1de1c commit 5adb5a3
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

## 2.0.0

Breaking changes:

* Drop support for NodeJS < v16

Bug fixes:

* Call `open` callback before reading first entry

Refactor:

* Add entry point in package root

Dependencies:

* Update dependencies
* Update `@overlookmotel/yauzl` dependency

No code:

* Refactor + code comments
* Fix code comment typo

Tests:

* Run tests with Jest

Docs:

* 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`

## 1.0.0

* Initial release
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-mac",
"version": "1.0.0",
"version": "2.0.0",
"description": "Unzipping with yauzl with added support for Mac OS Archive Utility ZIP files",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5adb5a3

Please sign in to comment.