- Update melter to exclude
ironman
key from output
- Update melter to recognize
total
,available
, andlocked
as numbers - Update jomini parser to 0.21
- Update jomini parser to 0.20
- Allow ownership transfer of melted output
- Bump to edition 2021
Empty HOI4_IRONMAN_TOKENS same as unset
New file API that makes it easier to parse, deserialize, melt, and convert to JSON without parsing a save more than once. See PR #1 for more info
- Bump parser dependency to latest, no changes
- Expose token stringification customization with
_with_tokens
methods
- Detect and melt known dates correctly
- Fix improper melted output when a name ended with a quote
- Melt with tabs instead of spaces
- Melted quoted values are now escaped as needed
- Omit carriage return when writing melted output
- Preserve ironman fields in melted output with rewrite config
More accurate melter for 64bit floating point values
Bump internal parser to latest
More accurate melter that leaves certain field values unquoted
Initial commit with basic extraction and melting capabilities