Releases: bash-bastion/bash-toml
Releases · bash-bastion/bash-toml
v0.3.1
v0.3.0
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
Initial version