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 Mar 31, 2020
1 parent 5f2acaa commit bca35ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,10 @@ $ npm run test

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-js/commits/master).

#### v1.0

First stable realese.

#### v0.7

New functionality added:
- `source` and `schema` now could be a `File` object in browser to allow file uploading

#### v0.6
#### v1.1

New provisional API added:
- published `ApiClient` class
- Added default credentials

#### v0.5

New API added:
- published data quality spec as `spec`

#### v0.4

This version includes breaking changes and now uses `goodtables.io/api` as a backend.

#### v0.3
#### v1.0

This version uses `goodtables-web` service as a backend.
- First stable realese
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goodtables",
"version": "1.0.3",
"version": "1.1.0",
"description": "An API wrapper for a goodtables.io service. goodtables.io is an open source web service for validating tabular data sources.",
"keywords": [
"data package",
Expand Down

0 comments on commit bca35ce

Please sign in to comment.