Skip to content

Commit

Permalink
refactor: refactored changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 17, 2017
1 parent 6417cdd commit 7474218
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions CHANGELOG.md
Expand Up @@ -44,46 +44,46 @@
<a name="0.1.3"></a>
## 0.1.3 (2017-01-24)

* adds typings for account resources ([db32ffe](https://github.com/entrecode/ec.sdk/commit/db32ffe))
* clone input on resource create ([b54b173](https://github.com/entrecode/ec.sdk/commit/b54b173))
* fixed missing > in accounts typings ([8420ab4](https://github.com/entrecode/ec.sdk/commit/8420ab4))
* fixed wrong describe ([de22537](https://github.com/entrecode/ec.sdk/commit/de22537))
* implement simple account resource CMS-2575 ([fc0c65b](https://github.com/entrecode/ec.sdk/commit/fc0c65b))
* jsdoc and typings fixes ([ee253f0](https://github.com/entrecode/ec.sdk/commit/ee253f0))
* moved filter typedef to list resource ([489d195](https://github.com/entrecode/ec.sdk/commit/489d195))
* release version 0.1.3 ([ee05477](https://github.com/entrecode/ec.sdk/commit/ee05477))
* removed constructor value name from DataManagerList and ~Resource ([86ff6d4](https://github.com/entrecode/ec.sdk/commit/86ff6d4))
* removed use strict ([79691b7](https://github.com/entrecode/ec.sdk/commit/79691b7))
* setToken now function of Core instead of constructor option ([dce46dd](https://github.com/entrecode/ec.sdk/commit/dce46dd))
* fix: fixed missing > in accounts typings ([8420ab4](https://github.com/entrecode/ec.sdk/commit/8420ab4))
* fix: fixed wrong describe ([de22537](https://github.com/entrecode/ec.sdk/commit/de22537))
* feat: adds typings for account resources ([db32ffe](https://github.com/entrecode/ec.sdk/commit/db32ffe))
* feat: clone input on resource create ([b54b173](https://github.com/entrecode/ec.sdk/commit/b54b173))
* feat: implement simple account resource CMS-2575 ([fc0c65b](https://github.com/entrecode/ec.sdk/commit/fc0c65b))
* feat: jsdoc and typings fixes ([ee253f0](https://github.com/entrecode/ec.sdk/commit/ee253f0))
* refactor: moved filter typedef to list resource ([489d195](https://github.com/entrecode/ec.sdk/commit/489d195))
* refactor: removed constructor value name from DataManagerList and ~Resource ([86ff6d4](https://github.com/entrecode/ec.sdk/commit/86ff6d4))
* refactor: removed use strict ([79691b7](https://github.com/entrecode/ec.sdk/commit/79691b7))
* refactor: setToken now function of Core instead of constructor option ([dce46dd](https://github.com/entrecode/ec.sdk/commit/dce46dd))



<a name="0.1.2"></a>
## 0.1.2 (2017-01-23)

* adds codeclimate config ([58faccb](https://github.com/entrecode/ec.sdk/commit/58faccb))
* adds first version of typ declarations ([669dd13](https://github.com/entrecode/ec.sdk/commit/669dd13))
* adds jsdoc for Core#newRequest ([e570a3d](https://github.com/entrecode/ec.sdk/commit/e570a3d))
* adds test for invalid filter ([7de4d61](https://github.com/entrecode/ec.sdk/commit/7de4d61))
* push tags in release ([abff967](https://github.com/entrecode/ec.sdk/commit/abff967))
* reduce code duplicates in Core ([f43c6e0](https://github.com/entrecode/ec.sdk/commit/f43c6e0))
* reduce complexity of optionsToQuery ([e85160c](https://github.com/entrecode/ec.sdk/commit/e85160c))
* reduced duplicate code in Problem ([756a891](https://github.com/entrecode/ec.sdk/commit/756a891))
* release version 0.1.2 ([9003f46](https://github.com/entrecode/ec.sdk/commit/9003f46))
* split typings into separated files ([db5d93b](https://github.com/entrecode/ec.sdk/commit/db5d93b))
* updated type declarations ([a2a8a36](https://github.com/entrecode/ec.sdk/commit/a2a8a36))
* use traversonWrapper for getUrl ([db9923b](https://github.com/entrecode/ec.sdk/commit/db9923b))
* chore: adds codeclimate config ([58faccb](https://github.com/entrecode/ec.sdk/commit/58faccb))
* chore: push tags in release ([abff967](https://github.com/entrecode/ec.sdk/commit/abff967))
* docs: adds jsdoc for Core#newRequest ([e570a3d](https://github.com/entrecode/ec.sdk/commit/e570a3d))
* feat: adds first version of typ declarations ([669dd13](https://github.com/entrecode/ec.sdk/commit/669dd13))
* feat: updated type declarations ([a2a8a36](https://github.com/entrecode/ec.sdk/commit/a2a8a36))
* refactor: reduce code duplicates in Core ([f43c6e0](https://github.com/entrecode/ec.sdk/commit/f43c6e0))
* refactor: reduce complexity of optionsToQuery ([e85160c](https://github.com/entrecode/ec.sdk/commit/e85160c))
* refactor: reduced duplicate code in Problem ([756a891](https://github.com/entrecode/ec.sdk/commit/756a891))
* refactor: split typings into separated files ([db5d93b](https://github.com/entrecode/ec.sdk/commit/db5d93b))
* refactor: use traversonWrapper for getUrl ([db9923b](https://github.com/entrecode/ec.sdk/commit/db9923b))
* test: adds test for invalid filter ([7de4d61](https://github.com/entrecode/ec.sdk/commit/7de4d61))



<a name="0.1.1"></a>
## 0.1.1 (2017-01-20)

* adds more checks and badges ([6b8fab2](https://github.com/entrecode/ec.sdk/commit/6b8fab2))
* release version 0.1.1 ([7c5d4e8](https://github.com/entrecode/ec.sdk/commit/7c5d4e8))
* reset changelog ([b855a73](https://github.com/entrecode/ec.sdk/commit/b855a73))
* reworked release script for changelog ([b3b89a0](https://github.com/entrecode/ec.sdk/commit/b3b89a0))
* tag with vX.X.X so travis recognises the version ([657a304](https://github.com/entrecode/ec.sdk/commit/657a304))
* chore: adds more checks and badges ([6b8fab2](https://github.com/entrecode/ec.sdk/commit/6b8fab2))
* chore: reset changelog ([b855a73](https://github.com/entrecode/ec.sdk/commit/b855a73))
* chore: reworked release script for changelog ([b3b89a0](https://github.com/entrecode/ec.sdk/commit/b3b89a0))
* chore: tag with vX.X.X so travis recognises the version ([657a304](https://github.com/entrecode/ec.sdk/commit/657a304))



Expand Down

0 comments on commit 7474218

Please sign in to comment.