Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Nov 25, 2018
1 parent 4936d8f commit 34ef430
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## 2.2.0 November 25, 2015

Requires Node 6.x or later, due to changes to the `Buffer` class.

Unzip Remote Images If Content-Encoding is "gzip" #37 (philipheinser)

Support iBeacons #43 (fabianfett)

Add extra fields for companion app info #55 (thedumbterminal)

Listen for finish event on fs #56 (arturojain)

Follow redirects for HTTPS and HTTP requests #57 (augustorsouza)

Properly parse output of openssl on Windows #64 (akadko)

Use the target of the pipe method also as its return value #67 (atd-schubert)


## 2.1.1 April 16, 2015

Update package.json with async dependency (tomasdev)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "passbook",
"description": "iOS Passbook for the Node hacker",
"homepage": "https://github.com/assaf/node-passbook",
"version": "2.1.2",
"version": "2.2.0",
"author": {
"name": "Assaf Arkin",
"email": "assaf@labnotes.org"
Expand Down

0 comments on commit 34ef430

Please sign in to comment.