• v0.19.0 9fb611aa20

    Formatter option is now composed of two data: flags (lower 16 bits) and indentation size (higher 16 bits).

    camoroso released this 2024-06-11 16:32:01 +02:00 | 171 commits to main since this release

    DictType and ListType formatter use both indent and flag options.
    Simple-store now makes a DictType from its data and its ToString() function returns dict.ToString()

    Downloads