# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/SkeLLLa/fast-rbac/compare/v2.0.0...v2.0.1) (2021-09-16)


### Misc

* **deps:** update & fix audit ([a7a751f](https://github.com/SkeLLLa/fast-rbac/commit/a7a751ffc011caafb79c1f0d7b9787a3457da4cb))


### Bug fixes

* **build:** type generation for node fix ([3182b1f](https://github.com/SkeLLLa/fast-rbac/commit/3182b1fb4c0ba0171493a8ce0da979abb63240e8))
* cloudflare env possible fix ([c473e1d](https://github.com/SkeLLLa/fast-rbac/commit/c473e1d85b5979c2c9004d91f2c0c8b553d276f9))
* remove check for buffer ([ef47d80](https://github.com/SkeLLLa/fast-rbac/commit/ef47d80d6454ea9010905d1c1043750a91c109c0))

## [2.0.0](https://github.com/SkeLLLa/fast-rbac/compare/v1.3.0...v2.0.0) (2021-06-18)


### ⚠ BREAKING CHANGES

* potentially breaking interface changes for browser version

### Features

* deps update, refactor, rollup update ([519c0a7](https://github.com/SkeLLLa/fast-rbac/commit/519c0a7790cca11054640c782d0cfd8d4e148a7d))


### Misc

* **deps:** bump acorn from 5.7.3 to 5.7.4 ([3710be7](https://github.com/SkeLLLa/fast-rbac/commit/3710be76f320082756b48cce6522acdfc488f285))
* **deps:** bump jquery from 3.4.1 to 3.5.0 ([1d37816](https://github.com/SkeLLLa/fast-rbac/commit/1d378165e43ebeefcd64524005245920da611677))
* **deps:** bump websocket-extensions from 0.1.3 to 0.1.4 ([c5c6c2d](https://github.com/SkeLLLa/fast-rbac/commit/c5c6c2db8a82df094828464d35f74263e36788a7))
* **deps-dev:** bump codecov from 3.6.1 to 3.6.5 ([52e5430](https://github.com/SkeLLLa/fast-rbac/commit/52e54302d7dad01eb597e072950c03a20bff83d4))


### Tests

* fix tests ([db53f6b](https://github.com/SkeLLLa/fast-rbac/commit/db53f6be3f44d84ea34d8d3fd5c77832250280fb))

## [1.3.0](https://gitlab.com/m03geek/fast-rbac/compare/v1.2.3...v1.3.0) (2019-12-13)


### Features

* **browser:** add iife bundle ([ca9ae20](https://gitlab.com/m03geek/fast-rbac/commit/ca9ae20d2f1d308ba821ee57223ff11c476c9613))

### [1.2.3](https://gitlab.com/m03geek/fast-rbac/compare/v1.2.2...v1.2.3) (2019-08-25)

### [1.2.2](https://gitlab.com/m03geek/fast-rbac/compare/v1.2.1...v1.2.2) (2019-07-15)



### [1.2.1](https://gitlab.com/m03geek/fast-rbac/compare/v1.2.0...v1.2.1) (2019-06-13)


### Bug Fixes

* **package.json:** fix typo ([cb511c6](https://gitlab.com/m03geek/fast-rbac/commit/cb511c6))



## [1.2.0](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.10...v1.2.0) (2019-06-13)


### Features

* add es6 module ([649c5f0](https://gitlab.com/m03geek/fast-rbac/commit/649c5f0))



### [1.1.10](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.9...v1.1.10) (2019-06-04)



### [1.1.9](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.8...v1.1.9) (2019-06-04)



### [1.1.8](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.7...v1.1.8) (2019-06-04)


### Bug Fixes

* **can:** fix inherits order ([1d523ac](https://gitlab.com/m03geek/fast-rbac/commit/1d523ac))



### [1.1.7](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.6...v1.1.7) (2019-06-04)


### Bug Fixes

* add more exports variants ([bfab6ba](https://gitlab.com/m03geek/fast-rbac/commit/bfab6ba))



### [1.1.6](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.5...v1.1.6) (2019-06-03)



### [1.1.5](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.4...v1.1.5) (2019-06-03)



### [1.1.4](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.3...v1.1.4) (2019-06-03)



### [1.1.3](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.2...v1.1.3) (2019-06-03)


### Tests

* **coverage:** add codecov for npm ([35dd158](https://gitlab.com/m03geek/fast-rbac/commit/35dd158))



### [1.1.2](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.1...v1.1.2) (2019-06-03)



### [1.1.1](https://gitlab.com/m03geek/fast-rbac/compare/v1.1.0...v1.1.1) (2019-06-03)



## [1.1.0](https://gitlab.com/m03geek/fast-rbac/compare/v1.0.0...v1.1.0) (2019-06-03)


### Bug Fixes

* **utils:** fix merge roles ([5f75114](https://gitlab.com/m03geek/fast-rbac/commit/5f75114))


### Features

* add remove/add methods ([1778428](https://gitlab.com/m03geek/fast-rbac/commit/1778428))
* make roles optional ([f791452](https://gitlab.com/m03geek/fast-rbac/commit/f791452))


### Tests

* **can:** add rest can tests ([3ebbe6e](https://gitlab.com/m03geek/fast-rbac/commit/3ebbe6e))
* **unit:** add can tests ([62b3d7b](https://gitlab.com/m03geek/fast-rbac/commit/62b3d7b))
* **update:** add add/remove tests ([3b603ef](https://gitlab.com/m03geek/fast-rbac/commit/3b603ef))
* **utils:** add tests ([2524f18](https://gitlab.com/m03geek/fast-rbac/commit/2524f18))
* add export nterface test ([1fcb944](https://gitlab.com/m03geek/fast-rbac/commit/1fcb944))



## 1.0.0 (2019-05-31)


### Bug Fixes

* **audit:** sending kind regards to lazy typedoc devs ([dc6af99](https://gitlab.com/m03geek/fast-rbac/commit/dc6af99))


### Features

* initial commit ([07e2700](https://gitlab.com/m03geek/fast-rbac/commit/07e2700))
