Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 30, 2020
1 parent 0bf5645 commit 0b01c20
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 @@ -863,6 +863,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.12

- Added support for infinite numbers: NaN, INF, -INF

#### v1.11

- Improved data/time validation using a conversion table and moment.js (#170)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tableschema",
"version": "1.11.5",
"version": "1.12.0",
"description": "A library for working with Table Schema in Javascript.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 0b01c20

Please sign in to comment.