Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-04-08)

### Bug Fixes

* **PetitioResponse:** support non-ascii json responses ([#11](#11)) ([d8344e4](d8344e4))

### Features

* add support for stream ([c706801](c706801))
* add text encoding option & tests ([7f6f5c6](7f6f5c6))

### Performance Improvements

* remove spread operators and callback loops ([#12](#12)) ([3bf48cc](3bf48cc))
  • Loading branch information
Kludge Cyber Systems (CI) committed Apr 8, 2021
1 parent 4aac817 commit a5b9d93
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/helperdiscord/petitio/compare/v1.1.0...v1.2.0) (2021-04-08)


### Bug Fixes

* **PetitioResponse:** support non-ascii json responses ([#11](https://github.com/helperdiscord/petitio/issues/11)) ([d8344e4](https://github.com/helperdiscord/petitio/commit/d8344e44bb2ca247082c7f330354a76869e49793))


### Features

* add support for stream ([c706801](https://github.com/helperdiscord/petitio/commit/c7068011464ce003d4443ab975b48bab9b0ac74f))
* add text encoding option & tests ([7f6f5c6](https://github.com/helperdiscord/petitio/commit/7f6f5c63f3dddc2838c7dc1975c8a5c9335f120d))


### Performance Improvements

* remove spread operators and callback loops ([#12](https://github.com/helperdiscord/petitio/issues/12)) ([3bf48cc](https://github.com/helperdiscord/petitio/commit/3bf48cc1d002fb342af932f720dfc833c94461fe))

## [1.2.1](https://github.com/helperdiscord/petitio/compare/v1.2.0...v1.2.1) (2021-04-07)


Expand Down
2 changes: 1 addition & 1 deletion 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": "petitio",
"version": "1.2.1",
"version": "1.2.0",
"description": "Zero-dependency HTTP library designed to be simple, fast, and type-strong.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a5b9d93

Please sign in to comment.