Skip to content

Commit

Permalink
Docs: Reverse order of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 30, 2023
1 parent 288122e commit da4eedb
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
# Changelog

## 1.0.0
## 2.1.3

* Initial release
* Update `yauzl-clone` dependency
* Fix changelog typo
* Run Travis CI tests on Node v10
* Update dev dependencies

## 1.1.0
## 2.1.2

* Promisify `.close` method
* `.readEntries` + `.walkEntries` avoid creating long promise chains (closes #2)
* `.walkEntries` awaits promise from callback (closes #1)
* `ZipFile` is not event emitter (closes #3)
* Test for `.open` returning rejected promise if IO error
* Update `mocha` dev dependency
* Update `yauzl-clone` dependency

## 1.1.1
## 2.1.1

* Fix: No crash on unexpected errors/events from reader
* Fix: Do not clone ZipFile or Entry if not required
* Fix: Typos in error messages
* Do not copy event emitter properties to `ZipFile` instances
* Refactor: Only use jshint `validthis` in functions that need it
* Update `yauzl-clone` dependency
* README update

## 2.0.0
## 2.1.0

* `useYauzl` clones yauzl object provided
* `useYauzl` clone option
* `ZipFile` + `Entry` subclass originals
* Use events-intercept module for capturing events
* Store state in symbol attributes
* Refactor: `opened` function
* Tests for `.usePromise` + `.useYauzl`
* Use `yauzl-clone` module for cloning yauzl object
* Fix: Add `fd-slicer` dev dependency

## 2.0.1

* `.close` method works for zip files from `.fromBuffer`
* Tests for all access methods
* Lint: Tests indentation

## 2.1.0
## 2.0.0

* Use `yauzl-clone` module for cloning yauzl object
* Fix: Add `fd-slicer` dev dependency
* `useYauzl` clones yauzl object provided
* `useYauzl` clone option
* `ZipFile` + `Entry` subclass originals
* Use events-intercept module for capturing events
* Store state in symbol attributes
* Refactor: `opened` function
* Tests for `.usePromise` + `.useYauzl`

## 2.1.1
## 1.1.1

* Update `yauzl-clone` dependency
* README update
* Fix: No crash on unexpected errors/events from reader
* Fix: Do not clone ZipFile or Entry if not required
* Fix: Typos in error messages
* Do not copy event emitter properties to `ZipFile` instances
* Refactor: Only use jshint `validthis` in functions that need it

## 2.1.2
## 1.1.0

* Update `yauzl-clone` dependency
* Promisify `.close` method
* `.readEntries` + `.walkEntries` avoid creating long promise chains (closes #2)
* `.walkEntries` awaits promise from callback (closes #1)
* `ZipFile` is not event emitter (closes #3)
* Test for `.open` returning rejected promise if IO error
* Update `mocha` dev dependency

## 2.1.3
## 1.0.0

* Update `yauzl-clone` dependency
* Fix changelog typo
* Run Travis CI tests on Node v10
* Update dev dependencies
* Initial release

0 comments on commit da4eedb

Please sign in to comment.