Releases: pwwang/toml-bench
Releases · pwwang/toml-bench
0.3.0
- Upgrade deps
- Use toml-test v1.3
- Add heterogenous array tests
Full Changelog: 0.2.1...0.3.0
0.2.1
- ✨ Add tomllib as a toml parser from python 3.11 (#3)
- 📝 Add link to python3.11 tests in README.md
- ✨ Add speed test for dumping (#4)
Full Changelog: 0.2.0...0.2.1
0.2.0
- ✨ Add python3.11 tomllib data for compliance test (#2)
- ✨ Add --nocache to force re-downloading test data
Full Changelog: 0.1.1...0.2.0
0.1.1
- ⬆️ Upgrade dependencies and packages tested (related: #1)
Package tested |
Old version |
New version |
rtoml |
0.8.0 |
0.9.0 |
tomlkit |
0.11.4 |
0.11.6 |
Full Changelog: 0.1.0...0.1.1
0.0.4
- ⬆️ Upgrade tomlkit to 0.11
- ⬆️ Upgrade toml-test to 1.2
0.0.3
- ✨ Don't show full list of failures in invalid compliance tests
- ✨ Add report with toml-test v1.0.0
- ⬆️ Upgrade rtoml to v0.8
0.0.1
- ⬆️ Make sure test with latest packages to date
- ✨ Add unicode tests