Skip to content

Commit

Permalink
Various improvements for v1 release (#186)
Browse files Browse the repository at this point in the history
* synced Field with reference, updated readme

* synced Schema with reference, updated readme

* synced Table with reference, updated readme

* synced infer with reference, updated readme

* synced validate with reference, updated readme, exceptions

* added Table and Schema tutorials

* implemented number.bareNumber

* implemented boolean.true/falseValues

* implemented integer.bareNumber

* returned support for string PK/FK

* Fixed readme typos

* improved code coverage
  • Loading branch information
roll committed Aug 19, 2017
1 parent 3cd5abe commit ac2e070
Show file tree
Hide file tree
Showing 49 changed files with 1,539 additions and 1,497 deletions.
43 changes: 0 additions & 43 deletions CONTRIBUTING.md

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install:
list:
@grep '^\.PHONY' Makefile | cut -d' ' -f2- | tr ' ' '\n'

specs:
wget -O tableschema/specs/table-schema.json https://specs.frictionlessdata.io/schemas/table-schema.json
profiles:
wget -O tableschema/profiles/table-schema.json https://specs.frictionlessdata.io/schemas/table-schema.json

test:
pylama $(PACKAGE)
Expand Down
Loading

0 comments on commit ac2e070

Please sign in to comment.