hjsonschema v0.8 Release Notes

    • ๐Ÿ‘Œ Improve scope updating and resolving.
    • Rename RawSchema's _rsObject field to _rsData.
    • ๐Ÿ‘‰ Make RawSchema's _rsURI field a Maybe. This way schemas without a starting URI can say so explicitly with Nothing instead of with "".
    • ๐Ÿ“‡ Rename Graph to SchemaGraph. Declare it with data instead of type. Give it a field referencing the starting schema. This field is used to find the curent schema if no URI is in scope and a self-referencing $ref is found (e.g. "#").
    • ๐Ÿ”„ Change the order of the last two arguments to fetchReferencedSchemas.