You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@
7
7
8
8
A library for working with [Data Packages](http://specs.frictionlessdata.io/data-package/).
9
9
10
-
> Version v1.0 includes various important changes. Please read a [migration guide](#v10).
11
-
12
10
## Features
13
11
14
12
-`Package` class for working with data packages
@@ -721,6 +719,17 @@ $ npm run build
721
719
722
720
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).
723
721
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
+
724
733
### v1.0
725
734
726
735
This version includes various big changes. A migration guide is under development and will be published here.
0 commit comments