Skip to content

Releases: bash-bastion/bash-toml

v0.3.1

05 Aug 04:25
v0.3.1
e77f380

Choose a tag to compare

Fixes

  • Function bash_toml.quick_object_get() now actually works

v0.3.0

19 Jul 03:28
v0.3.0
ae60508

Choose a tag to compare

Features

  • Implement general-purpose TOML parsing functions. They include:
    • bash_toml.quick_array_metamodify()
    • bash_toml.quick_array_{get,append,remove,replace}
    • bash_toml.quick_object_get()

The main benefit of the reimplementation is that they work all the time (arrays don't need to span one line, for example). Documentation will be added for v0.4.0

v0.2.0

16 Oct 00:59
v0.2.0
0ff7960

Choose a tag to compare

Initial version