<a name="0.0.5"></a>
## [0.0.5](https://github.com/kwonoj/oxid/compare/v0.0.4...v0.0.5) (2018-09-28)



<a name="0.0.4"></a>
## [0.0.4](https://github.com/kwonoj/oxid/compare/v0.0.3...v0.0.4) (2018-09-25)


### Bug Fixes

* **isstandardbrowserenv:** short curcuit for node ([d82c36f](https://github.com/kwonoj/oxid/commit/d82c36f))


### Features

* **logger:** remove debug from dep, introduce enablelogger ([fa4e656](https://github.com/kwonoj/oxid/commit/fa4e656))



<a name="0.0.3"></a>
## [0.0.3](https://github.com/kwonoj/oxid/compare/v0.0.2...v0.0.3) (2018-09-25)



<a name="0.0.2"></a>
## 0.0.2 (2018-09-23)


### Bug Fixes

* **createerror:** fix type definition ([da72210](https://github.com/kwonoj/oxid/commit/da72210))
* **createerror:** update type definition ([88df9bb](https://github.com/kwonoj/oxid/commit/88df9bb))
* **dispatchrequest:** construct header correctly ([5915fa3](https://github.com/kwonoj/oxid/commit/5915fa3))
* **http:** do not throw when config header is empty ([362bee5](https://github.com/kwonoj/oxid/commit/362bee5))
* **isurlsearchparams:** do not import node modules ([c87d14e](https://github.com/kwonoj/oxid/commit/c87d14e))
* **isurlsearchparams:** support node.js url module ([a4ac391](https://github.com/kwonoj/oxid/commit/a4ac391))
* **observablehandler:** remove redundant next ([9b80275](https://github.com/kwonoj/oxid/commit/9b80275))
* **oxid:** correct types ([4ce121d](https://github.com/kwonoj/oxid/commit/4ce121d))
* **oxid:** fix method config ([25a39c0](https://github.com/kwonoj/oxid/commit/25a39c0))
* **xhr:** correct xhr behavior ([2a96cdf](https://github.com/kwonoj/oxid/commit/2a96cdf))
* **xhr:** remove import to node specific ([363e639](https://github.com/kwonoj/oxid/commit/363e639))


### Features

* **base:** implement base utils ([3e44a09](https://github.com/kwonoj/oxid/commit/3e44a09))
* **base:** update utilities ([53ebbd4](https://github.com/kwonoj/oxid/commit/53ebbd4))
* **base:** update utility functions ([6d69f7d](https://github.com/kwonoj/oxid/commit/6d69f7d))
* **buildurl:** implement buildurl ([2fd7e19](https://github.com/kwonoj/oxid/commit/2fd7e19))
* **combineurl:** implement combineurl ([f667655](https://github.com/kwonoj/oxid/commit/f667655))
* **completeobservable:** implement completeobservable ([fb26e7c](https://github.com/kwonoj/oxid/commit/fb26e7c))
* **cookies:** implement cookies ([4d93d03](https://github.com/kwonoj/oxid/commit/4d93d03))
* **createerror:** implement createerror ([c0ec858](https://github.com/kwonoj/oxid/commit/c0ec858))
* **debug:** implement debug utility ([35957b6](https://github.com/kwonoj/oxid/commit/35957b6))
* **defaultoptions:** export validatestatus ([a9b0a1b](https://github.com/kwonoj/oxid/commit/a9b0a1b))
* **defaultoptions:** implement default options ([2e5434c](https://github.com/kwonoj/oxid/commit/2e5434c))
* **defaultoptions:** set xhr for browser adapter ([9033d36](https://github.com/kwonoj/oxid/commit/9033d36))
* **dispatchrequest:** implement dispatchrequest ([92986d4](https://github.com/kwonoj/oxid/commit/92986d4))
* **http:** emit sent event ([3baa52a](https://github.com/kwonoj/oxid/commit/3baa52a))
* **http:** initial http adapter implementation ([2ae07fc](https://github.com/kwonoj/oxid/commit/2ae07fc))
* **http:** support json responsetype parse ([5da51ff](https://github.com/kwonoj/oxid/commit/5da51ff))
* **index:** export oxid ([9af7cbf](https://github.com/kwonoj/oxid/commit/9af7cbf))
* **index:** export versions ([a3c4e2d](https://github.com/kwonoj/oxid/commit/a3c4e2d))
* **isabsoluteurl:** implement isabsoluteurl ([4fc71dc](https://github.com/kwonoj/oxid/commit/4fc71dc))
* **isstandardbrowserenv:** implement isstandardbrowserenv ([04cd33f](https://github.com/kwonoj/oxid/commit/04cd33f))
* **isurlsameorigin:** implement isurlsameorigin ([d233051](https://github.com/kwonoj/oxid/commit/d233051))
* **metadata:** generate build time metadata ([0144514](https://github.com/kwonoj/oxid/commit/0144514))
* **normalizeheadername:** implement normalizeheadername ([20f74f7](https://github.com/kwonoj/oxid/commit/20f74f7))
* **observerhandler:** wrapper to observer to emit once only ([35d5976](https://github.com/kwonoj/oxid/commit/35d5976))
* **oxid:** implement oxid ([347b0b6](https://github.com/kwonoj/oxid/commit/347b0b6))
* **oxid:** update types to use httpevent ([0c6c553](https://github.com/kwonoj/oxid/commit/0c6c553))
* **parseheaders:** implement parseheaders ([ed2e64d](https://github.com/kwonoj/oxid/commit/ed2e64d))
* **request:** update type definition ([7719e82](https://github.com/kwonoj/oxid/commit/7719e82))
* **request:** update type definitions ([2ca85d9](https://github.com/kwonoj/oxid/commit/2ca85d9))
* **response:** introduce httpevent ([280af17](https://github.com/kwonoj/oxid/commit/280af17))
* **xhr:** implement xhr adapter ([e783f19](https://github.com/kwonoj/oxid/commit/e783f19))
* **xhrbackend:** use backend for xhr creation ([4ab6a8a](https://github.com/kwonoj/oxid/commit/4ab6a8a))



