<a name="1.0.6"></a>
## [1.0.6](https://github.com/Slynova-Org/fence/compare/1.0.5...1.0.6) (2018-09-07)


### Features

* **guard:** avoid error when patching formatResourceName ([90c0434](https://github.com/Slynova-Org/fence/commit/90c0434))



<a name="1.0.5"></a>
## [1.0.5](https://github.com/Slynova-Org/fence/compare/1.0.4...1.0.5) (2018-07-21)


### Bug Fixes

* **bouncer:** check if defaultUser is also null ([3d84463](https://github.com/Slynova-Org/fence/commit/3d84463))



<a name="1.0.4"></a>
## 1.0.4 (2018-07-20)


### Features

* export Helpers to let us overwrite formatResourceName ([79ab280](https://github.com/Slynova-Org/fence/commit/79ab280))


<a name="1.0.3"></a>
## 1.0.3 (2018-07-19)


### Bug Fixes

* **ability:** remove default value for fields ([6f2d243](https://github.com/Slynova-Org/fence/commit/6f2d243))
* **bouncer:** return this' from 'pass' method ([5a724a6](https://github.com/Slynova-Org/fence/commit/5a724a6))
* **bouncer:** use lodash instead of ES2015 includes ([838db92](https://github.com/Slynova-Org/fence/commit/838db92))
* **coverage:** fix coverage tool ([9b1eaa2](https://github.com/Slynova-Org/fence/commit/9b1eaa2))
* **export:** fix global export ([a5dff29](https://github.com/Slynova-Org/fence/commit/a5dff29))
* **Guard:** fix method order ([c3730f6](https://github.com/Slynova-Org/fence/commit/c3730f6))
* **package:** fix github link ([8367fe4](https://github.com/Slynova-Org/fence/commit/8367fe4))
* fix merging conflict ([505518c](https://github.com/Slynova-Org/fence/commit/505518c))
* fix testing and guard ([2fcedcc](https://github.com/Slynova-Org/fence/commit/2fcedcc))
* remove duplicate from case git issue ([b4ab486](https://github.com/Slynova-Org/fence/commit/b4ab486))
* **package:** update node-exceptions to version 2.0.0 ([5da60bc](https://github.com/Slynova-Org/fence/commit/5da60bc))
* **package:** update node-exceptions to version 3.0.0 ([83656cf](https://github.com/Slynova-Org/fence/commit/83656cf))
* **readme:** correct title ([ede5628](https://github.com/Slynova-Org/fence/commit/ede5628))
* **test:** fix testing policy ([039e989](https://github.com/Slynova-Org/fence/commit/039e989))
* **travis:** update node version needed ([08b699f](https://github.com/Slynova-Org/fence/commit/08b699f))


### Features

* **guard:** generator is handled correctly ([1073117](https://github.com/Slynova-Org/fence/commit/1073117))
* add short syntax ([ad5b70b](https://github.com/Slynova-Org/fence/commit/ad5b70b))
* **gate:** overwrite resourceName formatter ([9fd6dd4](https://github.com/Slynova-Org/fence/commit/9fd6dd4))
* generator can be used ([193b118](https://github.com/Slynova-Org/fence/commit/193b118))
* Guard & Gate become a Facade ([f713a6e](https://github.com/Slynova-Org/fence/commit/f713a6e))
* move to async/await ([c812f49](https://github.com/Slynova-Org/fence/commit/c812f49))
* move to TypeScript ([a107d03](https://github.com/Slynova-Org/fence/commit/a107d03))
* **Guard:** add non-static can method ([3f81586](https://github.com/Slynova-Org/fence/commit/3f81586))
* **Guard:** let us override default user in short syntax ([757544c](https://github.com/Slynova-Org/fence/commit/757544c))
* **policy:** add policy management ([39661ea](https://github.com/Slynova-Org/fence/commit/39661ea))
* **policy:** allow to call all method for a policy class ([d4f1595](https://github.com/Slynova-Org/fence/commit/d4f1595))
* **policy:** short syntax denies is available ([b83112f](https://github.com/Slynova-Org/fence/commit/b83112f))



