# Change Log 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. # [1.2.0](https://github.com/neikvon/vue-role-manager/compare/v1.1.2...v1.2.0) (2019-05-27) ### Bug Fixes * typo in readme ([2a4b700](https://github.com/neikvon/vue-role-manager/commit/2a4b700)) ### Features * provide route params and query for meta function;add 'inherit' option for meta config ([4b8c162](https://github.com/neikvon/vue-role-manager/commit/4b8c162)) ## [1.1.2](https://github.com/neikvon/vue-role-manager/compare/v1.1.1...v1.1.2) (2019-04-30) ### Bug Fixes * duplicate class name;role function return value ([ed60bb3](https://github.com/neikvon/vue-role-manager/commit/ed60bb3)) ## [1.1.1](https://github.com/neikvon/vue-role-manager/compare/v1.1.0...v1.1.1) (2019-04-11) ### Bug Fixes * **directive:** typo in 'hasAccess' method ([e4af15b](https://github.com/neikvon/vue-role-manager/commit/e4af15b)), closes [#2](https://github.com/neikvon/vue-role-manager/issues/2) # [1.1.0](https://github.com/neikvon/vue-role-manager/compare/v1.0.1...v1.1.0) (2019-04-02) ### Features * **addRoutes:** add children routes to any exist route by name ([b5ccac3](https://github.com/neikvon/vue-role-manager/commit/b5ccac3)) * **filter:** add 'enabled' option (enable route filter by role or not) ([d714a6d](https://github.com/neikvon/vue-role-manager/commit/d714a6d)) ## [1.0.1](https://github.com/neikvon/vue-role-manager/compare/v1.0.0...v1.0.1) (2019-02-26) ### Bug Fixes * allRoutes is not all ([77bf01c](https://github.com/neikvon/vue-role-manager/commit/77bf01c)) # [1.0.0](https://github.com/neikvon/vue-role-manager/compare/v0.1.0...v1.0.0) (2019-01-14) ### Features * **addRoutes:** dynamically add child routes to an existing route ([8717e2d](https://github.com/neikvon/vue-role-manager/commit/8717e2d)) * add child route ([992f155](https://github.com/neikvon/vue-role-manager/commit/992f155)) ### BREAKING CHANGES * add top level route, add child route # [0.1.0](https://github.com/neikvon/vue-role-manager/compare/v0.0.3...v0.1.0) (2018-09-19) ### Features * **methods:** Optimize and expose the 'hasAccessToRoute' method ([60cc571](https://github.com/neikvon/vue-role-manager/commit/60cc571)) ## [0.0.3](https://github.com/neikvon/vue-role-manager/compare/v0.0.2...v0.0.3) (2018-09-18) ## 0.0.2 (2018-09-18)