Skip to content

v1.5.0

Choose a tag to compare

@cyyynthia cyyynthia released this 13 Nov 20:33
· 47 commits to mistress since this release
Immutable release. Only release title and notes can be modified.
v1.5.0
713eec9

This version improves the TOML output of the library when stringifying objects, courtesy of the folks over at Cloudflare.

Most notably, the lib no longer emits unnecessary table headers, and doesn't add an empty line between successive table headers anymore:

[look.at.me]
note = "In earlier versions, there would've been [look] and [look.at] generated as well."

[empty.table]
[another.empty.table]
[look.how.compact]
this = "looks"

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0