Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-10 | Remove 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-09 | Relax rules around min/max schema keys | pommicket | |
2025-09-09 | Allow Any as alias of String | pommicket | |
2025-09-09 | Clarify Empty | pommicket | |
2025-09-09 | Clarify some schema keys | pommicket | |
Require maxlength to be positive since maxlength = 0 can be achieved with type = '' anyways | |||
2025-09-09 | Fix spec list example | pommicket | |
2025-09-09 | Disallow 7. also | pommicket | |
2025-09-09 | Clarify that overflowing floats are allowed | pommicket | |
2025-09-09 | Clarify that .7 is not allowed as a Float | pommicket | |
2025-09-09 | Reduce integer limit to 2^53-1 | pommicket | |
2025-09-09 | Add interpretation tests for (u)int, disallow -2^63 as an int | pommicket | |
2025-09-09 | Remove subkeys - keys(section(…)) is fine | pommicket | |
2025-09-09 | Improve schema API, more tests | pommicket | |
2025-09-08 | Add all_values() function | pommicket | |
2025-09-08 | Update location() to allow undefined-keys-with-defined-subkeys | pommicket | |
2025-09-08 | Formatting, add subkeys to spec | pommicket | |
2025-09-08 | Simplify example schema | pommicket | |
2025-09-08 | Clarify lists | pommicket | |
2025-09-08 | Various cleanup to spec | pommicket | |
2025-09-07 | Add print and keys functions, fix example | pommicket | |
2025-09-07 | More clarification | pommicket | |
2025-09-07 | Add load_string to spec | pommicket | |
2025-09-07 | Minor revisions to spec | pommicket | |
2025-09-07 | finish initial draft of spec | pommicket | |
2025-09-07 | Initial spec | pommicket | |