From 338e0ff15c7fac84475c1ed107e6a23e7a009b1f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 12 Nov 2019 11:38:50 -0800 Subject: [PATCH] add schema note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca73186e..efdc20a9 100755 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ To access the raw, pre-processed JSON, use the `-r` or `raw=True` options. Schemas for each parser can be found in the `docs/parsers` folder. +| Note: due to the introduction of the new schemas in version `1.5.1` the output will be different than in versions `1.1.1` and below. Now that schemas are defined the output will be stable for future versions. You can still get similar output to prior versions with the `-r` or `raw=true` options. + ## Installation ``` $ pip3 install --upgrade jc