Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 30, 2020
1 parent 16c4163 commit b82f55c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -861,6 +861,10 @@ $ npm run build

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

#### v1.11

- Improved data/time validation using a conversion table and moment.js (#170)

#### v1.10

- Rebased on csv-parse@4
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tableschema",
"version": "1.10.2",
"version": "1.11.0",
"description": "A library for working with Table Schema in Javascript.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit b82f55c

Please sign in to comment.