index
:
pom.git
trunk
POM configuration language
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-09-23
Add README
HEAD
v0.1.0
trunk
pommicket
2025-09-23
Icon
pommicket
2025-09-23
POM website
pommicket
2025-09-23
Stricter requirements about locations of sections
pommicket
2025-09-23
Add empty value tests for interpretation
pommicket
2025-09-15
Add more UTF-8 tests
pommicket
2025-09-15
Fix bad utf-8 tests
pommicket
2025-09-15
bool tests
pommicket
2025-09-15
More tests
pommicket
2025-09-14
Line feeds should also be stripped from list entries
pommicket
2025-09-14
Clarify API recommendations section
pommicket
2025-09-13
Rename all_values to items
pommicket
2025-09-13
Remove note about extensions from the spec
pommicket
2025-09-13
Clarify quoted value section
pommicket
2025-09-12
Add .editorconfig
pommicket
2025-09-11
Clarify that load_string & load_file should take a file name
pommicket
2025-09-10
Clarify that has() doesn't count as reading for unread_keys
pommicket
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
Add list test
pommicket
2025-09-09
Fix spec list example
pommicket
2025-09-09
More interpretation tests
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
Better tests formatting, add schema_errors directory
pommicket
2025-09-09
Add test: location/key_with_subkeys
pommicket
2025-09-09
Improve schema API, more tests
pommicket
2025-09-09
Start errors tests
pommicket
2025-09-08
Add more location tests
pommicket
2025-09-08
Add all_values() function
pommicket
2025-09-08
Add more tests
pommicket
2025-09-08
Update location() to allow undefined-keys-with-defined-subkeys
pommicket
2025-09-08
Add whitespace test
pommicket
2025-09-08
A parsing test
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
[next]