Skip to content

0.4.0

Choose a tag to compare

@ayosec ayosec released this 17 Mar 19:03
· 3 commits to main since this release

Breaking Changes

  • Arrays elements are now a tuple of (index, value), instead of just value.

    This is necessary because Bash arrays can be non-contiguous.

Fixes

  • Support for arrays in Bash 5.2.

  • Documentation in long_doc is now a single string.

    The previous implementation put each line in its own element of the array, but this method is incompatible with gettext, since empty strings has a special meaning. See #4.