Releases: lukashornych/evitalab
Releases · lukashornych/evitalab
v1.6.0
Changes
- Christmas release @lukashornych (#89)
- feat(#52): basic reference attributes in data grid support @lukashornych (#88)
- feat: evitaQL console language support @lukashornych (#85)
v1.5.0
Changes
- feat(#70): codemirror status bar with selection info and spaces info @lukashornych (#83)
v1.4.0
Changes
- Release: uniqueness types support, complex properties framework for prop. tables, more detailed filterable flag, tooltips in explorer @lukashornych (#81)
- Feature 77 filterable flag if unique @lukashornych (#79)
v1.3.1
Changes
- fix: cannot handle facet summaries for non-grouped references after h… @lukashornych (#75)
v1.3.0
Changes
- Release #62 @lukashornych (#69)
- feat(#62): result visualiser improvements - more flexible attributes rendering, performance temp. fix @lukashornych (#68)
v1.2.0
Changes
- #62: release @lukashornych (#67)
- #62: improvements and fixes for result visualiser @lukashornych (#66)
v1.1.1
Changes
- feat(#62): alpha version of result visualiser for GraphQL and evitaQL consoles @lukashornych (#65)
- Feature 62 alpha of GQL/evitaQL console visualiser @lukashornych (#64)
v1.1.0
Changes
- Small features and fixes @lukashornych (#60)
v1.0.1
Changes
- Revert "fix: cannot parse preconfigured connections, evitaDB doesn't … @lukashornych (#57)
v1.0.0
First Official Release!
Main changes
- complete redesign to match evitaDB docs
- advanced data grid cell value previewer
- supports pretty printing of values in several formats
- supports automatic resolution of target format for pretty printing based on the type of a value
- supported formats:
- Markdown - renders MD texts or pretty prints values by data type in MD
- JSON - pretty prints and highlights JSON values in code editor
- XML - pretty prints XML documents (even partial XML documents) in code editor
- HTML - renders HTML document
- evitaDB latest blog posts feed on welcome screen
- proper styling for Markdown-rendered texts matching evitaDB docs
- available in various places:
- schema descriptions
- user data previewers
- and more
- available in various places:
- clicking middle mouse button on a cell in data grid copies the value
- data grid automatically pre-selects data locale based on browser's locale (if there is any match with stored locales)
- schema flags show data type of a schema (if applicable), e.g. in attribute listing
- extensive support for representative attributes
- data grid automatically loads representative attributes with entities
- columns in data grid representing references or parents, automatically loads representative attributes of referenced entity into the origin column alongside referenced primary key
- and a lot of fixes