Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 3, 2017
1 parent 04d99c3 commit 7f50c77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,29 @@ $ npm run test

## Changelog

Here described only breaking and the most important changes. The full changelog could be found in nicely formatted [commit history](https://github.com/frictionlessdata/goodtables-ui/commits/master).
Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/goodtables-ui/commits/master).

### v1.1

Improved behaviour:
- updated to Data Quality Spec v1
- added support for custom checks

### v1.0

First stable realese.

### [v0.3](https://github.com/frictionlessdata/goodtables-ui/tree/v0.3.0)
### v0.3

New functionality added:
- `Form` component now supports source/schema uploading

### [v0.2](https://github.com/frictionlessdata/goodtables-ui/tree/v0.2.0)
### v0.2

New API added:
- published `Form` component

### [v0.1](https://github.com/frictionlessdata/goodtables-ui/tree/v0.1.7)
### v0.1

New API added:
- published `Report` component
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goodtables-ui",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"author": "roll <eskarev@gmail.com>",
"description": "UI components for goodtables",
Expand Down

0 comments on commit 7f50c77

Please sign in to comment.