Skip to content

Commit

Permalink
⬆️ 1.2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed May 24, 2018
1 parent 7d6d779 commit 3f067df
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
<a name="1.2.0"></a>
# [1.2.0](https:/elbywan/wretch/compare/1.1.2...1.2.0) (2018-05-24)


### :arrow_up: Version update(s)

* 1.2.0 tag ([504b10b](https:/elbywan/wretch/commit/504b10b))

### :factory: New feature(s)

* Accept string argument in .query() #20 ([b53cca3](https:/elbywan/wretch/commit/b53cca3)), closes [#20](https:/elbywan/wretch/issues/20)

### :fire: Breaking change(s)

* Make .query() chainable #20 ([1a6a7c8](https:/elbywan/wretch/commit/1a6a7c8)), closes [#20](https:/elbywan/wretch/issues/20)

### :white_check_mark: Test improvement(s)

* Add more node.js versions used by the travis CI ([7d6d779](https:/elbywan/wretch/commit/7d6d779))
* Fixes for node.js v10 ([0dcba96](https:/elbywan/wretch/commit/0dcba96))



<a name="1.1.2"></a>
## [1.1.2](https:/elbywan/wretch/compare/1.1.1...1.1.2) (2018-03-07)


### :arrow_up: Version update(s)

* 1.1.2 tag ([f4e9ffe](https:/elbywan/wretch/commit/f4e9ffe))

### :art: Code improvement(s)

* Relaxed Response & Options types ([16c0b97](https:/elbywan/wretch/commit/16c0b97))
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle/wretch.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wretcher.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export declare class Wretcher {
*
* @param qp An object which will be converted, or a string which will be used verbatim.
*/
query(qp: object | string, clear?: boolean): Wretcher;
query(qp: object | string, replace?: boolean): Wretcher;
/**
* Set request headers.
* @param headerValues An object containing header keys and values
Expand Down
10 changes: 5 additions & 5 deletions dist/wretcher.js

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

2 changes: 1 addition & 1 deletion dist/wretcher.js.map

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": "wretch",
"version": "1.1.2",
"version": "1.2.0",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"fetch",
Expand Down

0 comments on commit 3f067df

Please sign in to comment.