Skip to content

Commit

Permalink
⬆️ 0.3.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 9, 2017
1 parent 10f2197 commit a9450c1
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 118 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/elbywan/wretch/compare/0.2.4...0.3.0) (2017-10-09)


### :art: Code improvement(s)

* Add polyfill getter method ([ca49cfc](https://github.com/elbywan/wretch/commit/ca49cfc))
* Can now catch on error name ([2a0f7e9](https://github.com/elbywan/wretch/commit/2a0f7e9))

### :checkered_flag: Performance update(s)

* Refactor perfs() to improve robustness and performance ([7b2b27c](https://github.com/elbywan/wretch/commit/7b2b27c))

### :factory: New feature(s)

* Abortable requests ([c5888fe](https://github.com/elbywan/wretch/commit/c5888fe)), closes [#7](https://github.com/elbywan/wretch/issues/7)
* Add formUrl body type ([64f6c3e](https://github.com/elbywan/wretch/commit/64f6c3e)), closes [#9](https://github.com/elbywan/wretch/issues/9)

### :fire: Breaking change(s)

* The .options function now mixin by default ([47b4630](https://github.com/elbywan/wretch/commit/47b4630))
* Remove .baseUrl and change .url behaviour ([5142b02](https://github.com/elbywan/wretch/commit/5142b02)), closes [#8](https://github.com/elbywan/wretch/issues/8)

### :memo: Documentation update(s)

* Add methods indexes and clarify some point in the readme ([54dae1c](https://github.com/elbywan/wretch/commit/54dae1c))
* Add minimalist companion website. ([10f2197](https://github.com/elbywan/wretch/commit/10f2197))
* Add readme announcement. ([d87a57d](https://github.com/elbywan/wretch/commit/d87a57d))
* Fix readme typo ([85852a6](https://github.com/elbywan/wretch/commit/85852a6))
* Fixed readme usage layout ([7f8ea0f](https://github.com/elbywan/wretch/commit/7f8ea0f))
* Update readme ([7881e2c](https://github.com/elbywan/wretch/commit/7881e2c))



<a name="0.2.4"></a>
## [0.2.4](https://github.com/elbywan/wretch/compare/0.2.3...0.2.4) (2017-10-06)


### :arrow_up: Version update(s)

* 0.2.4 tag ([879e14a](https://github.com/elbywan/wretch/commit/879e14a))

### :bug: Bug fix(es)

* Fix perfs() concurrency issues ([79f86ce](https://github.com/elbywan/wretch/commit/79f86ce))
Expand Down
168 changes: 53 additions & 115 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wretch",
"version": "0.2.4",
"version": "0.3.0",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"fetch",
Expand Down Expand Up @@ -38,9 +38,9 @@
"chai": "^4.1.2",
"conventional-changelog-cli": "^1.3.3",
"conventional-changelog-wretch": "file:scripts/conventional-changelog-wretch",
"coveralls": "^2.13.1",
"coveralls": "^3.0.0",
"form-data": "^2.3.1",
"mocha": "^3.5.3",
"mocha": "^4.0.1",
"node-fetch": "^2.0.0-alpha.8",
"nyc": "^11.2.1",
"restify": "^6.0.1",
Expand Down

0 comments on commit a9450c1

Please sign in to comment.