Skip to content

Commit

Permalink
1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 30, 2018
1 parent 8dd790f commit ee7b30e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.0-beta.3 (29-11-2018)

- Server
- Generate assets by a separate process/command, therefore no need to restart a server on assets config change
- Client
- Fixed `query()` jora helper
- Removed `pick()` jora helper
- Added ability to disable an auto-columns via cols map
- Changed `badge` view to take a data as a string
- Made `link` view more adaptive to input data
- Show 1 level expanded struct on `default` and `report` pages

## 1.0.0-beta.2 (26-11-2018)

- Fixed `discovery-build` dependency issue
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/discovery",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Hackable JSON discovery tool",
"keywords": [],
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
Expand Down

0 comments on commit ee7b30e

Please sign in to comment.