hjsonschema 0.8.0.0 → 0.8.0.1
raw patch · 3 files changed
+4/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−0
- hjsonschema.cabal +1/−1
- src/Data/JsonSchema/Core.hs +1/−1
README.md view
@@ -4,6 +4,8 @@ [Hackage](https://hackage.haskell.org/package/hjsonschema) / [GitHub](https://github.com/seagreen/hjsonschema) / [Travis CI](https://travis-ci.org/seagreen/hjsonschema) +NOTE: You currently CANNOT use untrusted JSON data to make schemas. Schemas with circular references can cause infinite loops. This is being addressed: see the issue list.+ # Example See [Example.hs on GitHub](https://github.com/seagreen/hjsonschema/blob/master/Example.hs).
hjsonschema.cabal view
@@ -1,5 +1,5 @@ name: hjsonschema-version: 0.8.0.0+version: 0.8.0.1 synopsis: JSON Schema library homepage: https://github.com/seagreen/hjsonschema license: MIT
src/Data/JsonSchema/Core.hs view
@@ -42,7 +42,7 @@ -- | A set of RawSchemas, split into a HashMap. ----- Keys correspond to Schema _rsURIs. Values correspond to Schema _rsObjects.+-- Keys correspond to Schema _rsURIs. Values correspond to Schema _rsDatas. type SchemaCache = HashMap Text (HashMap Text Value) data SchemaGraph = SchemaGraph