Skip to content

Commit 7726f67

Browse files
committed
v1.1.0
1 parent bdce391 commit 7726f67

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
A library for working with [Data Packages](http://specs.frictionlessdata.io/data-package/).
99

10-
> Version v1.0 includes various important changes. Please read a [migration guide](#v10).
11-
1210
## Features
1311

1412
- `Package` class for working with data packages
@@ -721,6 +719,17 @@ $ npm run build
721719

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

722+
### v1.1
723+
724+
Updated behaviour:
725+
726+
- Resource's `escapeChar` and `quoteChar` are mutually exclusive now
727+
728+
New API added:
729+
730+
- Added support of `zip` files for data packages
731+
- Added support of `format/encoding/dialect` for resources
732+
724733
### v1.0
725734

726735
This version includes various big changes. A migration guide is under development and will be published here.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datapackage",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Utilities to work with Data Packages as defined on specs.frictionlessdata.io",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)