# CHANGELOG

# 1.8.0 (2019-11-18)


### Bug Fixes

* default obj param ([3e61b2a](https://github.com/SUI-Components/sui/commit/3e61b2a3d8d6fde4b32865e7ad3a192aeb80fa75))



# 1.7.0 (2019-11-14)


### Bug Fixes

* removed [@ts-ignores](https://github.com/ts-ignores) ([b36c9c2](https://github.com/SUI-Components/sui/commit/b36c9c22356e7dc3b9dfd94ead795a50b51128dc))
* return self._domain.get(useCase) instead ([976676f](https://github.com/SUI-Components/sui/commit/976676f87af7f7499ea0a3ac8624c91ee850dc42))
* turns out inlineError never returns rejected promises ([6fd6173](https://github.com/SUI-Components/sui/commit/6fd6173b065b2c1b2b13f07970b2420181d5e1b1))


### Features

* adds compatibility to inlineError domain responses in build method ([21e7c98](https://github.com/SUI-Components/sui/commit/21e7c983bf4c646523ed11be99dec3856ebee87d))



# 1.6.0 (2019-03-19)


### Bug Fixes

* update export syntax ([a510111](https://github.com/SUI-Components/sui/commit/a5101119024dae44fb8528ad954e7d0742cd1f03))



# 1.5.0 (2019-03-18)


### Bug Fixes

* Release library with correct babel-preset-sui installed ([7b16e5a](https://github.com/SUI-Components/sui/commit/7b16e5a8975f9dcd78a0b797ab60bfb266711068))



# 1.4.0 (2019-03-18)


### Features

* Move to babel-preset-sui@3 ([90761a0](https://github.com/SUI-Components/sui/commit/90761a0e2bc1f5115b938407eb3549b6415b3e45))



# 1.3.0 (2019-02-19)


### Bug Fixes

* Use local babel-preset-sui for each project ([3031eda](https://github.com/SUI-Components/sui/commit/3031eda80496d7f65d3317d45a0671d4a045efd2))



# 1.2.0 (2018-02-28)


### Features

* domain entry point retrocompatibility + error messages improvement ([3f34394](https://github.com/SUI-Components/sui/commit/3f34394a03e1bb33724bfc47d46f121988cf3329))



# 1.1.0 (2018-01-08)


### Bug Fixes

* fixed typo error ([e2b28ed](https://github.com/SUI-Components/sui/commit/e2b28edd36f16d0e228da0dc1575d42f269f0fc5))
* fixed typo errors and changed package name ([db33d10](https://github.com/SUI-Components/sui/commit/db33d1043cd666aba6361ef8162643647f2e4f6f))


### Features

* added babel-ci and rosseta dependencies ([a42e001](https://github.com/SUI-Components/sui/commit/a42e0010303f2f4ab5d2ed46fd8875ebde3100c2))
* added domain builder file. No modified, taked by the file from NC ([75c9d74](https://github.com/SUI-Components/sui/commit/75c9d74fd5b175cfe845fdb0c45b08bfedef4f1d))
* added ignore, readme and changelog files ([ad66b8e](https://github.com/SUI-Components/sui/commit/ad66b8efee86d34aa1e2d744f83cbd7f12a375a6))
* added readme to the domainbuilder ([879a6e7](https://github.com/SUI-Components/sui/commit/879a6e7b10d22a7f17cdbfd45033cbc61f0e87f7))
* added readme to the i18n util ([d9ec9f7](https://github.com/SUI-Components/sui/commit/d9ec9f720c650fa0d9fefe04f674b3cfc1b6cac3))
* changed rosseta version from caret to major only. ([dc1dfae](https://github.com/SUI-Components/sui/commit/dc1dfaefef0496cfed3b42f2badeaf9d9e472d47))
* created I18N by use case or dictionary ([6eebfd3](https://github.com/SUI-Components/sui/commit/6eebfd3b259795c975ec7c35171d63def8cd6298))
* created i18n function ([e4b14ff](https://github.com/SUI-Components/sui/commit/e4b14ff7b7b34008fd66b548e3b3262723e0dcf1))
* implemented the ALWAYS PROMISE approach ([b0820a9](https://github.com/SUI-Components/sui/commit/b0820a9e05b68fecea64688482f14b20ea89e838))



