config-schema v1.0.0.0 Release Notes

    • ๐Ÿ“‡ Rename ValueSpec to PrimValueSpec
    • ๐Ÿ“‡ Rename ValueSpecs to ValueSpec
    • ๐Ÿ“‡ Rename SectionSpec to PrimSectionSpec
    • ๐Ÿ“‡ Rename SectionSpecs to SectionsSpec
    • ๐Ÿ“‡ Rename Spec class to HasSpec
    • ๐Ÿ“‡ Rename valuesSpec to anySpec
    • Custom specifications changed type to expose an error message.
    • ๐Ÿšš Move spec types to Config.Schema.Types. Now Config.Schema.Spec has only the exports needed for building specs and not defining new spec consumers.
    • ๐Ÿ‘Œ Improve schema mismatch type and errors in Config.Schema.Load.Error