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

Commit

Permalink
updated readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Aug 8, 2017
1 parent 65d0248 commit 883b1c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions README.md
Expand Up @@ -169,6 +169,18 @@ Reset stream pointer to the first row.

- `(str[])` - returns data headers

#### `stream.scheme`

- `(str)` - returns an actual scheme

#### `stream.format`

- `(str)` - returns an actual format

#### `stream.encoding`

- `(str)` - returns an actual encoding

#### `stream.sample`

- `(list)` - returns data sample
Expand Down Expand Up @@ -652,6 +664,10 @@ Close underlaying stream.

Reset items and underlaying stream. After reset call iterations over items will start from scratch.

#### `parser.encoding`

- `(str)` - returns an actual encoding

#### `parser.extended_rows`

- `(iterator)` - returns extended rows iterator
Expand Down Expand Up @@ -829,6 +845,19 @@ and `mock` packages. This packages are available only in tox envionments.

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

### v1.3

New API added:
- `stream.scheme`
- `stream.format`
- `stream.encoding`

Promoted provisional API to stable API:
- `Loader` (custom loaders)
- `Parser` (custom parsers)
- `Writer` (custom writers)
- `validate`

### v1.2

Improved behaviour:
Expand Down
2 changes: 1 addition & 1 deletion tabulator/VERSION
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 883b1c5

Please sign in to comment.