summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-23Add READMEHEADv0.1.0trunkpommicket
2025-09-23Iconpommicket
2025-09-23POM websitepommicket
2025-09-23Stricter requirements about locations of sectionspommicket
2025-09-23Add empty value tests for interpretationpommicket
2025-09-15Add more UTF-8 testspommicket
2025-09-15Fix bad utf-8 testspommicket
2025-09-15bool testspommicket
2025-09-15More testspommicket
2025-09-14Line feeds should also be stripped from list entriespommicket
2025-09-14Clarify API recommendations sectionpommicket
2025-09-13Rename all_values to itemspommicket
2025-09-13Remove note about extensions from the specpommicket
2025-09-13Clarify quoted value sectionpommicket
2025-09-12Add .editorconfigpommicket
2025-09-11Clarify that load_string & load_file should take a file namepommicket
2025-09-10Clarify that has() doesn't count as reading for unread_keyspommicket
2025-09-10Remove schemas, add unread_keys.pommicket
I think that is all a schema was really needed for in the end, since you can just check the types of things when you are getting them.
2025-09-09Relax rules around min/max schema keyspommicket
2025-09-09Allow Any as alias of Stringpommicket
2025-09-09Clarify Emptypommicket
2025-09-09Clarify some schema keyspommicket
Require maxlength to be positive since maxlength = 0 can be achieved with type = '' anyways
2025-09-09Add list testpommicket
2025-09-09Fix spec list examplepommicket
2025-09-09More interpretation testspommicket
2025-09-09Disallow 7. alsopommicket
2025-09-09Clarify that overflowing floats are allowedpommicket
2025-09-09Clarify that .7 is not allowed as a Floatpommicket
2025-09-09Reduce integer limit to 2^53-1pommicket
2025-09-09Add interpretation tests for (u)int, disallow -2^63 as an intpommicket
2025-09-09Remove subkeys - keys(section(…)) is finepommicket
2025-09-09Better tests formatting, add schema_errors directorypommicket
2025-09-09Add test: location/key_with_subkeyspommicket
2025-09-09Improve schema API, more testspommicket
2025-09-09Start errors testspommicket
2025-09-08Add more location testspommicket
2025-09-08Add all_values() functionpommicket
2025-09-08Add more testspommicket
2025-09-08Update location() to allow undefined-keys-with-defined-subkeyspommicket
2025-09-08Add whitespace testpommicket
2025-09-08A parsing testpommicket
2025-09-08Formatting, add subkeys to specpommicket
2025-09-08Simplify example schemapommicket
2025-09-08Clarify listspommicket
2025-09-08Various cleanup to specpommicket
2025-09-07Add print and keys functions, fix examplepommicket
2025-09-07More clarificationpommicket
2025-09-07Add load_string to specpommicket
2025-09-07Minor revisions to specpommicket
2025-09-07finish initial draft of specpommicket