Skip to content

Commit

Permalink
better changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Sep 23, 2017
1 parent 2a515f9 commit 3122965
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 112 deletions.
110 changes: 61 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,61 @@
0.1.3 / 2017-09-22
==================

* 0.1.3 tag
* Update README.md
* Add headers/content/body methods and better options type.
* Clearer README
* update .gitattributes
* fix typos
* update deps
* add gitattributes
* code split
* add tslint

0.1.2 / 2017-09-21
==================

* 0.1.2 tag
* Addding the baseUrl function.
Resolves [#2](https://github.com/elbywan/wretch/issues/2).
* Update README.md
* correct types
* readme update
* improved typescript definitions
* typo fix
* Readme update

0.1.1 / 2017-09-14
==================

* 0.1.1 tag
* correct optional callbacks in declaration files

0.1.0 / 2017-09-14
==================

* 0.1.0 tag
* improve coverage
* add documentation
* add coverage
* moved from webpack to rollup and restored source maps
* remove source maps

0.0.1 / 2017-09-14
==================

* 0.0.1 tag
* init
* Initial commit
<a name="0.1.3"></a>
## 0.1.3 (2017-09-22)

* 0.1.3 tag ([9251ba0](https://github.com/elbywan/wretch/commit/9251ba0))
* add gitattributes ([5fde426](https://github.com/elbywan/wretch/commit/5fde426))
* Add headers/content/body methods and better options type. ([de5f740](https://github.com/elbywan/wretch/commit/de5f740))
* add tslint ([0cc8a6f](https://github.com/elbywan/wretch/commit/0cc8a6f))
* Clearer README ([906e5e5](https://github.com/elbywan/wretch/commit/906e5e5))
* code split ([f61844e](https://github.com/elbywan/wretch/commit/f61844e))
* fix typos ([6369edb](https://github.com/elbywan/wretch/commit/6369edb))
* update .gitattributes ([f2f9ae9](https://github.com/elbywan/wretch/commit/f2f9ae9))
* update deps ([9cc0ef7](https://github.com/elbywan/wretch/commit/9cc0ef7))
* Update README.md ([602d3de](https://github.com/elbywan/wretch/commit/602d3de))
* Update README.md ([28eb6ea](https://github.com/elbywan/wretch/commit/28eb6ea))
* Update README.md ([b8dab6c](https://github.com/elbywan/wretch/commit/b8dab6c))



<a name="0.1.2"></a>
## 0.1.2 (2017-09-21)

* 0.1.2 tag ([9d27f62](https://github.com/elbywan/wretch/commit/9d27f62))
* Addding the baseUrl function. ([3294448](https://github.com/elbywan/wretch/commit/3294448)), closes [#2](https://github.com/elbywan/wretch/issues/2)
* correct types ([d2b038c](https://github.com/elbywan/wretch/commit/d2b038c))
* improved typescript definitions ([04183ab](https://github.com/elbywan/wretch/commit/04183ab))
* readme update ([c625ac7](https://github.com/elbywan/wretch/commit/c625ac7))
* Readme update ([bd26f88](https://github.com/elbywan/wretch/commit/bd26f88))
* typo fix ([c542963](https://github.com/elbywan/wretch/commit/c542963))
* Update README.md ([a94b7fc](https://github.com/elbywan/wretch/commit/a94b7fc))



<a name="0.1.1"></a>
## 0.1.1 (2017-09-14)

* 0.1.1 tag ([29f2f39](https://github.com/elbywan/wretch/commit/29f2f39))
* correct optional callbacks in declaration files ([6596414](https://github.com/elbywan/wretch/commit/6596414))



<a name="0.1.0"></a>
# 0.1.0 (2017-09-14)

* 0.1.0 tag ([522718b](https://github.com/elbywan/wretch/commit/522718b))
* add coverage ([65aee6f](https://github.com/elbywan/wretch/commit/65aee6f))
* add documentation ([a8bee4d](https://github.com/elbywan/wretch/commit/a8bee4d))
* improve coverage ([b8879b6](https://github.com/elbywan/wretch/commit/b8879b6))
* moved from webpack to rollup and restored source maps ([9429b9e](https://github.com/elbywan/wretch/commit/9429b9e))
* remove source maps ([deb6684](https://github.com/elbywan/wretch/commit/deb6684))



<a name="0.0.1"></a>
## 0.0.1 (2017-09-13)

* 0.0.1 tag ([62525d4](https://github.com/elbywan/wretch/commit/62525d4))
* init ([fa53452](https://github.com/elbywan/wretch/commit/fa53452))
* Initial commit ([494dbf8](https://github.com/elbywan/wretch/commit/494dbf8))



0 comments on commit 3122965

Please sign in to comment.