-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
27 lines (22 loc) · 809 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Perl extension TOML::XS:
0.05 Thu 12 Aug 2021
- BUG FIX: Memory leak in array allocation is fixed.
- BUG FIX: Decoded hash keys are now character-decoded.
- Update to latest tomlc99
- to_struct() is renamed to parse(). (The old name remains for compatibility.)
This method can now extract specific values without converting the whole
document to Perl structures.
- Add more tests.
0.04 Thu 15 Apr 2021
- Give explicit args to XSLoader::load().
0.03 Tue 13 Apr 2021
- Handle cases where tomlc99 doesn’t provide an error message
(e.g., leading zeros).
0.02 Sun 11 Apr 2021
- Fix https://github.com/cktan/tomlc99/issues/52
(Large TOML documents now decode MUCH faster!)
- Improved test coverage
- Documentation tweaks
- Added benchmarks
0.01 Sat 10 Apr 2021
- Initial release