Skip to content

Latest commit

 

History

History
217 lines (113 loc) · 11 KB

CHANGELOG.md

File metadata and controls

217 lines (113 loc) · 11 KB

0.3.10 (2021-07-26)

Bug Fixes

  • resolve issue with remove key feature only working on arrrays (401c82e)

0.3.9 (2021-07-26)

0.3.8 (2021-07-26)

Bug Fixes

0.3.7 (2021-07-25)

Features

  • make it possible to remove keys from objects and models (e857681)

Bug Fixes

  • resolve issue with nested property names (9199ffa)

0.3.6 (2021-05-20)

0.3.5 (2021-05-20)

Features

  • enable support for huge payloads (6a07049)

0.3.4 (2021-05-20)

Bug Fixes

  • resolve issue with generating nested arrays (93090f5)

0.3.3 (2021-05-19)

Bug Fixes

  • resolve issues with objects and arrays (bc3c54a)

0.3.2 (2021-05-19)

Bug Fixes

  • do not override files if they exist on install (770bbc6)
  • resolve issue with non-faker inputs (229c156)
  • resolve issue with the recursive collapse component not rendering in prod (796bef4)

Docs

0.3.1 (2021-05-05)

Bug Fixes

  • resolve issue with incorrect path after duplicating an entry (f269d91)

0.3.0 (2021-05-05)

Features

  • Add property type selector (39afd46)
  • Add support for object in endpoint root (f668eae)
  • Make it possible to create array or object as endpoint property type (d643f66)
  • make it possible to duplicate entries (f82c682)

Bug Fixes

  • Make sure to parse siblings to child components (5df248e)
  • Resolve issue with generating nested arrays (e9fa154)

0.1.1 (2021-04-20)

Features

  • Add validation to endpoint and models creation (a4d0981)
  • Add validation to entry editor (c3a6c2e)
  • Add validation to properties as well (2c266db)
  • Add validation to property editor (37d6b31)
  • Add vee validate to settings inputs (93162fc)
  • Improve endpoint and model validation (3acdeff)

Bug Fixes

  • Allow changing back the model/endpoint name to org name (60ff987)
  • Clear dialog state on close (94ff840)
  • Resolve console error on switch (939416e)
  • Set correct item name on delete (56db46c)

Docs

Refactor

  • Refactor endpoint and model validation to vee-validate (0eb9aba)

0.1.0 (2021-04-12)

Features

  • Add button with link to endpoint on the specific endpoint (1233640)
  • Use hash routing (7ccb17b)

Bug Fixes

  • Make sure to delete the endpoint in the db as well (7b2fb24)
  • Resolve issuse with selected value from input search not being set (3c792c1)

0.0.6 (2021-04-12)

Bug Fixes

  • Make sure to resolve correct path (e1b850d)
  • Resolve issue with path to json-server.js (2cee565)

0.0.5 (2021-04-11)

Bug Fixes

  • Make sure that it navigates to newly created endpoints and models (3da7dce)
  • Resolve issue with newly created endpoints returning 404 (6998c06)

Docs

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)

0.0.3 (2021-04-08)

Bug Fixes

  • set min height of body to 100vh (e5ea035)

0.0.2 (2021-04-08)

1.0.0-alpha.10 (2021-04-08)

1.0.0-alpha.8 (2021-04-08)

1.0.0-alpha.7 (2021-04-08)

1.0.0-alpha.6 (2021-04-08)

⚠ BREAKING CHANGES

  • Change string input and property editor to maz-ui

Features

  • Add dialog for editing items (ce0f1b5)
  • add preview (ca1a9a6)
  • Add sortable styling (aa4361b)
  • change themeing (1b0eec0)
  • make it possible to delete entries (cfe5165)
  • make it possible to rename entries (d42c74b)
  • Make sidebar resizeable (63bd5bd)
  • Make theme switching work (1974585)
  • Theming of reference models (4875585)

Bug Fixes

Refactor

  • add flexbox grid (ba92ad0)
  • Add TypeScript (6b410f2)
  • Change string input and property editor to maz-ui (968ff21)
  • Convert endpoint model from array to obj (0d0ee25)
  • convert the faker generator to convert objects to arrays (9ae0a5d)
  • Make json-server functions less complex (d51659d)
  • rewrite app to use typescript (9e43813)
  • start on refactoring creation of new properties (b8e1c66)
  • Start on Typescript component refactoring (0eef8a1)