Releases: crystal-community/toml.cr
Releases · crystal-community/toml.cr
v0.8.1
v0.8.0
What's Changed
- Allow table array in nested key by @bcardiff in #25
- fix spec for Crystal 1.0.0 by @manveru in #29
- Implement TOML v0.5.0 by @andraantariksa in #26
- Remove special-casing of old Crystal versions by @willhbr in #33
- Allow parsing from IO by @willhbr in #31
- Add TOML::Any by @willhbr in #32
- Disallow editing of static arrays by @summer-alice in #35
- Add bool specs for TOML 1.0 by @summer-alice in #36
New Contributors
- @bcardiff made their first contribution in #25
- @manveru made their first contribution in #29
- @willhbr made their first contribution in #33
- @summer-alice made their first contribution in #35
Full Changelog: v0.7.0...v0.8.0