### [0.3.10](https://github.com/simoneldevig/json-gui/compare/0.3.9...0.3.10) (2021-07-26)


### Bug Fixes

* resolve issue with remove key feature only working on arrrays ([401c82e](https://github.com/simoneldevig/json-gui/commit/401c82ee9075953a11fffe78746f2a7eb57c928e))

### [0.3.9](https://github.com/simoneldevig/json-gui/compare/0.3.8...0.3.9) (2021-07-26)

### [0.3.8](https://github.com/simoneldevig/json-gui/compare/0.3.7...0.3.8) (2021-07-26)


### Bug Fixes

* improve check ([24ecd7b](https://github.com/simoneldevig/json-gui/commit/24ecd7b1d6bde55f97e418b0c2aa3cd098910303))

### [0.3.7](https://github.com/simoneldevig/json-gui/compare/0.3.6...0.3.7) (2021-07-25)


### Features

* make it possible to remove keys from objects and models ([e857681](https://github.com/simoneldevig/json-gui/commit/e8576810dff2f4aef2141a0cdba62c539ac12d1d))


### Bug Fixes

* resolve issue with nested property names ([9199ffa](https://github.com/simoneldevig/json-gui/commit/9199ffa5746303beb3fc626b9fab5ea13c5cbc3c))

### [0.3.6](https://github.com/simoneldevig/json-gui/compare/0.3.5...0.3.6) (2021-05-20)

### [0.3.5](https://github.com/simoneldevig/json-gui/compare/0.3.4...0.3.5) (2021-05-20)


### Features

* enable support for huge payloads ([6a07049](https://github.com/simoneldevig/json-gui/commit/6a07049bca343b73f5df2bd4c796e00c6c6084c1))

### [0.3.4](https://github.com/simoneldevig/json-gui/compare/0.3.3...0.3.4) (2021-05-20)


### Bug Fixes

* resolve issue with generating nested arrays ([93090f5](https://github.com/simoneldevig/json-gui/commit/93090f5b75d417f970c0a401199cb6de318b8274))

### [0.3.3](https://github.com/simoneldevig/json-gui/compare/0.3.2...0.3.3) (2021-05-19)


### Bug Fixes

* resolve issues with objects and arrays ([bc3c54a](https://github.com/simoneldevig/json-gui/commit/bc3c54abe9716e01cb779e28e0249076867aa819))

### [0.3.2](https://github.com/simoneldevig/json-gui/compare/0.3.1...0.3.2) (2021-05-19)


### Bug Fixes

* do not override files if they exist on install ([770bbc6](https://github.com/simoneldevig/json-gui/commit/770bbc61728f8b807d24873c791a204185ccc914))
* resolve issue with non-faker inputs ([229c156](https://github.com/simoneldevig/json-gui/commit/229c156210a31f199e6375300728d1d4e5c8a5a5))
* resolve issue with the recursive collapse component not rendering in prod ([796bef4](https://github.com/simoneldevig/json-gui/commit/796bef412caa9e11532dc539a0c8b50885d3cb9d))


### Docs

* bump to beta ([b8fb5c9](https://github.com/simoneldevig/json-gui/commit/b8fb5c961440f0ef68f394f0acce850c83516c34))

### [0.3.1](https://github.com/simoneldevig/json-gui/compare/0.3.0...0.3.1) (2021-05-05)


### Bug Fixes

* resolve issue with incorrect path after duplicating an entry ([f269d91](https://github.com/simoneldevig/json-gui/commit/f269d91df0df87698c4ced44e3132fb794a553d8))

## [0.3.0](https://github.com/simoneldevig/json-gui/compare/0.1.1...0.3.0) (2021-05-05)


### Features

* Add property type selector ([39afd46](https://github.com/simoneldevig/json-gui/commit/39afd46bca17464eaa9db4eba12be686c3d5cdc0))
* Add support for object in endpoint root ([f668eae](https://github.com/simoneldevig/json-gui/commit/f668eae824f46ef18a2ccc83117422fe4260fd18))
* Make it possible to create array or object as endpoint property type ([d643f66](https://github.com/simoneldevig/json-gui/commit/d643f660689186e5f5345bcad01fa7a2a441f55e))
* make it possible to duplicate entries ([f82c682](https://github.com/simoneldevig/json-gui/commit/f82c682868e320bafa5b38052120af930183fe11))


### Bug Fixes

* Make sure to parse siblings to child components ([5df248e](https://github.com/simoneldevig/json-gui/commit/5df248e26fda0f4b21f19a0801b3b9372cfb8dd7))
* Resolve issue with generating nested arrays ([e9fa154](https://github.com/simoneldevig/json-gui/commit/e9fa15457742452a68be8ee42e007fd056c57371))

### [0.1.1](https://github.com/simoneldevig/json-gui/compare/0.1.0...0.1.1) (2021-04-20)


### Features

* Add validation to endpoint and models creation ([a4d0981](https://github.com/simoneldevig/json-gui/commit/a4d0981c467421e2f1f832ab47279dcf34b28a20))
* Add validation to entry editor ([c3a6c2e](https://github.com/simoneldevig/json-gui/commit/c3a6c2e4dbc8c07a79a7a72096aba10c6e1e4a85))
* Add validation to properties as well ([2c266db](https://github.com/simoneldevig/json-gui/commit/2c266dbe48654c6eb59124423f4d38cab8244b63))
* Add validation to property editor ([37d6b31](https://github.com/simoneldevig/json-gui/commit/37d6b3111b024cffafd62db7715399cae2b830a4))
* Add vee validate to settings inputs ([93162fc](https://github.com/simoneldevig/json-gui/commit/93162fc4f75cf105059514e5ec96dd2784271ab2))
* Improve endpoint and model validation ([3acdeff](https://github.com/simoneldevig/json-gui/commit/3acdeffe402657b3cfb82236f8dd851fe981faf4))


### Bug Fixes

* Allow changing back the model/endpoint name to org name ([60ff987](https://github.com/simoneldevig/json-gui/commit/60ff98700ea0ad6798c35f982c36b0b583a07da5))
* Clear dialog state on close ([94ff840](https://github.com/simoneldevig/json-gui/commit/94ff840bec64bd4c8b14009cb61a965bcb25b3e7))
* Resolve console error on switch ([939416e](https://github.com/simoneldevig/json-gui/commit/939416e889bd3f316ba509a06735286260a5ba56))
* Set correct item name on delete ([56db46c](https://github.com/simoneldevig/json-gui/commit/56db46c58628f4d0d6a5790c59f6ea5e8e3665a8))


### Docs

* Fix italic readme ([71e0fec](https://github.com/simoneldevig/json-gui/commit/71e0feccd972f2332bc4c26cf80c1b7027eee2a2))


### Refactor

* Refactor endpoint and model validation to vee-validate ([0eb9aba](https://github.com/simoneldevig/json-gui/commit/0eb9abaf2c95ec8b30c960abc147801643568bd3))

## [0.1.0](https://github.com/simoneldevig/json-gui/compare/0.0.6...0.1.0) (2021-04-12)


### Features

* Add button with link to endpoint on the specific endpoint ([1233640](https://github.com/simoneldevig/json-gui/commit/1233640ab5783b3b996491fa4878f695110b8fec))
* Use hash routing ([7ccb17b](https://github.com/simoneldevig/json-gui/commit/7ccb17b9d6fb9431abb97c054ae67f7f2b9a4370))


### Bug Fixes

* Make sure to delete the endpoint in the db as well ([7b2fb24](https://github.com/simoneldevig/json-gui/commit/7b2fb24ac9d7f8715421229486261f1226cf78e7))
* Resolve issuse with selected value from input search not being set ([3c792c1](https://github.com/simoneldevig/json-gui/commit/3c792c123a60e73595fd4cb5bd09a221119942d6))

### [0.0.6](https://github.com/simoneldevig/json-gui/compare/0.0.5...0.0.6) (2021-04-12)


### Bug Fixes

* Make sure to resolve correct path ([e1b850d](https://github.com/simoneldevig/json-gui/commit/e1b850d5d10c12de1e511ec78bfe69305d5391a3))
* Resolve issue with path to json-server.js ([2cee565](https://github.com/simoneldevig/json-gui/commit/2cee5650da6a23dd469e2d7b5f284391e850e852))

### [0.0.5](https://github.com/simoneldevig/json-gui/compare/0.0.4...0.0.5) (2021-04-11)


### Bug Fixes

* Make sure that it navigates to newly created endpoints and models ([3da7dce](https://github.com/simoneldevig/json-gui/commit/3da7dce6bcbd866754666b75e940c953ea599020))
* Resolve issue with newly created endpoints returning 404 ([6998c06](https://github.com/simoneldevig/json-gui/commit/6998c062ff2d9be4bf28fda810a2ca33a0bf3f44))


### Docs

* Fix typo ([b94dbbb](https://github.com/simoneldevig/json-gui/commit/b94dbbb17fda9e64808e574394bb1e789a49c50b))

### [0.0.4](https://github.com/simoneldevig/json-gui/compare/0.0.3...0.0.4) (2021-04-09)


### ⚠ BREAKING CHANGES

* Resolve issue with creating and generating new endpoints

### Bug Fixes

* Resolve issue with creating and generating new endpoints ([04bc9e8](https://github.com/simoneldevig/json-gui/commit/04bc9e8b2e813e98a53ad6bc2c41a49e97902902))

### [0.0.3](https://github.com/simoneldevig/json-gui/compare/0.0.2...0.0.3) (2021-04-08)


### Bug Fixes

* set min height of body to 100vh ([e5ea035](https://github.com/simoneldevig/json-gui/commit/e5ea035714b82b183aa5cbf3cc497d413cbf6927))

### [0.0.2](https://github.com/simoneldevig/json-gui/compare/1.0.0-alpha.10...0.0.2) (2021-04-08)

## [1.0.0-alpha.10](https://github.com/simoneldevig/json-gui/compare/1.0.0-alpha.10...0.0.2) (2021-04-08)

## [1.0.0-alpha.8](https://github.com/simoneldevig/json-gui/compare/1.0.0-alpha.10...0.0.2) (2021-04-08)

## [1.0.0-alpha.7](https://github.com/simoneldevig/json-gui/compare/1.0.0-alpha.10...0.0.2) (2021-04-08)

## [1.0.0-alpha.6](https://github.com/simoneldevig/json-gui/compare/1.0.0-alpha.10...0.0.2) (2021-04-08)


### ⚠ BREAKING CHANGES

* Change string input and property editor to maz-ui

### Features

* Add dialog for editing items ([ce0f1b5](https://github.com/simoneldevig/json-gui/commit/ce0f1b5042c5ece76cdaf46e157d426d3b38ff7e))
* add preview ([ca1a9a6](https://github.com/simoneldevig/json-gui/commit/ca1a9a60e8490b98a7fd58e089db896c10bf6120))
* Add sortable styling ([aa4361b](https://github.com/simoneldevig/json-gui/commit/aa4361b66fab080c3c86035ccfeec95f6d68102d))
* change themeing ([1b0eec0](https://github.com/simoneldevig/json-gui/commit/1b0eec02d7ad76e4fffdcfadaf9b9c506399f71f))
* make it possible to delete entries ([cfe5165](https://github.com/simoneldevig/json-gui/commit/cfe516545b1df84fbd629d463bf28a1157845cb2))
* make it possible to rename entries ([d42c74b](https://github.com/simoneldevig/json-gui/commit/d42c74b105f1f7b9e12b030bffc267ce81d61fc5))
* Make sidebar resizeable ([63bd5bd](https://github.com/simoneldevig/json-gui/commit/63bd5bd0e18ffeb1d167e4a36c635d650d59981d))
* Make theme switching work ([1974585](https://github.com/simoneldevig/json-gui/commit/1974585ef45ed3103fa91e582f2c487150e83ef2))
* Theming of reference models ([4875585](https://github.com/simoneldevig/json-gui/commit/4875585294b415f2db0e51a14c8adbcc8096a226))


### Bug Fixes

* Fix error with faker ([2a3df6d](https://github.com/simoneldevig/json-gui/commit/2a3df6d6c407e315ee9f489eab370d736ff4ec88))
* reenable generate post ([4a9eb96](https://github.com/simoneldevig/json-gui/commit/4a9eb960b70fcba83ea7e5a09e938278507a4baa))


### Refactor

* add flexbox grid ([ba92ad0](https://github.com/simoneldevig/json-gui/commit/ba92ad0ca7d59e512ee0d758d90e88743c473f2b))
* Add TypeScript ([6b410f2](https://github.com/simoneldevig/json-gui/commit/6b410f2b3e897d7f61ff2e75b9e0934764d1db97))
* Change string input and property editor to maz-ui ([968ff21](https://github.com/simoneldevig/json-gui/commit/968ff21a3d8d9dab86ed883f7ff013bde54e1cd2))
* Convert endpoint model from array to obj ([0d0ee25](https://github.com/simoneldevig/json-gui/commit/0d0ee251a82e290fb02f6f01bd0763a39c0918c6))
* convert the faker generator to convert objects to arrays ([9ae0a5d](https://github.com/simoneldevig/json-gui/commit/9ae0a5d945b70e0d81087e5224d78c96641a20e7))
* Make json-server functions less complex ([d51659d](https://github.com/simoneldevig/json-gui/commit/d51659d3c0eaba2a206aad23b38655a4638f6287))
* rewrite app to use typescript ([9e43813](https://github.com/simoneldevig/json-gui/commit/9e43813222b6d596ff9891796501bfda0fed3d75))
* start on refactoring creation of new properties ([b8e1c66](https://github.com/simoneldevig/json-gui/commit/b8e1c66e7cb86252024d08d07a71e5a53b2b297f))
* Start on Typescript component refactoring ([0eef8a1](https://github.com/simoneldevig/json-gui/commit/0eef8a17ca7f168dfab872dff07133c7d0a199cd))

